/*
　水色：#00a0d2	0,160,210
　ピンク：#FF0193	255,1,147
*/

* {
	text-transform: none !important;
	font-family: 'Yu Mincho', 'YuMincho' !important;
	font-style: unset !important;
}

i {
	font :normal normal normal 14px/1 FontAwesome !important;
}

.alt-features-icon > span {
    font-family: 'et-line' !important;
}

.navbar-custom .nav > li > a:hover {
	color: inherit;
	border-bottom: 2px solid #dcdcdc;
    padding-bottom: 5px;
}

a:focus {
	color: inherit;
}

.bg-gradient:before {
	background: linear-gradient(to bottom, rgba(0, 160, 210, 0.5) 25%, rgba(255, 1, 147, 0.3) 75%);
}

.navbar-brand {
	padding: 0px 0px;
	margin-left: 10px;
}

.bg-blue {
  /*background: #00a0d2;*/
  background: #fff;
}

.bg-blue:before {
  position: absolute;
  background: rgba(0, 160, 210, 0.4);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.team-doc {
	margin-left: 24px;
}

.team-descr {
    color: #000;
    border-left: 5px solid #FF0000;
    padding: 3px 0 3px 15px;
    background-color: #FFF;
    width: 50%;
}

.bg-light {
	background-repeat: no-repeat;
    background-size: cover;
    /*background-size: 100%;*/
}

hr.red {
	border-top: 1px solid #ff0000;
}

.modal-header {
    border-bottom: none;
}

video {
	width: 100%;
}

.price-table:hover {
    border-color: #FF0000;
}

.price-table p.price {
    font-size: 30px;
}

.selection-icon {
    display: inline-block;
    min-width: 100px;
    min-height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 60px;
    margin-right: 5px;
}

.borderline {
    background: #000;
}

.borderline:before {
    position: absolute;
    background: #000;
    content: "";
    bottom: -7px;
    left: 50%;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -7px;
}

.borderline:after {
    position: absolute;
    background: #fff;
    content: "";
    bottom: -6px;
    left: 50%;
    height: 16px;
    width: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-left: -8px;
}

.top-font {
    animation: fadeIn 7s ease 0s 1 normal;
    -webkit-animation: fadeIn 7s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.module-title {
    border-left: 5px solid rgb(255, 0, 0);
    border-bottom: 1px solid rgb(255, 0, 0);
    padding: 7px 7px 7px 15px;
    text-align: left;
}

.module-subtitle {
    text-align: left;
}

.interviewQ {
    font-size: 20px;
    font-weight: bold;
    border-left: 5px solid rgb(255, 255, 255);
    padding-left: 15px;
    margin-bottom: 5px;	
}

.interviewA {
	margin-left: 20px;
	margin-bottom: 40px;
}

.employee-img {
	background-position-x: right;
	background-position-y: top;
	background-repeat: no-repeat;
	background-size: contain;
	background-origin: content-box;
}

.employee-mb-30 {
	margin-bottom: 30px;
}

.carousel-indicators .active {
    width: 10px !important;
    height: 10px !important;
	margin:	1px !important;
	margin-right: 5px !important;
    background-color: #fff;
}

.carousel-indicators {
	position: unset;
	width: 100%;
	margin-left: 0;
}

/*769より小さい*/
@media (max-width: 769px) {
	#home {
		background-size: contain;
		margin-top: 80px;
		background-image: url("../images/top4.png");
		background-repeat: no-repeat;
		background-position-y: bottom;
	}
	#employee {
		height: 500px;
	}
	.nagare-mb-30 {
		margin-bottom: 30px;	
	}

	.boshuTable {
	    margin-top: -40px;
	}

	.module {
		padding: 20px 0;
	}

	.tateishi {
		font-size: 13px;
		margin-bottom: 0px;
	}

	.module-title + .module-subtitle {
	    margin-top: -50px;
	}

	.top-font {
		padding-left: 5%;
		margin-bottom: 50%;
	}

	.boshu-comment {
		font-size: 13px;
		color: #696969;
		margin-bottom: 0;
	    margin-left: 10px;
		text-align: left;
	}

	.alt-features-item {
	    margin: 0 0 20px 0;
	}

	.alt-features-title {
		font-size: 15px;
		border-left: 5px solid rgb(105, 105, 105);
		padding-left: 10px;
		text-align: left;
		margin-bottom: 5px;
	}

	.boshu-icon {
		display: none;
	}

	.team-image img {
	    max-height: 200px;
	    width: auto;
	}

	.team-image {
	    position: relative;
	    overflow: hidden;
	    margin-bottom: 10px;
	    text-align: center;
	}

	.employee-img {
	    background-size: 50%;
	}

	.team-serif {
		font-size: 13px;
		color: #fff;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.team-serif-role {
		font-size: 13px;
		margin-top: 0;
		margin-left: 20px;
		font-weight: unset;
	}

	.team-doc {
		margin-left: 5px;
/*		text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
					-1px 1px 0 #000, 1px -1px 0 #000,
					0px 1px 0 #000,  0-1px 0 #000,
					-1px 0 0 #000, 1px 0 0 #000;*/
		text-shadow:1px 1px 0 #696969, -1px -1px 0 #696969,
					-1px 1px 0 #696969, 1px -1px 0 #696969,
					0px 1px 0 #696969,  0-1px 0 #696969,
					-1px 0 0 #696969, 1px 0 0 #696969;
	}

	.team-descr {
	    width: 50%;
	}

	.team-name {
	    font-size: 15px;
	    font-weight: bold;
	}

	.team-role {
	    font-size: 10px;
	}

	.module-subtitle {
	    font-size: 12px;
	    color: #111;
	    margin-bottom: 25px;
	}

	.policy-list {
		list-style: none;
		font-size: 13px;
	    color: #111;
	    font-weight: bold;
	    padding-left: 15px;
	}

	.module-title {
		font-size: 15px;
		font-weight: bold;
	}

	#representativeDirector {
		font-size: 13px;
	}

	.oneday-head-comment {
		color: #000;
		font-size: 17px;
		margin-bottom: 5px;
	}

	.oneday-comments {
		margin-left: 15px;
		margin-bottom: 25px;
	}

	.copyright {
		font-size: 10px;
	}

	.interviewQ {
	    font-size: 15px;
        padding-left: 10px;
	}

	.interviewA {
	    margin-left: 12px;
	    margin-bottom: 20px;
	}

	.panel {
		margin-bottom: 20px !important;
	}

	.panel-title {
		font-size: 13px;
		font-weight: bold;
	}

	.panel-heading {
		padding: 10px 15px;
		color: #FFF !important;
		background-color: #FF0000 !important;
		border-color: #696969 !important;
		opacity: 0.75;
	}

	.panel-body {
		font-size: 13px;
		padding: 15px;
	}

	.form-control {
	    font-size: 11px;
	    border: 1px solid #696969;
	}

	.btn {
		font-size: 13px;
		font-weight: bold;
	}



}

/*769より大きい*/
@media (min-width: 769px) {
	#home {
		height: 750px;
		background-size: contain;
		background-image: url("../images/top3.png");
		background-repeat: no-repeat;
		background-position-x: right;
	}

	.top-font {
		padding-left: 5%;
	    padding-right: 40%;
	}

	.tateishi {
		font-size: 20px;
		margin-bottom: 0px;
	}

	.boshu-comment {
		font-size: 15px;
		color: #696969;
		margin-bottom: 0;
	}

	.alt-features-item {
	    margin: 0 0 70px 0;
	}

	.team-image img {
	    width: 100%;
	}

	.team-image {
	    position: relative;
	    overflow: hidden;
	    vertical-align: middle;
	}

	.team-descr {
	    width: 25%;
	}

	.team-serif {
		font-size: 17px;
		color: #f5f5f5;
		margin-top: 25px;
		margin-bottom: 0;
		font-weight: bold;
	}

	.team-serif-role {
		font-size: 15px;
		margin-top: 0;
		margin-left: 40px;
		font-weight: unset;
	}

	.modal-dialog {
	    width: 500px;
	    margin: 200px auto;
	}

	.policy-list {
		list-style: none;
		font-size: 16px;
	    color: #111;
	    margin-top: -50px;
		/*margin-left: 190px;*/
	    font-weight: bold;
	}

	#representativeDirector {
		font-size: 25px;
	}

	.oneday-head-comment {
		color: #000;
	}

	.oneday-comments {
		margin-left: 25px;
		margin-bottom: 45px;
	}

	.alt-features-title {
		font-size: 25px;
	}

	.panel {
		margin-bottom: 30px !important;
	}

	.panel-title {
		font-size: 18px;
		font-weight: bold;
	}

	.panel-heading {
		padding: 20px 25px;
		color: #FFF !important;
		background-color: #FF0000 !important;
		border-color: #696969 !important;
		opacity: 0.75;
	}

	.panel-body {
		font-size: 18px;
		padding: 25px;
	}

	.form-control {
	    font-size: 15px;
	    border: 1px solid #696969;
	}

	.btn {
		font-size: 15px;
		font-weight: bold;
	}
	.head-menu {
		width: 1250px;
	}

}

@media (min-width: 1500px) {
	.navbar-toggle {
	    display: none;
	}
}