@charset "utf-8";
/* CSS Document */
/*-----------------ログイン画面カスタム------------------------*/
#undercolumn_login {
	padding: 10px;
	color: #fff;
	background: rgba(0,0,0,.6);
	font-family: Arial, Helvetica, sans-serif;
    border-radius: 15px 15px 15px 15px;
}

#undercolumn {
	width:50%;
	height: 50%;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 767px){
	#undercolumn {
	width:100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
	
}

.jumbotron{
	margin-bottom: 10px;
}


.form-signin .form-control{
	padding: 10px;
}

.form-signin .checkbox {
	color: #337ab7;
}

.mmenu h2, h3{
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.title{
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 7px;
	border-left: 5px solid #949494;
    color: #FFF;
}

#main_column {
	padding-bottom: 10px;
    background-size: cover;
    background-position: center center;
    background-image: url(/user_data/packages/default/img/background/bg_login_4.jpg);
    background-repeat: no-repeat;
	margin-top: -40px;
}
#main_column .btn-primary{
    background-color: #7fc400;
    border-color: #6eaa00;
}

#main_column .btn-primary:hover{
    background-color: #6eaa00;
    border-color: #6eaa00;  
}


.login_text a{
	color: #FFFE8A;
}

@media (min-width: 768px)
	.navbar-custom {
		  padding: 15px 0 !important;	
}
#footer_wrap{
    color: #fff;
    background: #000;
}

#pagetop {
    padding: 20px;
}
#pagetop a {
	transition: all .3s;
    color: #FFF;
}
#pagetop a:link    { color : white; }
#pagetop a:visited { color : white; }
#pagetop a:hover   { color : powderblue; }
#pagetop a:active  { color : white; }

#copyright {
    color: #FFF;
}

/*-----------------ログイン画面カスタム end------------------------*/

/*-----------------container無効化------------------------*/
.container {
  padding-right: initial !important;
  padding-left: initial !important;
  margin-right: initial !important;
  margin-left: initial !important;
}
@media (min-width: 768px) {
  .container {
    width: initial !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: initial !important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: initial !important;
  }
}

.wrap1 {
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .wrap1 {
    width: 750px !important;
  }
}
@media (min-width: 992px) {
  .wrap1 {
    width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .wrap1 {
    width: 1170px !important;
  }
}

.BGimage{
	background-color: #fff6dd;
	padding-bottom: 50px;
}

/*-----------------container無効化 end------------------------*/
.text1{
	font-family: 'Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 18px;
	line-height: 180%;
}

.text2{
	font-family: 'Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 18px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 0;
}

.text3{
	font-family: 'Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 18px;
}

.box1{
    margin:2em 0;
    position: relative;
    padding: 50px;
	border: 2px dashed #fff;
	box-shadow: 0px 0px 0px 5px #ffd026;
	border-radius: 4em 9em 2em 4em/8em 8em 7em 8em;
	background-color: #ffd026;
	color: #605f5a;
}


.box2{
    position: relative;
    background: #ff8e26;
    box-shadow: 0px 0px 0px 5px #ff8e26;
    border: dashed 2px white;
	border-radius: 4em 4em 2em 4em/8em 8em 7em 8em;
    padding: 30px;
    color: #fff;
	font-family: 'Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size: 18px;
	margin-top: 30px;
}

.box2 p {
    margin: 0; 
    padding: 0;
}

a.btn1{
  display: block;
  width: 70%;
  text-decoration: none;
  background: #9FA81E;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #7F8430;
  font-family: 'Yu Gothic UI','ヒラギノ角ゴシック','Hiragino Sans','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 25px;
  text-shadow: 1px 1px 3px #000;
}
a.btn1:active{ 
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}

.section{
	margin-top: 50px;
}

.headline {
position: relative;
color: #333333;
text-shadow: 0 0 2px white;
background: #ffded4;
z-index: 1;
border-radius: 0 10px 10px;
font-size: 30px;
}

.headline:before {
content: "";
position: absolute;
background: #F89174;
width: 50px;
height: 50px;
border-radius: 50%;
top: 50%;
/* border: dashed 1px white; */
left: -15px;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: -1;
}

.bottom {
	margin-bottom: 50px;
}

.BGtop{
	background-image: url(/user_data/packages/bootstrap/img/banner/BG_image1.png);
	height: 70%;
	background-position: top;
	background-repeat: no-repeat;
	background-size:100%;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
	margin-top: -100px;
}

@media screen and (max-width: 767px){
	.BGtop {
	background-image: url(/user_data/packages/bootstrap/img/banner/BG_image1.png);
	height: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-size:100%;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
	margin-top: -40px;
}
	
}