/*----------------------*/
@charset "UTF-8";

.cf:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
/*----------------------

Resets 

---------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust: 100%
}
body {
	line-height: 1;
    font-family:Meiryo,"Hiragino Kaku Gothic ProN",Helvetica,Arial,sans-serif;
}

div{
	box-sizing: border-box;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, img, video {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: solid 1px #bdbdbd;
	margin: 4em auto;
}*/
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
head {
	display: none;
}
* {
	list-style-type: none;
	text-decoration: none;
	/*font-family: 'Sawarabi Gothic', 'Hiragino Gothic Pro', sans-serif20170616*/
}
/*---------------

  article

  -----------------*/
.main_innner {
    width:90%;
    height: 100%;
	margin: auto;
	margin-bottom: 60px;
	text-align: left;
    box-sizing: border-box;
}
.main_innner h1 {
    /*width: 90%;*/
    max-width: 960px;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    display: block;
    line-height: 1.2em;
}

.main_innner h2 {
	margin-bottom: 1rem;
	line-height: 1.4em;
}
article p {
    line-height: 1.8em;
    margin-bottom: 1.2em;
    color: #333;
}
/*---------------

  フッター

  -----------------*/

footer {
	width: 90%;
	height: auto;
	margin: 0 auto;
	font-size: 16px;
	border-top: 1px solid #bdbdbd;/*20170605*/
}
.lang {
	width: 50px;
	margin: 20px auto;
	font-size: 14px;
}
.lang a {
	color: #212121;
}
.copylight {
	width: 100%;
	display: block;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
	font-size: 11px;
}
.footer_list_aria {
	width: 100%;
	margin-top: 10px;
	display: block;
}
.footer_list li {
	width: 100%;
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #212121;
}
.footer_list a {
	color: #212121;
}
/*---------------------------

  トップに戻る

  ----------------------------*/

#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
	width: 45px;
	height: 45px;
	font-size: 30px;
	color: #fff;
	background-color: #1999ff;
	text-align: center;
	line-height: 55px;
}
#page-top p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.8;
}
#page-top a {
	color: #fff;
}

/*-------------------------

ブレイクポイント

----------------------------*/

@media(min-width: 501px) {
/*------------------

  フッター

  ----------------------*/
.lang {
	width: 60px;
	margin: 0px auto;
	font-size: 16px;
}
.en {
	display: none;
}
.copylight {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 40px;
}
.footer_list_aria {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 14px;
}
.footer_list li {
	width: 25%;
	float: left;
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	box-sizing: border-box;
	padding: 0;
	border-bottom: none;
	height: 2em;
	line-height: 2em;
}
.footer_list a:hover {
	border-bottom: 1px solid #212121;
}
.bdr_right {
	border-right: 1px solid #212121;
}
/*トップに戻る*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}

.main_innner h1{
		font-size: 36px;}
}

/*---------------------

ブレイクポイント

------------------------*/

@media(min-width: 769px) {
.SP {
	display: none;
}
.PC {
	display: block
}
/*-------------------------

フッター

--------------------------*/

.ja {
	padding-right: 20px;
	float: left;
	border-right: 1px solid #212121;
}
.en {
	float: left;
	padding-left: 20px;
	margin-right: 30px;
}
footer {
	width: 100%;
	height: 50px;
	margin: 40px auto 0;
	border-top: 1px solid #bdbdbd;
}
.copylight {
	width: 35%;
	float: left;
	margin-top: 20px;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.footer_list_aria {
	width: 55%;
	margin-top: 20px;
	float: right;
}
.footer_list li {
	width: 23%;
	font-size: 11px;
}
/*------------------------------

 トップに戻る

 -------------------------------*/
#page-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 20;
}
}

/*----------------------------

ブレイクポイント

--------------------------------*/
@media(min-width:960px) {
	
	.main_innner {
    width: 70%;
    max-width: 960px;
    height: 100%;
	margin: auto;
		text-align: left;
    box-sizing: border-box;
}
/*----------------------

  フッター

  ------------------------*/
footer {
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #bdbdbd;
}
.footer_aria {
	width: 1200px;
	margin: 0 auto;
}
}
