*{
	box-sizing: border-box;
}
body{
	font-family: "AvenirNext", "Lato", "Hirago KakuGothic ProN", Meiryo, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 1.6rem;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern";
    -webkit-font-kerning: normal;
    font-size: 16px;
    text-decoration: none;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #006ccc;
}
img{
	display: block;
	width: 100%;
}
.wrap{
	width: auto;
}
strong{
	font-weight: bold;
}
.header{
	position: relative;
	height: 56px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-bottom: 1px solid #ececf1;
}
.logo{
	width: 55px;
	display: block;
}
.key{
	position: relative;
	height: 50vh;
}
.key img{
	height: 100%;
	object-fit: cover;
}
.key h1{
	position: absolute;
	font-size:8.5vw;
    top: 50%;
    font-family: "Nico Moji";
    left: 50%;
    margin-bottom: 0;
    transform: translate(-50%,-50%);
    color: #a80a51;
    width: 100%;
    text-align: center;
}
.openbtn{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 2px;
	background: #e684c3;
  	width:65%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;/*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

.pankz{
	padding: 10px 20px;
	display: flex;
	align-items: center;
	font-size: 13px;
	border-bottom: 1px solid #ececf1;
}
.pankz a{
	margin-right: 10px;
	padding-left: 10px;
	color: #bf338d;
	text-decoration: none;
}
.pankz a:first-child{
	padding-left: 0;
}
.pankz-last{
	display: none;
	width:300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.contents{
	margin-bottom: 60px;
}
.inner{
	padding: 30px 8px;
}
h1{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
}
h2{
	font-weight: bold;
	font-size: 17px;
	margin-top: 60px;
	border-left: 6px solid #e684c3;
	padding-left: 0.8em;
	margin-bottom: 16px;
}
h2:nth-of-type(1){
	margin-top: 30px !important;
}
h3{
	border-left: 3px solid #ccc;
    margin-bottom: 0px;
    padding-left: 10px;
    margin-top: 20px;
}
.question{
	padding: 24px 14px;
	background-color: #fff6f9;
}
.question-icon{
	background-color: #e684c3;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    padding: 1px 13px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-right: 10px;
}
.question-title{
	margin-bottom: 0;
	font-size: 18px;
}
.question-head{
	display: flex;
	margin-bottom: 5px;
}
.tags{
	display: flex;
	font-size: 12px;
}
.tags--head{
	justify-content: end;
}
.tags li{
	margin-right: 8px;
}
.tags li a{
	color: #006ccc;
}
pre{
	margin: 10px 0;
}
p{
	margin-bottom: 16px;
}
code{
	padding: 24px !important;
}
pre code .code-oney{
	padding: 0 !important;
	background: none !important;
}
.hljs{
	padding-top: 20px !important;
	padding-bottom: 30px;
	font-size: 16px;
}

.sidebar{

}
.sidebar-sec{
	margin-bottom: 40px;
}
.sidebar .sidebar-title{
	padding: 10px 10px;
	background-color: #f7f7f7;
	border-left: none;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 0 !important;
}
.sidebar-list{

}
.sidebar-list li{
	border-bottom: 1px solid #ebebeb;
}
.sidebar-list li:last-child{
	border-bottom: none;
}
.sidebar-list a{
	display: flex;
	padding: 8px;
	justify-content: space-between;
    align-items: center;
    color: #006ccc;
    line-height: 1.6;
    font-weight: bold;
    font-size: 14px;
}
.sidebar-list a .link-icon{
	width: auto;
    margin-right: 14px;
    height: 60px;
}
.sidebar-list a .side-link-text{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.question-list .question{
	margin-bottom: 10px;
	background-color: #fff;
	padding: 15px 24px;
	border-bottom: 1px solid #f0f0f0;
}
.question-list .question-group-title{
	position: relative;
	border-left: none;
	font-size: 20px;
	border-bottom: 1px solid #ececf1;
	margin-bottom: 20px;
	margin-top: 30px !important;
	padding: 10px 0;
}
.question-list .question-title{
	position: relative;
	font-weight: bold;
	color: inherit;
	font-size: 16px;
}
.all-link{
	position: absolute;
	font-size: 12px;
	top:50%;
	transform: translateY(-50%);
	right: 0;
	color: #006ccc;
}
.banner-list{
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
}
.banner-list li{
	position: relative;
	background-color: #213555;
	margin-right: 2%;
	border-radius: 5px;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 2%;
	width: 49%;
}
.banner-list li:nth-child(2n){
	margin-right: 0%;
}
.banner-list li:after{
	content: '';
    position: absolute;
    right: 20px;
    width: 10px;
    color: #fff;
    height: 10px;
    top: 50%;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translateY(-50%);
}
.banner-list a{
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 15px;
	width: 100%;
	height: 56px;
	letter-spacing: 1px;
	display: flex;
	align-items: center;
}
.pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
}
.pagination-Item{
	margin-bottom: 14px;
}
.pagination-Item-Link {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	border: solid 2px #4f4e4e;
	font-size: 12px;
	color: #4f4e4e;
	font-weight: bold;
	transition: all 0.15s linear;
}
.pagination-Item-Link-Icon {
	width: 13px;
}
.pagination-Item-Link.isActive {
	background: #4f4e4e;
	color: #fff;
	pointer-events: none;
}
.pagination-Item-Link:not(.isActive):hover {
	background: #4f4e4e;
	color: #fff;
}
.pagination > * + * {
	margin-left: 12px;
}


.footer{
	text-align: center;
    background-color: #f8f8f8;
    color: #706e6e;
    font-size: 12px;
    padding: 3px 0;
}
.copy{
	margin-bottom: 0;
	padding: 10px 0;
	background-color: #203555;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
.sitemap-wrap{
	padding: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.sitemap-sec{
	width: 48%;
	padding: 4%;
}
.sitemap-sec h2{
	text-align: left;
	border-left: none !important;
	font-weight: bold;
	font-size: 13px;
	color: #333;
	margin-bottom: 0;
	padding-left: 0;
	margin-top: 0 !important;
}
.sitemap-list{
	text-align: left;
}
.sitemap-list a{
	font-size: 11px;
	color: #333;
}
.code-oney{
	padding: 2px 10px !important;
	margin: 0 3px;
	background: #F9D1D2;
    border-radius: 3px;
	font-weight: bold;
}

.links{
	display: flex;
	margin: 40px 0;
	width: 100%;
	justify-content: space-between;
}
.links a{
	width: 48%;
	background-color: #e684c3;
	border-radius: 5px;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}








/*PC*/
@media screen and (min-width: 767px){
	body{
		font-size: 17px;
	}
	.header-inner{
		position: relative;
		width: 1104px;
		margin: 0 auto;
	}
	.key{
		height: 600px;
	}
	.key h1{
		font-size: 80px;
	}
	.openbtn{
		right: 0;
	}
	.pankz-inner{
		width: 1104px;
		margin: 0 auto;
	}
	.pankz-last{
		display: inline-block;
	}
	.wrap{
		width: 1104px;
		margin: 1104px;
		margin: 0 auto;
		display: flex;
		padding-top: 30px;
	}
	.contents{
		width: 68%;
    	margin-right: 2%;
    	border-right: 1px solid #f3f3f3;
    	padding-right: 20px;
	}
	.inner{
		padding: 30px 18px;
		width: 100%;
	}
	.sidebar{
		width: 30%;
	}
	h1{
		font-size: 20px;
	}
	h2{
		font-size: 18px;
	}
	.question{
		padding: 34px 24px;
	}
	.question-title{
		font-size: 20px;
	}
	.question-list .question-title{
		font-size: 18px;
	}
	.pagination{
		margin-top: 40px;
	}
	.sidebar{

	}
	.sidebar .sidebar-title{
		padding: 10px 14px;
	}
	.footer-inner{
		width: 1100px;
		margin: 0 auto;
	}
	.sitemap-sec{
		width: 20%;
	}
	.sitemap-title{
		font-size: 15px !important;
	}
	.sitemap-list a{
		font-size: 14px !important;
	}

}


