html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1.4;
	color: #333333;
	-webkit-text-size-adjust:100%;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
	margin:0;
    padding:0;
}

p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	vertical-align: top;
	border: 0;
}

ul,ol {
	padding: 0 0 0 2em;
}

dd {
	margin: 0;
}

object,embed {
  vertical-align: top;
}

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	text-decoration: none;
	color: #666666;
}

a img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

a:not(.false):hover,
a:hover img{
	opacity: 0.7;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
}

p {
	display: block;
	margin: 0 0 1em;
}

.layout {
	padding: 0;
	list-style: none;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
.flexbox {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.float-l{
  float: left;
}
.float-r{
  float: right;
}
.ta-r{
 text-align: right;
}
.ta-c{
 text-align: center;
}
.ta-l{
 text-align: left;
}
.bold{
  font-weight: bold;
}
.font14{
  font-size: 14px;
}
/* ----------------------------------------
	container
---------------------------------------- */
.container {
	font-size: 16px;
}

.container h1 {
	font-size: 30px;
	margin: 0 0 1em;
}

.container h2 {
	font-size: 28px;
	margin: 0 0 1em;

}

.container h3 {
	font-size: 24px;
	color: #0074be;
	margin: 0 0 1em;
}

.container h4 {
	font-size: 24px;
	margin: 0 -10px 1.5em;
	padding: 10px 10px 7px;
	font-weight: bold;
	background: #ffffff; 
	border-bottom: 2px solid #0074BF;
}

.container h5 {
	font-size: 22px;
	margin: 0 0 1em;
}

.container h6 {
	font-size: 20px;
	margin: 0 0 1em;
	font-weight:bold;
}

.container p:not([class]) {
	line-height: 1.7;
}

.container p:not([class]) a {
	color: #0074be;
}

.container p:not([class]) a:hover {
	opacity: 1;
	color: #0061b0;
	text-decoration: underline;
}

.image-left {
	float: left;
	margin: 0 20px 20px 0;
}

.image-right {
	float: right;
	margin: 0 0 20px 20px;
}

.image-center {
	display: block;
	margin: 0 auto 20px;
}

.image-midium {
	width: 860px;
	height: auto!important;
}

.image-full {
	width: 100%!important;
	height: auto!important;
}

.container table {
	border: none;
	border-collapse: collapse;
}

.container table tbody th {
	font-weight: normal;
}

.container table th,
.container table td {
	padding: 20px;
	border: 1px solid #ccc;
}

.container .btn01 a,
.container .btn02 a,
.container .btn03 a,
.container .btn04 a,
.container .btn05 a {
	display: block;
	width: 232px;
	color: #fff;
	text-align: center;
}

.container .btn01 a {
	background: url(/images/common/btn_bg01.png) no-repeat center;
	background-size: cover;
 padding:20px 0;
}

.container .btn02 a {
	color: #333333;
	padding: 10px 0;
	background: url(/images/common/btn_bg02.png) no-repeat center;
	background-size: cover;
}

.container .btn03 a {
	padding: 5px 0;
	background: url(/images/common/btn_bg03.png) no-repeat center;
	background-size: cover;
}

.container .btn04 a {
	padding: 5px 0;
	background: url(/images/common/btn_bg04.png) no-repeat center;
	background-size: cover;
}

.container .btn05 a {
	color: #333333;
	padding: 5px 0;
	background: url(/images/common/btn_bg05.png) no-repeat center;
	background-size: cover;
}

.align-right {
	text-align: right;
}

.pager {
	width: 100%;
}

.pager li {
	width: 50%;
}

.pager li.prev {
	float: left;
}

.pager li.next {
	text-align: right;
	float: right;
}

.pager li a {
	color: #0074be;
	text-decoration: underline;
}

.pager li a:hover {
	text-decoration: none;
}

.pager li.prev a,
.pager li.prev span {
	padding: 10px 0 5px 52px;
	background: url(/images/common/pager_prev.png) no-repeat left center;
}

.pager li.next a,
.pager li.next span {
	padding: 10px 52px 2px 0;
	background: url(/images/common/pager_next.png) no-repeat right center;
}

	@media screen and (max-width: 768px) {
		.container {
			font-size: 12px;
		}
		
		.container h1 {
			font-size: 20px;
		}
		
		.container h2 {
			font-size: 19px;
		}
		
		.container h3 {
			font-size: 16px;
			color: #0074be;
		}
		
		.container h4 {
			font-size: 14px;
			padding: 10px 10px 7px;
			background: #eeeeee;
		}
		
		.container h5 {
			font-size: 14px;
		}
		
		.container h6 {
			font-size: 12px;
		}

		.container table th,
		.container table td {
			padding: 10px;
		}

		.container .btn01 a,
		.container .btn02 a,
		.container .btn03 a,
		.container .btn04 a,
		.container .btn05 a {
			margin: 0 auto;
		}

		.pager li.prev a,
		.pager li.prev span {
			padding: 6px 0 5px 30px;
			background-size: 20px 20px;
		}
		
		.pager li.next a,
		.pager li.next span {
			padding: 6px 30px 5px 0;
			background-size: 20px 20px;
		}

	}



