@charset "utf-8";
html{
	overflow-x: hidden;
	scroll-behavior: smooth;
}
/* ボディ設定*/
body {
	-webkit-text-size-adjust: none;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-style: normal;
 	font-size: 16px;
	line-height: 1.8em;
	color: #000000;
  	text-align:left;
  	margin: 0;
  	padding: 0;
	background-color: #fff;
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl, dt, dd{
  	margin: 0;
  	padding: 0;
}

li img,dt img,dd img{
	vertical-align:bottom;
}
ol, ul {
	list-style:none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align:middle;
	border:0px;
}

/* リンクの色 */
A {
	COLOR: #003b82;
	text-decoration: none;
}
A:link {
	COLOR: #003b82;
}
A:visited {
	COLOR: #003b82;
}
A:active {
	COLOR: #547cab;
}
A:hover {
	COLOR: #547cab;
}


/*Clearfix*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*全体の枠
---------------------------------------------------------------------------*/
#wrapper{
	width:100%;
	background-color: #fff;
	padding: 50px 0;
}

img {
	transition: 1.0s ;
}
a:hover img{
    opacity: 0.7;
}
* {
	box-sizing: border-box;
}



.main-box{
	width: 100%;
}
.main-box h1{
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 50px;
}
.main-box p{
	text-align: center;
}
.main-box a{
	font-size: 1.5em;
}

.text-box{
	margin: auto;
}

.op-logo{
	width: 320px;
	margin: 30px auto 100px;
}
.op-logo-f{
	width: 280px;
	margin: 100px auto 10px;
}
.footer{
	text-align: center;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 0 50px;
}
.footer-lower {
  background-color: #da4453;
  padding: 10px 0;
  display: grid;
  place-items: center;
}
.footer-lower small {
  font-size: 14px;
  color: #fff;
}