@charset "utf-8";

/*共通class*/


a {
    text-decoration: none;
}

.pc { display: block; }

.sp { display: none; }

.registar .content-sp {
	font-size: 15px!important;
}

/*header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    z-index: 99;
  min-width: 1200px;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: 100%;
  height: 100%;
}
header h1 {
    width: 236px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 999;
}

header h1 img {
	width: 100%;
}

header nav {
  position: relative;
	right: 15px;
}
header nav ul{
	display: flex;
	align-items: center;
	
}
header nav ul li{
	padding: 5px 23px 5px 0;
}
.border1 {
	display: none;
}

header nav ul li:nth-child(5) {
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #B9B9B9;
}

header nav ul li:nth-child(8) {
	padding-right: 0px;
}

header nav ul li a.login {
	margin-right: 30px;
}

header nav ul li a.login::before {
	content: url(../images/login.png);
	position: relative;
	margin-right: 7px;
	top: 1px;
}

header nav ul li a{
	color: #4D4D4D;
	font-size: 15px;
	padding: 0 4px;
}
header nav ul li a.current, header nav ul li a:hover {
    border-bottom: 3px solid #88CBCC;
}

header #nav_toggle{
	display: none;
}

header .moushikomi {
		width: 157px;
    background-color: #FF7047;
    color: #fff;
    border-radius: 5px;
    padding: 9px 19px;
		font-size: 15px;
}
header .moushikomi:hover {
  border-bottom: none;
  opacity: 0.5;
}
 
/* contents */
section {
	width: 100%;
}

section .head {
	width: 100%;
	margin: 70px 0 0 0;
}

section .head h2 {
	width: 640px;
	margin: 0 auto;
}

section .head p {
  text-align: center;
  font-size: 16px;
  color: #fff;
}

section article#contets {
	width: 1100px;
	margin: 0 auto;
}

/* pankuzu */.breadcrumb {
	margin: 30px 0 100px;
  font-size: 13px;
}
.breadcrumb ul li {
	position: relative;
  padding: 5px;
  display: inline-block;
  color: #B7B7B7;
	margin-right: 20px;
}
.breadcrumb a {
  color: #029084;
}
.breadcrumb ul li:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #B7B7B7;
  border-right: solid 2px #B7B7B7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 11px;
  right: -14px;
}

/* section */
section .head {
	min-width: 1200px;
	background-image: url(../images/login/login-mv.jpg);
	background-size: cover;
	padding: 60px 0;
}
.breadcrumb ul li:last-child:after {
	content: none;
}

/*footer*/
footer {
    width: 100%;
    bottom: 0;
    border-top: 1px solid #DDDDDD;
}

.footer1 ul{
    display: flex;
    justify-content: center;
    padding: 20px;
}

.footer1 ul li {
    padding: 18px 36px 18px 18px;
    font-size: 15px;
}

.footer1 ul li a {
    color: #000;
    font-size: 15px;
		position: relative;
}

.footer1 ul li a::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
		position: absolute;
		top: 7px;
		left: -10px;
    background-image: url(../images/footer1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
    
    
.footer2 {
    display: flex;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    background-color: #000;
    padding: 20px;
}

.footer2-ul ul{
    display: flex;
}

.footer2-ul ul li a{
    color: #fff;
    font-size: 15px;
    padding: 0 15px;
}

.footer2-ul ul li a::after {
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 17px;/*画像の幅*/
    height: 17px;/*画像の高さ*/
    margin-left: 5px;
    background-image: url(../images/footer2.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    flex-flow: row wrap;
}

.copyright {
    color: #fff;
  font-size: 12px;
  line-height: 1;
  padding-top: 7px;
}
.copyright a {
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
}

/* page top */
#page-top {
    position: fixed;
    bottom: 105px;
    right: 15px;
    z-index: 2;
}
 
#page-top a {
    display: block;
    width: 61px;
		height: 65px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    text-decoration: none;
}

/*透かしon*/
.photo_on {
    width: 100%;
    height: 100%;
    background: url(../images/sukashi.png);
    z-index: 10;
    position: absolute;
    display: block;
    margin-top: -135%;
}

/*ボタン*/
.link {
	width: 660px;
	display: block;
	color: #fff;
  background-color: #333;
  text-align: center;
  border-radius: 4px;
	margin: 0 auto 30px;
	position: relative;
}

.send {
	width: 660px;
  background-color: #333;
  text-align: center;
  border-radius: 4px;
  font-size: 28px;
  line-height: 1;
	padding: 26px 0;
	margin: 0 auto;
	position: relative;
  color: #fff;
}

button.send{
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: block;
  cursor: pointer;
}

.send2 {
	width: 660px;
  background-color: #FF7047;
  text-align: center;
  border-radius: 4px;
  font-size: 28px;
  line-height: 1;
	padding: 26px 0;
	margin: 0 auto;
	position: relative;
  color: #fff;
}

.send::after, .send2::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  color: #fff;
}



    
/*メニュー部分*/
@media screen and (max-width:768px){
	.sp { display: block; }

	.pc { display: none; }
	
	img {width: 100%;}
	
	.registar .send {
		/*font-size: 14px!important;*/
	}

/*header*/
	header {height: 45px;}
	header h1 {
		position: fixed;
		width: 98px;
		left: 3%;
		top: 10px;
	}
	section .head {
		margin: 45px 0 0 0;
		min-width: 100%;
	}
	
	#nav_toggle {
		display: block!important;
	}
    
	header nav {
		width: 100%;
		min-width: 100%;
		height: 100%;
		position: fixed;
		top: 45px;
		left: 0;
		margin-right: -16px;
	} 
    
	nav{
		display: none;
		position: absolute;
		background: #333333;
		left: 0;
		z-index: 99;
	}

	header nav ul{
		display: block;
		margin: 0 auto;
		width: 90%;
		padding: 10% 0;
	}

	header nav ul li{
		font-size: 12px;
		line-height: 3;
		padding: 0;
		margin: 0 auto;
		text-align: center;
	}
    
	header nav ul li:last-child{
		border: none;
		margin-top: 10px;
	}
    
	header nav ul li a {
		font-size: 18px;
		color: #fff;
		display: block;
	}
  header nav ul li a:hover {
    border: none;
  }
	header nav ul li:nth-child(5) {
		padding: 0;
		margin: 0;
		border: none;
	}
  header nav ul li a.login {
    margin-right: 0px;
  }
	
	.border1 {
		display: block;
		color: #898989;
	}
	
	header nav ul li a.login::before {
		content: '';
		display: inline-block;
		width: 12px;
		height: 14px;
		background-image: url(../images/login2.png);
		background-size: contain;
		vertical-align: middle;
		margin-top: -4px;
	}
	
	header nav ul li a.current {
		border-bottom: none;
	}
    
	header .moushikomi {
    box-sizing: border-box;
			width: 200px;
			margin: 0 auto;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0px;
			border-radius: 5px;
	}



    /*開閉ボタン*/
	#nav_toggle{
		position: fixed;
		display: block;
		width: 24px;
		height: 24px;
		top: 14px;
		right: -30px;
		margin-right: 50px;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #000;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:9px;
        width: 18px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 2px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 2px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}
	
	section article#contets {
		width: 90%;
	}

	/* パンくず */
.breadcrumb {
		width: 100%;
    padding: 10px 0 7px!important;
    margin: 0 0 20px 0!important;
}
	.breadcrumb a {color: #029084; font-size: 10px;}
	
  .breadcrumb ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 5px;
    margin: 0 auto;
    white-space: nowrap;
  }
  /* スクロールバーの装飾 */
  .breadcrumb ul::-webkit-scrollbar {
    height: 2px;
  }
  .breadcrumb ul::-webkit-scrollbar-track {
    background: #fff;
  }
  .breadcrumb ul::-webkit-scrollbar-thumb {
    background: #999;
  }

/*.breadcrumb::-webkit-scrollbar {
    height: 2px;
}

.breadcrumb::-webkit-scrollbar-track {
    border-radius: 1px;
    background: #eee;
}

.breadcrumb::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: #999;
}

.breadcrumb ul {
    display: table;
}*/

.breadcrumb ul li {
    font-size: 10px;
    display: table-cell!important;
    white-space: nowrap; 
    vertical-align: middle;
    padding: 0 12px 0 0!important;
    margin-right: 10px!important;
    position: relative;
		color: #B7B7B7;
}

.breadcrumb ul li:last-child {
    padding-right: 0;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.breadcrumb ul li:after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-top: solid 1px #B7B7B7;
  border-right: solid 1px #B7B7B7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 6px!important;
  right: 2px!important;
}

.breadcrumb ul li a:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #BCBCBC;
    bottom: -7px;
}

.breadcrumb ol li a,
.breadcrumb ol li span {
    position: relative;
    display: block;
    top: -4px;
}

.breadcrumb ul li span {
    background-color: #eee;
    border-radius: 4px;
    padding: 6px 8px;
}

/* スクロール設定解除 */

.breadcrumb.no-scroll ul {
    display: block;
}

.breadcrumb.no-scroll ul li {
    display: inline-block;
    margin-bottom: 12px;
    white-space: normal;
}

.breadcrumb.no-scroll ul li:after {
    top: -4px;
}
	
/* section */
	section .head {
		background-image: url(../images/login/login-sp.jpg);
		background-size: cover;
		padding: 9% 0;
	}
	
	section .head h2 {
		width: 100%;
	}
  
  /*ボタン*/
  .link {
    width: 100%;
    border-radius: 2px;
    margin: 0 auto 15px;
  }

  .send {
    width: 100%;
    border-radius: 2px;
    font-size: 18px;
    padding: 15px 0 16px;
  }

  .send2 {
    width: 100%;
    border-radius: 2px;
    font-size: 18px;
    padding: 15px 0 16px;
  }

  .send::after, .send2::after {
    width: 4px;
    height: 4px;
    right: 12px;
    border-top: solid 1px;
    border-right: solid 1px;
  }

/*footer*/
    .footer1 ul{
        display: block;
        padding: 10px 5%;
    }
    
    .footer1 ul li {
        padding: 4px 10px;
        font-size: 15px;
    }
    
    .footer2 {
        padding: 0;
        display:-webkit-box;
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content: center;
    }
    
    .copyright {
        font-size: 12px;
        padding: 10px;
        width: 100%;
        border-top: 1px solid #595757;
        -webkit-box-ordinal-group:2;
        -ms-flex-order:2;
        -webkit-order:2;
        order:2;
      text-align: center;
      
    }
    
    .copyright div {
        text-align: center;
    }
    
    .footer2-ul {
        padding: 15px;
        -webkit-box-ordinal-group:1;
        -ms-flex-order:1;
        -webkit-order:1;
        order:1;
    }
    
	#page-top {
    width: 43px;
		position: fixed;
		bottom:130px;
		right: 1%;
	}
  #page-top a {
      display: block;
      width: 43px;
      height: 65px;
      padding: 25px 0;
      text-align: center;
      text-decoration: none;
      border-radius: 10px;
  }
  #page-top img {
    width: 100%;
    height: auto;
  }
    
    
}