@charset "utf-8";
body {
font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "Lucida Grande",geneva,verdana,sans-serif;
}

a:link {
	text-decoration:none;
	color: #0000FF;
}
a:visited {
	color: #9966CC;
}
a:hover{
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFCC;


}
a.none:hover{
	background-color: transparent;
}

#wrap{
	background: #fff;
	padding-top: 100px;
	padding-bottom: 0px;
}


div#content6 {
	position:relative;
	margin: 0 auto 30px;
	padding:10px 10px 20px;
	background-color:#fcffd3;
	border:5px solid #d4d89e;
	width:90%;
}
div#content6 h3 img{
	text-align: center;
	width: 104.5%;
}

div#content6 > h3 {
	margin-bottom:5px;
	margin-left:-37px;
}


p#check-intro {
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.7em;
}

div#check-system {
	width: 690px;
	height: auto;
	margin: 0 auto;
	background-color:#fff;
	border:5px solid #d4d89e;
	overflow: hidden;
}

div#check-list {
	min-height: 310px;
	padding:40px 60px;
}

div.check-result {
	display: none;
	min-height: 310px;
	padding:40px 60px;
	background-color:#00afe6; 
}

div.check-result h3 {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 120%;
	font-weight: normal;
	color: #fff;
	background-color: #00afe6;
}
.check_box{
	text-align: center;
	margin: : 3px;
	padding: 3px;
	background-color: white;
	margin-bottom: 10px;
}

.check_box_i{
	text-align: center;
	margin: : 3px;
	padding: 3px;
	border: #132384 solid 3px;
	background-color: white;
}


div.check-result h4 {
	margin-top: 20px;
	text-align: center;
	font-size: 120%;
	line-height: 1.4;
	display:block;
	color:black;
	font-weight:bold;
}
div.check_box_i h4 {
	margin-top: 0px;
	text-align: center;
	font-size: 120%;
	line-height: 140%;
	display:block;
	color:black;
	font-weight:bold;
}

div.check-result p.result-message {
	margin-top: 10px;
	text-align: center;
	line-height: 1.6;
	font-size: 100%;
}

div.check-result p.result-message strong {
	color: #c00;
	font-weight: normal;
}

div.check-result p.result-btn {
	text-align: center;
}

div.check-result p.result-btn a {
	margin: 0 20px;
	margin-top: 40px;
}

div.check-result a.check-back {
	margin-top: 1em;
}

div.check-form {
	margin-bottom: 20px;
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
}

div.check-form h4 {
	float: left;
	width: 260px;
	color: black;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	display:block;

}
div.check-form h5 {
	float: left;
	width: 240px;
	color: black;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
}

div.check-form div.dropdown {
	float: right;
	width: 260px;
}

div.check-form div.check-input {
	float: right;
	width: 200px;
	color: black;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
}

div.check-form div.check-input p {
	color: black;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 28px;
	padding-left: 0.5em;
}

div.check-form div.check-note {
	float: left;
	width: 100%;
	font-weight: normal;
	font-size: 10px;
	margin: 8px 0 -13px 0;
	color: black;
}

p#check-start {
	text-align: center;
}

dl#check-notice {
	width: 690px;
	margin: 0 auto;
	margin-top: 20px;
	font-size: 84%;
	color: #666;
	overflow: hidden;
}

dl#check-notice dt {
	float: left;
	width: 10%;
	line-height: 1.5em;
}

dl#check-notice dd {
	float: left;
	width: 90%;
	line-height: 1.5em;
}

/* @group DROPDOWN */

/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * https://www.cssflow.com
 *
 * Licensed under the MIT License:
 * https://www.opensource.org/licenses/mit-license.php
 */

input {
  margin: 0;
  line-height: normal;
  font-family: inherit;
  font-size: 100%;
  @include box-sizing(border-box);
}

.checkout-input {
  float: left;
  padding: 0 7px;
  height: 28px;
  width: 100px;
  color: #525864;
  background: white;
  border: 1px solid;
  border-color: black;
  border-radius: 4px;
  @include linear-gradient(top, #f6f8fa, white);
  @include box-shadow(inset 0 1px 2px rgba(black, .1),
                      0 1px rgba(white, .5));

  &:focus {
    border-color: #46aefe;
    outline: none;
    @include box-shadow(inset 0 1px 2px rgba(black, .1),
                        0 0 5px #46aefe);
  }

  .lt-ie9 & { line-height: 30px; }
}

.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 100%;
  background: #ffffff;
  border: 1px solid;
  border-color: black;
  border-radius: 3px;
}
.dropdown:before, .dropdown:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 10px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #888 transparent;
  pointer-events: none;
}
.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 4px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 13px;
  color: #333;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #ffffff;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}


/* add 20180611*/
.logowrap{
	display: table;
	width: 690px;
	margin: 0 auto;
}
.logowrap .logo,
.logowrap #check-intro{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.logowrap + #check-system{
	margin-top: 1em;
}


/* Fix for IE 8 putting the arrows behind the select element. */
.lt-ie9 .dropdown {
  z-index: 1;
}
.lt-ie9 .dropdown-select {
  z-index: -1;
}
.lt-ie9 .dropdown-select:focus {
  z-index: 3;
}

/* Dirty fix for Firefox adding padding where it shouldn't. */
@-moz-document url-prefix() {
  .dropdown-select {
    padding-left: 6px;
  }

/* @end */