@charset "UTF-8";


.maindocs > article {
	margin-bottom:60px;
}
/*----------------------------------
.detail
----------------------------------*/
.detail{
	width: 800px;
	margin-left: 150px
}

.detail h2 img{
	width: 200px;
	margin-bottom: -8px;
}

.detail img{
	width: 100%
}
.detail p{
	width: 745px;
	margin-left: 27px;
	line-height: 1.5;
	font-size: 15px;
	margin-bottom: 20px;
}
.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin-top: 10px;
	margin-left: 330px;
	margin-bottom: 50px
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #2C47AE;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.btn--gree,
a.btn--gree {
  color: #fff;
  background-color: #b2b2b2;
}

.btn--gree:hover,
a.btn--gree:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}


@media only screen and (max-width: 750px) {


	.maindocs > article {
		margin-bottom:10.135%;
	}
	/*----------------------------------
	.access
	----------------------------------*/
.detail{
	width: 100%;
		margin-left: 0px
}

.detail h2 img{
	width: 160px;
	margin-bottom: -8px;
}

.detail img{
	width: 100%
}
.detail p{
	width: 92%;
	margin-left: 15px;
	line-height: 1.5;
	font-size: 16px;
	margin-bottom: 20px;
}

	.lr_wrapper{
		width: 100%;

	}
	.maindocs{
		width:90%;
				margin: 0 auto;
	}
		.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
	margin-top: 0px;
	margin-left:110px;
	margin-bottom: 50px
}

	.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #2C47AE;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
.btn--gree,
a.btn--gree {
  color: #fff;
  background-color: #b2b2b2;
}

.btn--gree:hover,
a.btn--gree:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
  border-radius: 100vh;
}
}