body {
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
	font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 15px;
	letter-spacing: 0.04em; 
	background: #F4F4F4;
	color: #555;
}
.box-payway label, .card-select label{ display:block; cursor: pointer;}
.box-payway input[type=radio], .card-select input[type=radio], .radiobtn input[type=radio] {
	position:relative;
	margin-left: 3px;
    top: 6px;
    width: 20px;
    height: 20px;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
}
.text input, .input select, .tel input, .cardInputForm input, .cardInputForm select {
    border: 1px solid #CCC;
    height: 46px;
    outline: 0px;
    outline-offset: 0px;
	font-weight: bold;
}
#confirm-screen td, .bank-transfer-info td{font-weight: bold;}
.fixed .formErrorContent { background-color: #FF2461 !important; }
.formError .formErrorClose { color:#ffffff !important; }

.payBtn .btn-success, .payBtn .btn-success:focus, .payBtn .btn-success:focus-visible {
    background: #e42d5a;
    border-color: #e42d5a;
    padding: 17px 26px;
    font-size: 17px;
}
#tax-type{ font-size: small; }
::placeholder { opacity: 0.3; }
::-webkit-input-placeholder { opacity: 0.3;}
:-ms-input-placeholder {opacity: 0.3;}
.input-head {
    margin-bottom: 4px;
    text-align: left;
    font-size: 10px;
    color: darkgray;
    margin-top: 10px;
}
.center-modal { top: 30%; }
.text-small{font-size: 0.8em;}
.logo{ margin-top: 0px !important; margin-left: 0 !important; }
.logo img { max-height: 40px; }
.entry-2col .container{ max-width: 960px !important;}
.entry-onecol .container{ max-width: 800px !important;}
header {
	border-bottom: 3px solid #999;
}
header .title{
	background: #ddd;
	font-size: 122.1%;
    line-height: 1.5;
    padding: 12px 0;
}
.label-warning {
    background-color: #f06d6d;
    border-radius: 1.6em;
    padding: 0.4em 0.8em;
    margin-left: 10px;
    font-weight: lighter !important;
    font-size: 0.8rem;
    line-height: 1;
}
/*---------------*/
/*   #checkbox  */
/*---------------*/
.checkbox label{ padding-left: 30px; }
.checkbox input[type=checkbox] {
	margin-left: -30px;
	margin-top: 0px;
	width:			20px;
	height:			20px;
	-moz-transform:		scale(1.0);
	-webkit-transform:	scale(1.0);
	transform:		scale(1.0);
}
/*---------------*/
/*   #radio  */
/*---------------*/
.default label {
    background: none;
    border-radius:3px;
    color:#333333;
    display:inline-block;
    font-size: 14px;
    line-height:20px;
    margin:0px 10px 0px 0px;
    padding:6px 6px 6px 40px;
    position: relative;
    min-height: 30px;
}
.default input[type=radio] {
    display: none;
}

.default input[type=radio]:checked + .radio:before {
    opacity: 1;
}
.default .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #428bca;
    content: '';
    opacity: 0;
}
.default .radio:hover:after{
    border-color: #428bca;
}


/*---------------*/
#footer {
    margin-top: 30px;
    padding: 10px 0;
    text-align: center;
    background: #ddd;
}
.footerNav{}
a.accordion-toggle{ color:#666;}
a:hover.accordion-toggle,a:focus.accordion-toggle{ text-decoration: none; }
div.gx-2{
	margin-top: calc(-1 * 0.5rem);
    margin-right: calc(-0.5 * 0.5rem);
    margin-left: calc(-0.5 * 0.5rem);
}
.gx-2 div.col-sm-6,.gx-2 div.col-sm-7, label.col-sm-6{ padding-right: calc(0.5rem * 0.5);
    padding-left: calc(0.5rem * 0.5);}
td input{margin-bottom: 3px;}
th{ font-weight: 100; }

label{ 
	font-weight: 100;
	margin-right: 10px;
}
input[type=radio], input[type=checkbox] {
  margin-right: 5px;
}

hr {
	border-color: #ddd;
}
.panel {
    margin-bottom: 10px;
    border-radius: 0px !important;
}
.panel-body {
	padding: 20px;
	border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.page-header {
	border-bottom: 1px solid #ddd;
	margin: 20px 0 20px;
}
.panel-heading {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-heading h3{margin-top: 10px;}
.form-group {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.form-group p{ margin: 8px 0;}
.form-control{border-radius: 2px;box-shadow:none;}
.loggedin-col{ padding:3px 8px !important; font-weight: bold;}
#btnViewEdit{ margin-bottom: 5px; margin-right: 5px;}


/* --- file upload input --- */
.file input{ padding:0; box-shadow: none; border: none;}

/* -----blue------- */
.btn-click {
	color: #fff;
	background-color: #1B7DC1;
	border-color: #1B7DC1;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 5px;
	font-weight: bold;
}
.btn-click:hover {
	filter:alpha(opacity=80);
	opacity:0.8;
}

.btn-success {
	color: #fff;
	background-color: #1B7DC1;
	border-color: #1B7DC1;
}
.btn-success:focus,
.btn-success.focus {

}
.btn-success:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;

}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #1B7DC1;
  border-color: #1B7DC1;
}
.btn-success .badge {
  color: #1B7DC1;
  background-color: #fff;
}

/* --------------- */

.btn-success:link {
	background-color: #4092CB;
	border-color: #4092CB;
}

.btn-group-lg>.btn, .btn-lg {
	padding: 10px 26px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 2px;
}
.entry h1 {
	font-size: 24px;
	color: #444;
}
.comp-screen h1.page-header {
    font-size: 3em;
    font-weight: bold;
}
.entry h1.type1 {
	background: #1B7DC1;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 1;
	padding: 15px 15px 15px 15px;
}

.entry h1.type3 {
    background: #fff;
    color: #1B7DC1;
    font-size: 23px;
    line-height: 1;
    padding: 15px 15px 15px 15px;
    border-left: 4px solid #1B7DC1;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}

.entry h2 {
	font-size: 20px;
	color: #444;
}
.entry h4 {
	font-size: 1.1em;
	color: #444;
	margin-top:30px;
	margin-bottom:0px;
	border-bottom: 3px solid #EEE;
	padding-bottom: 8px;
}
.alert {
    margin-bottom: 15px;
	margin-top: 5px;
}
.alert-info {
	color: #444;
	background-color: #DFE3E9;
	border-color: #DFE3E9;
	font-size: 14px;
}
.alert-info .alert-link {
	color: #164B7C;
}
.entry .item-desc{
	font-size: 0.8em;
	color:#666;
}

/*-- exvalidation --*/
div.input{
	position: relative !important;
}
.formError{
	position: absolute;
	display: block;
	top:-40px;
	right:0px;
}
.formErrorContent {
	opacity: 1;
}
/*
.formErrorContent:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 10%;
 	margin-left: -7px;
	border: 7px solid transparent;
	border-top: 7px solid #FFBF00;
}
*/
/*-- arrow box --*/
#step_bar_box {
	padding-right: 0;
}
.step_bar {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	background: #f6f6f6;
	border: 1px solid #ddd;
	margin: 20px auto;
	text-align: center;
}
.step_bar li {
	position: relative;
	background: #eee;
	color: #444;
	padding: 10px;
	width: 29%;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}
.step_bar li.current {
	background: #aaa;
	color: #fff;
}
.step_bar li:not(:last-child):after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(27, 125, 193, 0);
	border-left-color: #eee;
	border-width: 10px;
	margin-top: -10px;
}
.step_bar li.current:after {
	border-left-color: #aaa;

}
.step_bar li:nth-child(2) {
	margin-left: 8px;
	margin-right: 8px;
}
.step_bar li small {
    font-size: 80%;
}

#payment .securecode input{
	width:40%;
}

#payment .numpay select {
	font-size: 14px;
}
#payment .deadline select {
	font-size: 15px;
}
#payment .cardName .p0 {
	margin:0;
	padding: 0 0.8em 0.4em 0;
}

#flashMessage {
	background: #f2dede;
	color: #d44950;
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#flashMessage:before {
	content: "\f071";
	font-family: 'FontAwesome';
	padding: 0 0.5em 0 0;
	font-size: 18px;
}
.error-message{
	font-size: 85%;
	color:#ff2461;
	padding:5px;
	margin-top: .5em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #FFF;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;

}
.errorMsg {
	background: #D9E9F5;
	color: #1B7DC1;
	padding: 15px 20px;
	margin: 20px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.errorMsg li {
	list-style: disc;
	line-height: 1.6;
	font-size: 13px;
}
.errorMsg ul {
	list-style-position: inside;
	padding: 10px 10px 0px 20px;
}
.form-error{
	border: 2px solid #FFBF00;
	background: #fff5d0;
}
#comfirm-info ul{
    padding: 20px;
}

.c_box {
    padding: 1em 4%;
    margin: 2em 0 2em;
    border: 2px solid #dddddd;
    border-radius: 0.2em;
    line-height: 1.5;
}
.c_box.glay_box {
    background: #ececec;
    border-color: #9c9c9c;
    color: #555555;
}
.c_box.intitle {
    padding-top: 0;
    padding-bottom: 1.4em;
}
.c_box.intitle .box_title span {
    position: relative;
    top: -0.85em;
    padding: 0.1em 0.5em;
    background: #9c9c9c;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0.2em;
    display: inline-block;
    vertical-align: bottom;
}
/*----------------------------
	colorChange
------------------------------*/

/*---------- gray ----------*/

#gray .btn-click {
	color: #fff;
	background-color: #446F99;
	border: 1px solid #446F99;
}

/*---------- black ----------*/

#black .btn-click {
	color: #fff;
	background-color: #333;
	border: 1px solid #666;
}
/*---------- yellow ----------*/

#yellow .btn-click {
	color: #fff;
	background-color: #333;
	border: 1px solid #666;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
	border-top: none;
	border-bottom: 1px solid #DDD;
	min-height: 25px;
	vertical-align: middle;
	padding: 15px 8px;
}

.payBtn {
	text-align: center;
	margin: 20px auto 60px;
}
#IpsInputForm,#ZeusInputForm,#bankDesc,#OnetouchForm{ border: 1px solid #ddd; border-top:none;padding:15px;margin-bottom: 20px;}
.card-select, .box-border{
	margin: 0 0px 5px 0;
    padding: 15px 15px 15px 15px;
    border-radius: 3px;
    background-color: #f6f7f8;
	margin-top: 10px;
}
#IpsInputForm, #ZeusInputForm, #bankDesc, #OnetouchForm { border:1px solid #ccc;margin-top: 10px; }
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	/*border:none;*/
}

td #OnetouchForm{border:none;padding:0;}
#bankDesc p{ line-height: 180%; text-align: center;}
#bankDesc p.desc{ font-size:0.8em; color:#999; }
#payment-method{ margin-bottom: 0;}
.payment-btn-box{ margin-top: 30px;}
.payment-btn-box a{ padding: 20px 60px; font-size: 1.5em;} 
.onetouch-pay-notice{ font-size:0.8em;}
@media only screen and (max-width:480px){
	.payment-btn-box a{ width:100%;}
    .entry, .main, .main-offset{ padding-right: 5px; padding-left: 5px; }
    .entry .row-offcanvas, .main-row { margin-right: -5px; margin-left: -5px; }
    .entry th,.entry td,
    .event th,.event td{
	    width: 100%;
	    display: block !important;
	   
    }
    .alert{ border-radius:0; }
    .entry h4 { margin-bottom:0; border-bottom:1px solid #DDD;padding: 0 8px 10px 8px;}
	/*.entry tr:first-child th { border-top: 1px solid #ddd; }*/
	#IpsInputForm,#bankDesc{ border: none; padding:0; }
	#IpsInputForm,#ZeusInputForm,#bankDesc,#OnetouchForm{ border:none; padding:0;}
	#bankDesc{padding: 20px; min-height: 310px;}
	.card-select{ padding:15px;}
	.OnetouchFormTitle{
		
		border-bottom: 1px solid #DDD;
		background: #eee;font-size: 0.8em;
		padding: 7px 10px 6px !important; 
		margin-top: 0;
    }
	.userinfo{padding:0 0 20px 0;}
	th{ background: #eee; border-top: 1px solid #ccc; font-size: 0.8em; padding: 5px 10px 4px !important;}
}

/*----------------------------
	responsive
------------------------------*/

/* 320px以下 */
@media (max-width: 390px) {
.step_bar li {
	width: 30%;
}
}


.box-quantity{
	margin-bottom: 15px;
}
