@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

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

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

p {
	word-break	: break-all;
}

a{
	text-decoration: none;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

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

/*  Basic Style

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

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family: 'Arial', sans-serif;
	font-size	: 1.4rem;
	font-size	: 14px;
	line-height	: 1.5;
	text-align	: center;
	color		: #444;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
	background-color: #f8f8f8;
}

body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}


/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}



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

/* Hedaer

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

header{
}

.header_top{
	position: relative;
    background-color: #fff;
	border-bottom: 2px solid #000;
}

header .contents{
	height: 100%;
	padding: 15px 10px;
}

.header_top .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_top p.data{
    max-width: 155px;
    width: 100%;
	line-height: normal;
	text-align: right;
}

.header_top p.data span{
	 margin: 2px 5px 0 0;
}

.header_top p.data span img{
	max-width: 15px;
	padding: 3px 0 0;
}

header h1{
	text-align: left;
	padding: 0 0 3px;
}

header h1 img{
	max-width: 200px;
}

header h2{
	font-size: 2.2rem;
	margin-top: 10px;
}

.header_under{
	margin-top: 10px;
}

.header_under .contents{
	padding: 0;
}

.header_under p > a{
	display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
    background-color: rgba(0,0,0, 1.0);
    padding: 6px 10px;
    transition: all .3s;
    text-decoration: none;
}

.header_under p > a:hover{
	text-decoration: none;
	background-color: rgba(0,0,0, 0.8);
}

@media screen and (max-width: 376px){
	header h1{
		width: 40%;
	}

	header h1 img{
		max-width: 100%;
	}
	
	header h2{
		font-size: 1.6rem;
		margin-top: 0;
	}
	
}

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

/* Contents

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

#mainBlock {
	clear : both;
}

.contents{
	max-width: 680px;
	width: 100%;
	padding: 0 10px;
	margin: 0 auto;
	background-color: #fff;
}

.entry-box > .contents{
	padding-top: 10px;
}

.contents p{
	text-align: left;
}

.inner{
	padding: 0 10px;
}

.inner p{
	margin-top: 10px;
	text-align: left;
}

.inner h1,
.inner h2,
.inner h3,
.inner h4,
.inner h5,
.inner h6{
	text-align: left;
	margin-top: 30px;
}

.inner h1{
	font-size: 2.2rem;
}
.inner h2{
	font-size: 2.0rem;
}
.inner h3{
	font-size: 1.8rem;
}
.inner h4{
	font-size: 1.6rem;
}

.inner ul li,
.inner ol li{
	text-align: left;
}

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

/* Footer

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

.footer_top .contact{
	max-width: 200px;
	width: 100%;
}

.footer_top .contact a{
	display: block;
	line-height: 18px;
	border: 2px solid #444;
	border-radius: 5px;
	color: #444;
	width: 100%;
	padding: 6px 10px;
	text-align: center;
	transition: all .3s;
}

.footer_top .contact a:hover{
	background-color: #444;
	color: #fff;
}

footer > .contents{
	background-color: #fff;
	padding: 30px 10px 20px;
}

footer .logo > a{
	display: block;
}

footer .link,
footer .menu{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

footer .link li{
    padding: 0 10px;
}

footer .link li:not(:last-of-type),
footer .menu li:not(:last-of-type){
    border-right: 1px solid #444;
}

footer .link li a,
footer .menu li a{
	color: #000;
}

footer .link li a:hover,
footer .menu li a:hover{
	text-decoration: underline;
}

.footer_top{
	display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

footer .copyright{
	text-align: center;
	margin-top: 60px;
	font-size: 1.3rem;
}

@media screen and (max-width: 420px){
	.footer_top .logo{
		width: 40%;
	}
}
