/*-- main --*/
.main {
    padding: 2em 0 0;
}
.mypage {
    width: 45%;
    margin: 2.5em auto;
    background: url(../images/1.jpg)no-repeat center 0px;
    background-size: cover;
}
.mypage input[type="text"], .mypage input[type="password"] {
    outline: none;
    font-size: 1em;
    color: #000;
    padding: .8em 1em;
    margin-bottom: 1em;
    width: 100%;
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mypage p {
    font-size: 1.2em;
    color: #616161;
    margin: 1em 0 .5em;
}
/*-- checkbox --*/
.login-agileits-top input[type="checkbox"] {
    display: none;
}
.login-agileits-top input[type="checkbox"]+label {
    position: relative;
    padding-left: 1.8em;
    border: none;
    outline: none;
    font-size: 1em;
    color: #565656;
    cursor: pointer;
    display: -webkit-inline-box;
    margin: 1.5em 0;
}
.login-agileits-top input[type="checkbox"]+label span:first-child {
    width: 14px;
    height: 14px;
    border: 2px solid #C8C8C8;
    position: absolute;
    left: 0;
	top: 3px;
}
.login-agileits-top input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 2px;
    top: 2px;
    font-size: 10px;
    width: 10px;
    height: 10px;
}
/*-- //checkbox --*/
.mypage input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #2f889a;
    border: 3px solid #2f889a;
    outline: none;
    cursor: pointer;
    padding: .6em 1em;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mypage input[type="submit"]:hover {
    background: #3599ae;
    color: #ffff;
    border-color: #3599ae;
    transition: 0.5s all ;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.mypage-agileits-bottom {
    margin-top: 3em;
    text-align: center;
    padding: 1.5em 1em 0;
    border-top: 1px dotted rgb(188, 188, 223);
}
.mypage-agileits-bottom p {
    margin-bottom: 0;
}
.mypage-agileits-bottom p a{
    color: #524f4f;
    transition:.5s all;
}
.mypage-agileits-bottom p a:hover {
    color: #517fff;
    text-decoration:none;
}
.mypage .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 2.1em;
}
/*-- //main --*/
/*-- SAP --*/
.sap_tabs,.bsc-tabs {
    clear: both;
    padding: 2.5em;
    background-color: rgb(255, 255, 255);
}
.tab_box{
	background:#fd926d;
	padding: 2em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
    list-style: none;
    text-align: center;
    margin-bottom: 2em;
}
.resp-tab-item {
    color: #3e3e3e;
    font-size: 1.2em;
    cursor: pointer;
    padding: 0;
    display: inline-block;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.9;
}
.resp-tab-active {
    text-shadow: none;
    color: #3e3e3e;
    font-weight: bold;
    opacity: 1;
    border-color: #fff;
}
.resp-tab-item span {
}
.resp-tab-active span {
}
.resp-tabs-container {
    padding: 0px;
    background: none;
    clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.resp-tab-item label {
    margin: 0px 0.6em;
    vertical-align: middle;
}
/*-- //SAP --*/
/*-- copyright --*/
.copyright {
    margin: 2em 0;
    text-align: center;
}
.copyright p {
    font-size: 1em;
    color: #fff;
	line-height:1.8em;
}
.copyright p a{
    color: #fff; 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
.copyright p a:hover{
    color: #000;	
}
/*-- //copyright --*/
/*-- responsive-design --*/
@media(max-width:1280px){
.mypage {
    width: 45%;
}
.mypage-agileits-bottom {
    margin-top: 3em; 
	padding: 1em 1em 0;
}
h1 {
    font-size: 2.6em; 
}
}
@media(max-width:1080px){
h1 {
    font-size: 2.4em;
}
.mypage {
    width: 50%;
    margin: 1.5em auto;
}
.sap_tabs,.bsc-tabs {
    padding: 2em;
}
}
@media(max-width:1024px){
.mypage .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 1em;
}
.mypage input[type="text"], .mypage input[type="password"] {
    width: 100%;
}
}
@media(max-width:991px){
.mypage {
    width: 54%; 
}
}
@media(max-width:900px){
h1 {
    font-size: 2.2em;
}
.mypage input[type="text"], .mypage input[type="password"] { 
    padding: 0.6em 1em; 
	width: 91.5%;
}
.mypage input[type="submit"] {
    font-size: 0.9em; 
    padding: .5em 1em; 
}
.mypage-agileits-bottom {
    margin-top: 2.5em;
    padding: 0.6em 1em 0;
}
}
@media(max-width:800px){
.mypage input[type="text"], .mypage input[type="password"] { 
    width: 90.5%;
}
.mypage .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 0.8em;
}
}
@media(max-width:736px){
.mypage {
    width: 61%;
}
}
@media(max-width:640px){
h1 {
    font-size: 2em;
}
.sap_tabs,.bsc-tabs {
    padding: 2em;
}
.mypage {
    width: 65%;
}
}
@media(max-width:600px){
.mypage input[type="text"], .mypage input[type="password"] {
    width: 89.5%;
}
}
@media(max-width:568px){
.copyright p { 
    padding: 0 1em;
}
}
@media(max-width:480px){
h1 {
    font-size: 1.85em;
}
.sap_tabs,.bsc-tabs {
    padding: 1.8em;
}
.mypage {
    width: 80%;
}
h1 {
    font-size: 1.8em;
}
.main {
    padding: 1.5em 0 0;
}
.resp-tab-item {
    font-size: 1.2em;
    margin-top: 10px;
}
.mypage-agileits-bottom {
    margin-top: 2em;
    padding: 0.4em 1em 0;
}
.copyright p {
    font-size: 0.9em; 
}
}
@media(max-width:414px){
h1 {
    font-size: 1.6em;
}
.sap_tabs,.bsc-tabs {
    padding: 1.5em;
}
.mypage input[type="text"], .mypage input[type="password"] { 
    font-size: 0.9em; 
}
.mypage input[type="submit"] {
    font-size: 0.8em; 
}
.mypage p {
    font-size: 0.9em; 
}
.mypage {
    width: 85%;
}
.login-agileits-top input[type="checkbox"]+label { 
    font-size: 0.9em; 
}
}
@media(max-width:384px){
.mypage .login-agileits-top.sign-up input[type="submit"] {
    margin-bottom: 0;
}
.copyright {
    margin: 1.5em 0; 
}
}
@media(max-width:375px){
.mypage {
    width: 90%;
}
}
@media(max-width:320px){
.main {
    padding: 1em 0 0;
}
h1 {
    font-size: 1.5em;
}
.mypage { 
    margin: 1em auto;
}
.resp-tab-item {
    font-size: 1.1em;
}
.mypage p { 
    margin: 0.8em 0 .4em;
}
.login-agileits-top input[type="checkbox"]+label { 
    margin: 1em 0;
}
.mypage-agileits-bottom {
    margin-top: 1.5em; 
}
}
/*-- //responsive-design --*/