/* nikonikorakuda.css
 * 撮っても楽だログインＨＰ
 * 2019/04/15
 */
/*** common ***/
.my-color {
	color: #555;
}
.my-icon-color {
	color: #bedb01;/*#d0f001;*/
}
.navbar-brand a {
	color: #555;
	text-decoration: none;
}
.navbar .my-toggler {
	border:none !important;
}
.title-logo {
	position: absolute;
	top: -5px;
	left: 10px;
	width: 150px;
}
.my-bkgnd {
	background-color: #001976;
	padding: 0 1rem !important;
}
.my-copyright {
	background-color: #6f96bc;
}
.header {
	position:relative;
}
.footer-sitemap {
	color: white;
}
@media screen and (min-width: 576px) {
	.footer-sitemap {
		font-size: small;
	}
}
.footer-sitemap ul {
	margin-left: -2rem;
}
.footer-sitemap a {
	color: white;
}
.x-small {
	font-size: x-small;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 0;
	opacity: 0.6;
	display: none;
}
#page-top:hover  {
	opacity: 1;
}
.where {
	border: 1px dashed red;
}
/*** top ***/
.portfolio-item {
  margin-bottom: 30px;
}
.my-login {
	margin-bottom: 0.5rem;
}
.my-login label {
	font-size: small;
	margin-bottom: 0.3rem;
}
/*** Payment ***/
.bank {
	margin: 5px auto;
}
.bank th, .bank td {
	border: 1px solid #999;
	padding: 0.5rem;
}
.bank th {
	background-color: #e0e0e0;
	text-align: center;
}
.my-hr {
    border: 0;
    height: 1px;
    background: #666;
    background-image: -webkit-linear-gradient(left, #ccc, #666, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #666, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #666, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #666, #ccc);
}
.heads-up {
	padding: 0.5rem;
	text-align: center;
	border: double 3px #FCC305;
	background-color: #FBFFB7;
	margin-bottom: 1rem;
	font-weight: bolder;
}
/*** FAQ ***/
.q-rounded {
    border-top-left-radius: 1rem!important;
    border-top-right-radius: 1rem!important;
    border-bottom-right-radius: 1rem!important;
	background-color: #004b93;
    color: #fff;
}
.a-rounded {
    border-top-left-radius: 1rem!important;
    border-top-right-radius: 1rem!important;
    border-bottom-left-radius: 1rem!important;
	background-color: #d0e8ff;
    color: #001976;
}
/*** Security ***/
.security-list dt {
	font-size: larger;
	padding-bottom: 5px;
}
/*** Tokuten ***/
ul.goods-list >li {
	padding-bottom: 5px;
}
ul.goods-list > li > img {
	max-width: 200px;
}
/*** policy ***/
.policytbl {
	border: 3px solid #999;
}
.policytbl th {
	text-align: right;
	border: 1px solid #999;
	padding: 0.5rem 1rem;
	white-space: nowrap;
	background-color: #eaeaea;
}
.policytbl td {
	border: 1px solid #999;
	padding: 0.5rem 1rem;
}
/*** contact ***/
.contact-info ul {
	padding: 0;
    margin: 0;
}
.contact-info ul li {
	padding: 0 0 0 50px;
    margin: 0 0 30px 0;
    list-style: none;
    position: relative;
}
.contact-info ul li:before {
	color: #cccccc;
    position: absolute;
    left: 0;
    top: .05em;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.contact-info ul li.address:before {
	font-size: 2rem;
    content: "\f041";
}
.contact-info ul li.phone:before {
	font-size: 2rem;
    content: "\f095";
}
.contact-info ul li.email:before {
	font-size: 2rem;
    content: "\f0e0";
}
.contact-info ul li.url:before {
	font-size: 2rem;
    content: "\f0ac";
}
#contactForm input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.form-check-input, .form-check-label, .btn, .pointer {
    cursor: pointer;
}
::placeholder {
	color: #d6c6af !important;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 100%;
/*  height: 100%;*/
  overflow: hidden;
  margin-top: 3%;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}