@charset "utf-8";
.txt-left{
	text-align: left;
}
.txt-right{
	text-align: right;
}
.txt-center{
	text-align: center;
}
.txt-small{
	font-size: 1em;
}
.strong-red{
	font-weight: bold;
	color: red;
}
img{
	max-width: 100%;
}
h4.subtitle{
	font-size: 1.6em;
	font-weight: bold;
}
h5.subtitle{
	font-size: 1.4em;
	font-weight: bold;
}
li.sonly-pctab,
.sonly-pctab{
	display: none;
}
li.sonly-sp,
.sonly-sp{
	display: block;
}

.flex{
	display: flex;
}

.vid-box-title{
	margin: 0 auto;
	width: 90%;
	/*
	max-width: 200px;
	*/

	padding: 3px 5px;
	box-sizing: border-box;
	border: 2px solid darkorange;
	background-color: orange;
	color: #FFF;
}
.vid-box-title a{
	color: #FFF;
	display: block;
	text-align: center;
}

.vid-box-title a:hover{
	text-decoration: none;
}

.vid-menubox{}

.vid-menubox > div{
	font-size: 1.8em;
	border: 2px solid skyblue;
	background-color: azure;
	padding: 7px;
	margin: 5px auto;
	width: 28%;
	box-sizing: border-box;
	border-radius: 7px;
	text-align: center;
}

.vid-menubox > div a:hover{
	text-decoration: none;
}

@media (min-width: 992px) {
	li.sonly-pctab,
	.sonly-pctab{
		display: block;
	}
	li.sonly-sp,
	.sonly-sp{
		display: none;
	}
}
@media (min-width: 1200px) {

}

.form-control {
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
}

.form-control:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
}

.form-control:focus {
	border: 1px solid #4d90fe;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-c {
	background: #fafafa;
	border-bottom-color: orange;
	margin-bottom: 0;
	border-bottom-width: 3px;
}

.navbar-c .navbar-nav>li>a {
	/*
	color: #9FC5A1;
	*/
	color: orange;
	/* 追記 Yu Ozaki 2017.02.06 */
	font-size: 1.4em;
}

.navbar-toggle .icon-bar {
	background: #9FC5A1;
}

.navbar-c .navbar-nav>li>a:hover {
	/*
	color: #4CAF50;
	*/
	color: darkorange;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:not(.collapsed) .icon-bar {
	background: #4CAF50;
}

.navbar-c .navbar-nav>.active>a, .navbar-c .navbar-nav>.active>a:focus, .navbar-c .navbar-nav>.active>a:hover, .navbar-c .navbar-nav>.open>a, .navbar-c .navbar-nav>.open>a:focus, .navbar-c .navbar-nav>.open>a:hover {
	/*
	background: #4CAF50;
	*/
	background-color: darkorange;
	color: #FFF;
}

.iframeWrapper{
    position: relative;
    margin-bottom: 10px;
}
.iframeWrapper::before{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}
.iframeWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#login form, #register form {
	margin-top: 15px;
}

#login_forms {
	margin-top: 45px;
	opacity: 0.9;
}
@media (min-width: 992px) {
	#login_forms {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	#login_forms {
		margin-top: 40px;
	}
}

label[for] {
	cursor: pointer;
}

.btn-success {
	/*
	background: #4CAF50;
	border-color: #4CAF50;
	*/
	background-color: orange;
	border-color: darkorange;
}

.btn-success:hover {
	background-color: darkorange;
	border-color: darkorange;
}

.btn-success:active, .btn-success.active, .btn-success.btn-active {
	background-color: darkorange;
	border-color: darkorange;
	box-shadow: none;
}

.btn-primary {
	background: #1E88E5;
	border-color: #1E88E5;
}

.btn-primary:hover {
	background: #1976D2;
	border-color: #1976D2;
}

.btn-primary:active, .btn-primary.active, .btn-primary.btn-active {
	background: #1565C0;
	border-color: #1565C0;
	box-shadow: none;
}

.panel {
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.03);
	box-shadow: 0 1px 0px rgba(0,0,0,.03);
}

input, textarea {
	box-shadow: none !important;
	transition: none !important;
}

input:focus, textarea:focus {
	box-shadow: none !important;
}

.jumbotron, #footer {
	/*
	background-image: -webkit-linear-gradient(135deg,#aeccaf,#C8E6C9,#e1ffe2);
	background-image: -webkit-linear-gradient(315deg,#aeccaf,#C8E6C9,#e1ffe2);
	background-image: -o-linear-gradient(315deg,#aeccaf,#C8E6C9,#e1ffe2);
	background-image: linear-gradient(135deg,#aeccaf,#C8E6C9,#e1ffe2);
	*/
	background-image: linear-gradient(135deg,#ffcc66,#ffdd66,#ffcc66);
}

#footer {
	padding: 30px 0;
	margin: 40px 0 0;
	/*
	background-image: -webkit-linear-gradient(135deg,#aeccaf,#C8E6C9,#e1ffe2);
	background-image: -o-linear-gradient(135deg,#aeccaf,#C8E6C9,#e1ffe2);
	background-image: linear-gradient(315deg,#aeccaf,#C8E6C9,#e1ffe2);
	*/
	background-image: linear-gradient(135deg,#ffcc66,#ffdd66,#ffcc66);
}

.jumbotron{
	/*
	border-bottom: 4px solid #4CAF50;
	*/
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	background: azure;
}

.jumbotron p.txt-small{
	font-size: 1em;
}

.jumbotron,
.toppagehbox,
.jumbotron.toppagehbox{
	margin-bottom: 0px;
}

.panel .panel-heading {
	padding: 21px 15px;
}

.panel-default .panel-heading {
	color: #4CAF50;
	background: #FFF;
}

.panel-c .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	padding: 10px 15px;
}

.panel-c-primary .panel-heading {
	background: #FFF;
	color: #1E88E5;
}

.btn-twitter {
	background-color: #55acee;
	border-color: #55acee;
	color: #FFF;
}

.btn-twitter:hover {
	background-color: #3C93D5;
	border-color: #3C93D5;
	color: #FFF;
}

.btn-facebook {
	background-color: #3b5999;
	border-color: #3b5999;
	color: #FFF;
}

.btn-facebook:hover {
	background-color: #224080;
	border-color: #224080;
	color: #FFF;
}

.btn-google {
	background-color: #DC4E41;
	border-color: #DC4E41;
	color: #FFF;
}

.btn-google:hover {
	background-color: #C33528;
	border-color: #C33528;
	color: #FFF;
}

#flashMessage {
	position: fixed;
	top: 27%;
	z-index: 9999;
	display: block;
	cursor: pointer;
	width: 100%;
	left: 0;
}
#flashMessage p {
	margin: 0 auto;
	padding: 11px 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
	box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.3);
	width: 300px;
	text-align: center;
	background: darkorange;
}

.navbar-c .navbar-text {
	color: rgba(255, 255, 255, 0.6);
}

.user-nav {
	margin: 15px 0;
}
.user-nav>li>a {
	font-size: 1.2em;
}
@media (min-width: 992px) {
	.user-nav {
		margin: 25px 0;
	}
	.user-nav>li>a {
		font-size: 1.4em;
	}
	.user-nav.nav-pills>li+li {
		margin-left: 4px;
	}
}

.mypage-menu .btn {
	margin: 5px 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav-pills.user-nav > li > a, .nav-pills.user-nav > li > a:focus, .nav-pills.user-nav > li > a:hover {
	color: darkorange;
}
.nav-pills.user-nav > li.active > a, .nav-pills.user-nav > li.active > a:focus, .nav-pills.user-nav > li.active > a:hover {
	/*
	background: #4CAF50;
	*/
	color: #FFF;
	background-color: orange;
}
.nav>li>a:focus, .nav>li>a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.movie-info h3 {
	margin: 0;
	margin-bottom: 5px;
}

.movie-info a:not([href]).btn-default {
	pointer-events: none;
	cursor: text;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.movie-info .btn-group {
	padding-top: 20px;
}

.movie-panel, .test-panel {
	cursor: pointer;
}

.movie-panel:hover, .test-panel:hover {
	background: #e1ffe2;
	background: #eee;
}

.movie {
	width: 100%;
	margin-bottom: 20px;
}

.movie video {
	width: 100%;
	border-radius: 7px;
	border: 1px solid #ddd;
	padding: 3px;
}

.c-progress {
	text-align: center;
	margin: 3px 0;
}
.test-info .c-progress i {
	display: inline-block;
	background: #ddd;
	width: 7%;
	height: 30px;
}


.test-info .c-progress i:nth-child(1) {
	background: rgba(255, 152, 0, 0.1);
}

.test-info .c-progress i:nth-child(2) {
	background: rgba(255, 152, 0, 0.2);
}

.test-info .c-progress i:nth-child(3) {
	background: rgba(255, 152, 0, 0.3);
}

.test-info .c-progress i:nth-child(4) {
	background: rgba(255, 152, 0, 0.4);
}

.test-info .c-progress i:nth-child(5) {
	background: rgba(255, 152, 0, 0.5);
}

.test-info .c-progress i:nth-child(6) {
	background: rgba(255, 152, 0, 0.6);
}

.test-info .c-progress i:nth-child(7) {
	background: rgba(255, 152, 0, 0.7);
}

.test-info .c-progress i:nth-child(8) {
	background: rgba(255, 152, 0, 0.8);
}

.test-info .c-progress i:nth-child(9) {
	background: rgba(255, 152, 0, 0.9);
}

.test-info .c-progress i:nth-child(10) {
	background: rgba(255, 152, 0, 1);
}

.test-info .c-progress i[disabled] {
	background: #ddd;
}

.test-info .c-progress.nonactive i {
	background: #ddd;
}

.test-btn .btn {
	margin-top: 30px;
}

.c-progress:after {
	display: table;
	content: '';
	clear: both;
	float: none;
}

.score {
	text-align: center;
}

.score.pass span {
	font-size: 1.3em;
	font-weight: bold;
	color: #f44336;
}

.score.failure span {
	font-size: 1.3em;
	font-weight: bold;
	color: #3F51B5;
}

.test-info .test-btn {
	text-align: right;
}

textarea {
	min-height: 150px;
}

.question-choices label {
	margin: 1px 7px;
	cursor: pointer;
	font-weight: normal;
	color: #333;
}
.question-choices input[type=radio] {
	margin: 0 4px;
}
.question-choices label:hover {
	color: #000;
}

.btn:focus {
	color: #FFF;
}

.lrf {
	background: #FFF;
	border-radius: 4px;
	padding: 30px 50px;
	border: 1px solid #ddd;
}

.simplemain #NrContainer {
	padding-top: 100px;
	padding-bottom: 70px;
}

.simplemain {
	/*
	background: azure;
	*/
}

.news_lp .list-group-item {
	border: 0;
}

.tab-with-panel .nav-tabs>li {
	margin-bottom: -1.5156px;
}
.tab-with-panel .nav-tabs {
	border: 0;
}
/* 追記 Yu Ozaki 2017.02.06 */
.tab-with-panel .nav-tabs>li>a {
	font-size: 1.3em;
}
.tab-with-panel {
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.tab-with-panel .panel-body {
	border-radius: 0;
	padding: 0;
}
.tab-with-panel .tab-content .tab-pane {
	background: #FFF;
	border: 1px solid #ddd;
	/* 修正 2017.02.06 Yu Ozaki */
	padding: 5px 15px;
	border-radius: 4px;
	border-top-left-radius: 0;
}
.tab-with-panel #register.active {
	border-top-left-radius: 4px;
}

.definitive-form {
	padding-top: 40px;
	padding-bottom: 40px;
}

label {
	cursor: pointer;
}
.static-state label {
	cursor: default;
}
.static-state {
	opacity: 0.75;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.form-group-append .form-group {
	display: none;
}

.blr0 {
	border-left: 0;
	border-right: 0;
}

body {
	min-height: 100%;
}

#submitting{
	position: fixed;
	display: block;
	opacity: 0.8;
	top: 40%;
	top: calc(50% - 50px);
	left: 45%;
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 5px;
	background-image: url(/img/loading.gif);
	background-size: cover;
}

#ExaminationV [disabled=disabled] {
	pointer-events: none;
	/*opacity: 0.6;*/
}
.exam-item-answer {
	pointer-events: none;
}

.exam-item-answer {
	background: #ffebee;
	border: 1px solid #ffcdd2;
	padding: 2px;
}
.exam-item-answer input[type=radio] {
	display: none;
}
.exam-item-answer-checked {
	background: #E8F5E9;
	border: 1px solid #C8E6C9;
}
.exam-item-answer:before {
	margin: 0 3px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*
	fa-times(☓)
	content: "\f00d";
	*/
	content: "\f10c";
	color: #D32F2F;
}
.exam-item-answer-checked:before {
	content: "\f00c";
	color: #388E3C;
}

#ScoreBoard .score{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	color: #3F51B5;
}
#ScoreBoard .score:before {
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: "\f00d";
	color: #FFF;
	background: #f44336;
	padding: 20px;
	font-size: 1.5em;
	border-radius: 50%;
	width: 87px;
	height: 87px;
	vertical-align: middle;
	margin: 0 auto 15px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#ScoreBoard .score.grad {
	color: #f44336;
}
#ScoreBoard .score.grad:before {
	content: "\f00c";
	background: #2196F3;
}

.m-b-3 {
	margin-bottom: 3px;
}
.m-t-3 {
	margin-top: 3px;
}

.definitive-form hr, .ob-hr {
	border-top: 1px solid #bbb;
	text-align: center;
	margin: 30px 0;	
}
.definitive-form hr:after, .ob-hr:after {
	content: '\f1d9'; /* ◔౪◔ */
	display: inline-block;
	position: relative;
	top: -13px;
	padding: 0 10px;
	background: azure;
	color: #bbb;
	font-size: 18px;
	font-family: 'fontawesome';
}

.bdt-box {
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	position: relative;
	padding: 17px 20px 11px;
	margin: 0 0 30px;
	border-radius: 4px;
}
.bdt-box > .title {
	background: #FFF;
	position: absolute;
	top: -0.7em;
	padding: 0 6px;
	left: 14px;
	color: #4CAF50;
	font-size: 16px;
}
.bdt-box {
	padding: 0;
	border: 0;
	border: 1px solid #1E88E5;
	min-height: 50px;
	border-radius: 0 4px 4px;
}
.bdt-title {
	font-size: 14px;
	background: #1E88E5;
	color: #FFF;
	display: inline-block;
	padding: 1px 4px;
	margin-bottom: -1px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.steps {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.steps > .step {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
	padding: 20px 10px;
	position: relative;
	border-radius: 5px;
	margin: 10px;
	background: #E3F2FD;
}
.steps > .step:last-child {
	border-right-width: 0;
}

.bdt-box .steps:empty:after {
	content: '見つかりません';
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
	color: #999;
}

.chapter_inf {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.chapter_inf > * {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}

.step-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}
.step.non-y {
	padding: 3% 7.5px;
}

/*.step.completed {
	background: #1E88E5;
	color: #FFF;
	-webkit-font-smoothing: antialiased;
	border-right-color: #FFF;
}
.step.completed:after {
	background: #1E88E5;
	border-right-color: #FFF;
	border-top-color: #FFF;
}*/
.step.completed {
	background-color: dodgerblue;
	color: #FFF;
}
.step.completed:after {
	background: dodgerblue;
	border-right-color: #FFF;
	border-top-color: #FFF;
}

.steps > .step:nth-last-of-type(2):after {
	content: none;
}

@media (max-width: 500px) {
	.steps, .step {
		display: block;
	}
	.steps > .step {
		border-right-width: 0;
		border-bottom: 1px solid #1E88E5;
	}
	.steps > .step:last-child {
		border-right-width: 0;
		border-bottom: 0px solid transparent;
	}
	.steps > .step:after {
		bottom: -8px;
		top: auto;
		right: -webkit-calc(50% - 7px);
		right: -moz-calc(50% - 7px);
		right: calc(50% - 7px);
		transform: rotate(135deg);
	}
}

.ch-icn {
	padding: 7px 0;
}
span.ch-icn {
	display: inline-block;
}
div.ch-icn {
	padding: 15px 0;
}

.btn-c-primary {
	color: #fff;
	background-color: #1565C0;
}
.btn-c-primary:focus,
.btn-c-primary.focus {
	color: #fff;
	background-color: #1976D2;
}
.btn-c-primary:hover {
	color: #fff;
	background-color: #1976D2;
}
.btn-c-primary:active,
.btn-c-primary.active,
.open > .dropdown-toggle.btn-c-primary {
	color: #fff;
	background-color: #1565C0;
}
.btn-c-primary:active:hover,
.btn-c-primary.active:hover,
.open > .dropdown-toggle.btn-c-primary:hover,
.btn-c-primary:active:focus,
.btn-c-primary.active:focus,
.open > .dropdown-toggle.btn-c-primary:focus,
.btn-c-primary:active.focus,
.btn-c-primary.active.focus,
.open > .dropdown-toggle.btn-c-primary.focus {
	color: #fff;
	background-color: #1565C0;
}
.btn-c-primary:active,
.btn-c-primary.active,
.open > .dropdown-toggle.btn-c-primary {
	background-image: none;
}
.btn-c-primary.disabled:hover,
.btn-c-primary[disabled]:hover,
fieldset[disabled] .btn-c-primary:hover,
.btn-c-primary.disabled:focus,
.btn-c-primary[disabled]:focus,
fieldset[disabled] .btn-c-primary:focus,
.btn-c-primary.disabled.focus,
.btn-c-primary[disabled].focus,
fieldset[disabled] .btn-c-primary.focus {
	background-color: #1565C0;
}

.cop {
	opacity: 0.4 !important;
}

.tab {
	border-bottom: 1px solid #ddd;
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	height: 42px;
	margin-top: 60px;
}
.tab li {
	display: block;
	margin-bottom: -1px !important;
	float: left;
}
.tab li:not(.active) a, .tab .active {
	border-bottom: 1px solid transparent;
	display: block;
	padding: 10px 15px;
	color: #666;
	cursor: pointer;
	margin: 0;
	text-decoration: none;
}
.tab .active a {
	text-decoration: none;
	color: #3F51B5 !important;
}
.tab .active {
	color: #3F51B5 !important;
	border-bottom: 1px solid #3F51B5;
	cursor: default;
}
.tab li:not(.active) a:hover, .tab li .btn-active {
	color: #111;
	text-decoration: none;
	border-bottom-color: #aaa;
}
.tab-error .active {
	color: #f44336;
	border-bottom-color: #f44336;
}
.tab-caution .active {
	color: #b26600;
	border-bottom-color: #b26600;
}
.tab-info .active {
	color: #005ca7;
	border-bottom-color: #005ca7;
}
.tab-success .active {
	color: #006203;
	border-bottom-color: #006203;
}
.tab-brand .active {
	color: #00008f0000;
	border-bottom-color: #00008f0000;
}
.tab-light {
	border-bottom-color: #5756ff4c4c;
}
.tab-light li a {
	color: #5756ff4c4c;
	border-bottom-color: #5756ff4c4c;
}
.tab-light .active, .tab-light li a:hover {
	color: #fff !important;
	border-bottom-color: #fff !important;
}

.tab *:focus {
	outline: 0 !important;
}

.tab-vertical {
	border: 0;
}
.tab-vertical li, .tab-vertical .active {
	float: none;
	display: block;
	width: 100%;
	border-bottom: 0;
}
.tab.tab-vertical li a, .tab.tab-vertical .active {
	border-right: 1px solid #ddd;
	border-bottom: 0;
}
.tab.tab-vertical .active {
	border-right: 1px solid #3F51B5;
}
.tab.tab-vertical li:not(.active) a:hover {
	border-right-color: #aaa;
	border-bottom: 0;
}
.tab-vertical.tab-error .active {
	border-right-color: #f44336;
}
.tab-vertical.tab-caution .active {
	border-right-color: #b26600;
}
.tab-vertical.tab-info .active {
	border-right-color: #005ca7;
}
.tab-vertical.tab-success .active {
	border-right-color: #006203;
}
.tab-vertical.tab-brand .active {
	border-right-color: #00008f0000;
}

.tab-fixed {
	display: flex;
	display: -webkit-flex;
}
.tab-fixed li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: center;
	float: none;
}

.movie__link {
	cursor: pointer;
	padding: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
}
.movie__link:hover {
	background: #fafafa;
	border: 1px solid #ddd;
}
.mypagetoplink {
	cursor: pointer;
}
.mypagetoplink:hover {
	opacity: 0.8;
}


.s-label {
	display: block;
	border-radius: 0;
	font-size: 1em;
	border: 2px solid #4CAF50;
	padding: 3px 0;
	text-align: center;
	font-weight: 900;
	background: transparent;
	color: #4CAF50;
	margin: 4px 0 0;
	background: #E8F5E9;
}
.s-label.d {
	border-color: #f44336;
	color: #f44336;
	background: #FFEBEE;
}
.movie-inf {
	margin: 15px 0;
}
.movie-inf .meta {
	color: #999;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
	position: relative;
	padding-top: 6px;
}
.movie-inf .meta:after {
	/*content: '(☛(◜◔。◔◝)☚))';*/
	display: inline-block;
	position: absolute;
	bottom: -0.8em;
	right: calc(50% - 3.5em);
	background: #FFF;
	padding: 0 12px;
}
.movie-inf .title {
	font-weight: 500;
	font-size: 18px;
	margin: 3px 0 7px;
	color: #333;
}
.movie-inf .title .id {
	color: #777;
}
.movie-inf .abst {
	line-height: 1.6;
}
.movie-inf .movie-footer {
	color: #999;
	text-align: right;
}

.jumbo-kak:first-child {
	margin-top: 0;
}

.jumbo-kak {
	border-radius: 6px;
	position: relative;
	border: 1px solid #a0d8ef;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: .3s;
	cursor: pointer;
	padding-left: 20px !important;
	padding-right: 20px !important;
	background: #feffff;
	background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 35%, #a0d8ef 100%);
	background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%);
	background: linear-gradient(to bottom, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 );
	margin-top: 10px;
	margin-bottom: 10px;
}

.jumbo-kak:after {
	content: "▽";
	position: absolute;
	right: 25px;
	/*
	color: #FFFFFF;
	*/
	color: deepskyblue;
	transition: .3s;
	font-size: 18px;
	top: calc(50% - 11px);
}

.jumbo-kak:hover:after {
	top: calc(50% - 9px);
}

.jumbo-kak h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #FFF;
	text-shadow: 1px 1px 5px rgba(50,50,50,0.7);
}

.jumbo-kak p.cat-subject{
	color: #888;
	margin: 3px 25px 0 0;

}

.jumbo-kak:hover {
	background: rgba(230, 230, 230, 0.8);
	background: #a0d8ef;
	background: -moz-linear-gradient(top,  #a0d8ef 0%, #ddf1f9 93%);
	background: -webkit-linear-gradient(top,  #a0d8ef 0%,#ddf1f9 93%);
	background: linear-gradient(to bottom,  #a0d8ef 0%,#ddf1f9 93%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0d8ef', endColorstr='#ddf1f9',GradientType=0 );
}
.jumbo-kak.active {
	padding: 10px 20px;
}
.jumbo-kak.active:after {
	transform: rotateX(180deg);
	top: calc(50% - 12px);
}
.jumbo-kak.active:hover:after {
	top: calc(50% - 15px);
}


.category-movies {
	/*
	display: none;
	*/
}
.on.border.blue {
	border-color: #A0D8EF;
}
.on.border.blue:hover {
	background: azure;
}

.sicho-label {
	border: 2px solid #4CAF50;
	padding: 5px;
}
.sicho-label.not {
	color: orange;
	border-color: orange;
}

.required-c, .error {
	color: red;
}


/*
追記 2016.06.07
(c) Yu Ozaki
*/
h1.page-title{
	margin: 0;
	font-size: 26px;
	border-left: 10px solid orange;
	padding: 5px 0 5px 10px;
	margin-bottom: 15px;
}

.ky-maincontent{
	padding-top: 30px;
}

.mid-menu{
	background-color: #4CAF50;
	color: #FFF;
}

.mid-menu-list,
.mid-menu-list ul{
	padding: 0;
}
.mid-menu-list ul{
	display: flex;
	flex-wrap: wrap;
}

.mid-menu-list ul>li{
	list-style: none;
	width: 25%;
	text-align: center;
	padding: 0;
}

.mid-menu-list ul>li:hover {
	/* opacity: 0.8; */
	background-color: rgba(255,255,255,0.2);
}

.mid-menu-list ul>li a{
	color: #FFF;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	font-size: 1.5em;
}

.mid-menu-list ul>li a:hover{
	text-decoration: none;
}


/*
 * シール申請ページ
 */
.seal-btn-area{
	padding: 20px 0;
}
#seals-table{
	width: 100%;
}
#seals-table th,
#seals-table td{
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 1px ghostwhite;
}
.whatiscvc{
	margin: 10px 0;
}
.whatiscvc h5{
	font-weight: bold;
	font-size: 1em;
}
.whatiscvc p{
	font-size: 0.7em;
}
#ordered-seals{
	margin: 20px 0;
}
#ordered-seals-table{
	width: 100%;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
}
#ordered-seals-table th,
#ordered-seals-table td{
	text-align: center;
	padding: 10px 0;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}

.payment-way-select{
	
}
.payment-way-select .payment-way-each{
	margin: 10px 0;
}
.payment-seal-amount,
.payment-amount{
	font-size: 1.3em;
	color: crimson;
}
#payment-form #submit-error{
	font-weight: bold;
	color: red;
	margin: 5px 0;
}



.angle-icon-block {
	font-size: 2.5em;
	margin: 2px 0;
	opacity: 0.8;
	color: #4CAF50;
	display: block;
	text-align: center;
}

#topinfobox{
	border: 2px solid red;
	padding: 10px;
	margin-bottom: 10px;
}

#topinfobox > h3{
	/*
	border: 2px solid red;
	border-bottom: none;
	display: inline-block;
	padding: 5px;
	*/
	margin: 0 0 5px 0;
	font-size: 1.2em;
}

#topinfobox > div{
}
#topinfobox > div > p{
	margin: 0;
}

/*
 * Yu Ozaki 追記 2017.03.21
 */
p.well{
	margin: 0;
}
.well.well-blue{
	background-color: #DDFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #CCDDFF;
}
.block-mrg{
	display: block;
	margin: 15px 0;
}
.well.well-warning{
	background-color: #ffdedc;
	border: 1px solid #ffcac8;
	color: #ff4c43;
}

/*
 * Yu Ozaki 追記 2018.07.23
 */
a.dl-reciept-btn{
	border-radius: 3px;
	background-color: skyblue;
	color: #483d8b;
	padding: 5px 10px;
	border: 1px solid lightgray;
	text-decoration: none;
	display: inline-block;
	margin: 5px;
}
a.dl-reciept-btn:hover{
	border: 1px solid gray;
}