/* CSS Document */

img.headerlogo {
	width: 350px;
	background-color: #FFFFFF;
}

.top-banner {
	display: flex;
	justify-content:space-between;
	padding-inline-start: 0px;
	padding-right: 10px;
	align-items: center;
}

.kozin {
	overflow: hidden;
 	padding: 6px 15px;
  	color: #fff;
  	border-radius: 0;
 	background-color: #31A5C8;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
}

.kozin span {
  position: relative;
}

.kozin::before {
	position: absolute;
  	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .5s ease-in-out;
	transform: translateX(-96%);
	background: #FF686B;
}

.kozin:hover::before {
	transform: translateX(0%);
}

.main {
	width: 1050px;
	margin: 0px auto;
}

.headerbtn {
	display: flex;
	display: -ms-flexbox;
	height: 60px;
}

.btnlink {
	background-color: white;
 	text-align: center;
	font-weight: 700;
	height: 60px;
  	color: gray;
	display: grid;
	place-items: center;
	text-decoration: none;
	transition: color .3s, background .3s, transform 0.3s;
}

.btnlink:hover {
	transform: scale(1.05);
	background-color: #31A5C8;
	color: #FFFFFF;
	box-shadow: 0px 5px 4px gray;
}

.btnlink:active {
	color: #BFBFBF;
	background-color: #1E657B;
}

table {
	border-collapse: collapse;
}

td {
	border-left: 2px solid #B8B8B8;
	border-right: 2px solid #B8B8B8;
	width: 210px;
}

img.toppage-png {
	margin-top: 16px;
	width: 1050px;
}

.osirase {
	padding-bottom: 20px;
}

h2 {
	position: relative;
  	padding: 5px 5px 5px 42px;
 	background: #31A5C8;
  	font-size: 30px;
  	color: white;
  	margin-top: 20px;
	margin-left: -15px;
  	line-height: 1.3;
  	z-index:-1;
}

h2::before {
	position: absolute;
  	content: '';
  	left: -2px;
  	top: -2px;
  	border: none;
  	border-left: solid 40px white;
  	border-bottom: solid 79px transparent;
  	z-index:-2
}

h2 span {
	font-size: 18px;
	margin-left: 20px;
}

h4 {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	background: linear-gradient(transparent 65%, #FF686B 70%);
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 28px;
}

.main-about {
	font-weight: 400;
	padding-bottom: 30px;
	font-size: 20px;
}

.fotter-top {
	text-align: center;
	font-size: 20px;
	padding: 30px 0;
}

.fotter-top i {
	font-weight: 700;
	padding: 15px;
}

.contact-form {
	display: flex;
	display: -ms-flexbox;
  	justify-content: center;
  	align-items: center;
	overflow: hidden;
 	padding: 6px 15px;
  	color: #fff;
  	border-radius: 0;
 	background-color: #31A5C8;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	cursor: pointer;
	user-select: none;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	
}

.contact-form span {
  position: relative;
}

.contact-form i {
	font-size: 14px;
}

.contact-form::before {
	position: absolute;
  	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	transition: all .5s ease-in-out;
	transform: translateX(-96%);
	background: #FF686B;
}

.contact-form:hover::before {
	transform: translateX(0%);
}

.fotter-bottom {
	background-color: #31A5C8;
	padding: 30px 0;
}

.fotter-bottom a {
	color: #FFFFFF;
}

.fotter-title {
	color: #FFFFFF;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 23px;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 15px;
}

.fotter-main {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	font-size: 17px;
	padding: 0 250px;
}

.fotter-main a {
	text-decoration: none;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.fotter-right {
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	padding-top: 15px;
}

.policy-main {
	text-align: center;
	line-height: 80px;
	margin: 30px 0;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 20px;
}

.policy-title {
	color: #144654;
	font-size: 28px;
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 700;
	padding: 7px 0;
	background: linear-gradient(transparent 90%, #FF686B 80%);
}

.policy-bottom {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN","sans-serif";
	text-align: left;
	font-size: 18px;
	margin: 30px 0;
}

ol.product-main {
  	counter-reset: list;
  	list-style-type:none;
  	padding:0;
}
ol.product-main li{
  	position:relative;
  	margin: 7px 0 7px 0px;
  	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
  	font-weight: bold;
  	font-size: 20px;
  	line-height: 30px;
  	border: solid 1px #F6A38B;
  	border-radius: 20px;
  	transition: 0.3s;
}
ol.product-main li:before{
  	counter-increment: list;
  	position: absolute;
  	left: 0px;
  	width: 30px;
  	height: 30px;
  	text-align: center;
  	color: #fff;
  	line-height:30px;
  	background: #F6A38B;
  	border-radius: 50%;
  	top: 50%;
  	transform: translateY(-50%);
}
ol.product-main li:hover{
  	background: #F6A38B;
  	color: #fff;
}
ol.product-main li:hover:before{
  	background: #fff;
  	color: #F6A38B;
}

.info-cell {
	width: 1050px;
	margin: 50px 0;
}

.info-cell table{
	width: 100%;
	height: 100%;
 	border-collapse: collapse;
}

.info-cell table tr{
  	border-bottom: solid 2px white;
}

.info-cell table tr:last-child{
  	border-bottom: none;
}

.info-cell table th{
  	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
	position: relative;
  	text-align: left;
  	width: 30%;
  	background-color: #31A5C8;
  	color: white;
  	text-align: center;
  	padding: 10px 0;
}

.info-cell table th:after{
  	display: block;
  	content: "";
  	width: 0px;
  	height: 0px;
  	position: absolute;
  	top:calc(50% - 10px);
  	right:-10px;
  	border-left: 10px solid #31A5C8;
  	border-top: 10px solid transparent;
  	border-bottom: 10px solid transparent;
}

.info-cell table td{
  	text-align: left;
  	width: 70%;
  	text-align: center;
  	background-color: #eee;
  	padding: 10px 0;
}

.privacy-title {
	margin: 15px 0;
	padding: 0.25rem 0.5rem;
	color: #494949;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 20px;
	font-weight: 600;
	background: transparent;
	border-left: solid 5px #7db4e6;
}

.privacy-main p {
	margin: 20px 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 18px;
}

.errmsg {
   font-weight: bold; 
   color: red;
}

