﻿@charset "utf-8";

h1,h2,h3,h4,h5{
	font-weight: normal;
}

html{
	font-size: 62.5%;
	height: 100%;
}
@media screen and (max-width: 1079px){
html{
	font-size: 57.5%;
}
}

/*--------------------------------------*/

body{
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
	font-size: 18px !important;
	font-size: 1.8rem !important;
	line-height: 1.75 !important;
	height: 100%;
}

header{display:none;}

.s_logo{padding:30px 0;}
@media screen and (max-height: 768px){
.s_logo{padding:20px 0;}	
}

.s_logo a{
	display:table;
	margin:0 auto;
}
.s_logo a img{max-width:100%;}
#footer_gnavi .s_logo{display:none;}

@media screen and (max-width: 1079px){
body.active{
	height: 100vh;
}
}

header .inner{
	padding: 15px 25px 8px 25px;
	border-bottom: solid 1px #EFEFEF;
}
header .inner .clearfix{
	display: block;
	position: relative;
	width: 100%;
	min-height: 58px;
}
header .logo img{
	width: 100%;
}
header .inner .right li{
	padding: 0 20px;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
header .inner .right li:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 40px;
	background: #EFEFEF;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
header .inner .right li:last-of-type{
	padding-right: 0;
}
header .inner .right li:last-of-type:after{
	display: none;
}
header .inner .right li.list a{
	background: url("../img/ico_list_header.svg") no-repeat left center;
	background-size: auto 1.2em;
	padding-left: 30px;
}

@media screen and (max-width: 1079px){
header{
	display:block;
	width:100%;
	z-index: 100;
	background: #fff;
	box-shadow:0 0 4px rgba(0,0,0,0.1);
}
header .inner{
	padding: 18px;
}
header .inner .clearfix{
	display: flex;
	align-items: center;
	position: relative;
	width: calc(100% - 51px + 6px);
}
	
/******2020.07.22 記述変更******/
header .inner .right{
	margin-left:0.5em;
	/* float: right;
	margin-left: auto;*/
}
header .inner .left{
	float: left;
}
header .inner .left .logo{
	width: 160px;
	margin-left: 15px;
}
header .inner .right li{
	padding: 0;
}
header .inner .right li a{
	padding: 0 10px 0 0;
	display: inline-block;
}
header .inner .right .jb{
	width: 100px;
}
header .inner .right .list{
	font-size: 1rem;
}
header .inner .right li.list a{
	padding-top: 23px;
    text-align: center;
    padding-left: 10px;
    padding-right: 0px;
    background-size: 20px;
    background-position: center top;
    line-height: 1.4;
}
}

@media screen and (max-width: 767px){
header .inner .left .logo{
	width: 100px;
}
header .inner {
    padding: 6px;
}
header .inner .right .jb{
	width: 60px;
}
header .inner .right li.list a{
	background-size: 16px;
	line-height: 1;
}
header .inner .right li.list a{
    background-size: 16px;
    background-position: center top;
    line-height: 1.2;
}
}

/*--------------------------------------------------------------------*/

.menu_button{
	position:fixed;
	right:20px;
	top:20px;
	width: 60px;
    height: 60px;
    border: 2px solid #c4191f;
    border-radius: 3px;
    font-size: 1.2rem;
    font-weight: bold;
	background: url("../img/txt_menu.svg") center bottom 8px/35px no-repeat,#fff;
	z-index:9999;
}
.menu_button a,
.menu_button a .line{
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu_button a{
	display:table;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1100;
	margin:0 auto;
	padding:0;
}
.menu_button a .line{
	position: absolute;
	left: 15px;
	width: 30px;
	height: 3px;
	background-color: #c4191f;
}
.menu_button a .line:nth-of-type(1){
	top:10px;
}
.menu_button a .line:nth-of-type(2){
	top: 20px;
}
.menu_button a .line:nth-of-type(3){
	top: 30px;
}
.menu_button.active a .line:nth-of-type(1){
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.menu_button.active a .line:nth-of-type(2){
	opacity: 0;
}
.menu_button.active a .line:nth-of-type(3){
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/*--------------------------------------*/

#main{
	display:table;
	table-layout: fixed;
	max-width: 1500px;
	width:100%;
	margin: 0 auto;
}
@media screen and (min-width: 1500px){
	#main{
		border-right:1px solid #f7f7f7;
		box-sizing:border-box;
	}
}
@media screen and (max-width: 1079px){
#main{
	display:block;
	width:100%;
}
}
@media screen and (max-width: 767px){
	
}

/*--------------------------------------*/

#contents{
	display:table-cell;
	vertical-align: top;
	width: 78%;
	max-width:1500px;
	padding:0;
	margin:0;
}
#contents p{
	margin-bottom: 1em;
}
#contents .inner{
	width:100%;
	margin:0 auto;
	paddiing:0;
}
#contents .inner .wap{
	width:84%;
	padding:80px 0;
	margin:0 auto;
}

.index1{
	font-size: 32px;
	font-size: 3.2rem;
	border-left: 8px solid #ee869a;
	padding-left:0.4em;
	line-height: 1em;
	margin:0 auto 10px;
}
.index1 > *{
	display: inline-block;
	font-weight: bold;
}
.index1 .en{
	font-size: 75%;
	padding-left: 0.25em;
	color: #ee869a;
	font-weight: bold;
}
.index1 + .cont{
	margin-bottom: 4em;
}
.index2{
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	color:#ee869a;
	font-weight:600;
	letter-spacing: -0.6pt;
	padding:0 0 10px;
	background:url("../img/index/line.png") left bottom repeat-x; 
	margin-bottom: 15px;
	line-height:1.6em;
}
.index2 h2{font-weight:600;}
.index2 + .cont{
	margin-bottom: 3em;
}

.index22{
	padding: 7px;
	background-color: #F1821D;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.index22:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	border: 10px solid transparent;
	border-top: 10px solid #F1821D;
	margin: auto;
}
.index22 h2{
	font-weight: bold;
	font-size: 127%;
}
.index22 + .cont{
	margin-bottom: 1.5em;
}
.index3{
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 2rem;
}
.index3 h3{
	font-weight: bold;
}
.index3 + .cont{
	margin-bottom: 1.5em;
}
.index4{
	margin-bottom: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
.index4 h4{
	font-weight: bold;
}
.index4 + .cont{
	margin-bottom: 1.5em;
}
@media screen and (max-width: 1079px){
#contents{
	display:block;
	width: 100%;
	}	
body.active header{opacity:0;}	
body.active #contents{
	visibility: hidden;
}
	
.index1{
	margin-left: auto;
	margin-bottom: 15px;
}
.index2{
	font-size: 2rem;
}
.index1 + .cont{
	margin-bottom: 2rem;
}
.index2 + .cont{
	margin-bottom: 1.3em;
}
}
@media screen and (max-width: 767px){
#contents .inner .wap{
	width:92%;
	padding:40px 0;
}
}
/*--------------------------------------*/

.sup_desc{
	padding-left: 2.5em;
	text-indent: -2.5em;
}
dt.sup_desc + dd{
	padding-left: 2.5em;
}
.annot{
	margin-bottom: 2em;
}
.annot p{
	margin-bottom: 0 !important; 
}
/*--------------------------------------*/

sup{
	font-weight: bold;
	font-size: 1.4rem;
}

/*--------------------------------------*/

#archive{
	margin-top: 20px;
}
.archive{
	width:100%;
	border-top: 3px solid #d6d6d6;
	margin:0 auto;
	padding:20px 0 0;
}
.archive ul{
	max-height: 500px;
	overflow-y: auto;
}
.archive > .title{
	font-size: 2.5rem;
	padding: 7px;
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}
.archive > .title:after{
	content: "";
	width: 25px;
	height: 2px;
	background: #ee869a;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.archive li{
	width:100%;
	margin:0 auto 1em;
	padding:0 0 1em;
	border-bottom: 1px solid #ccc;
}
.archive li a{
	color:000;
	font-size:16px;
}
.archive li a:hover{
	text-decoration: underline;
}
.archive .flex{
	display: flex;
}
.archive .flex .date{
	padding-right: 1em;
}
.archive .flex .date p{
	font-size: 18px;
	padding:0;
	color: #5f5f5f;
	font-weight: bold;
	margin:0;
}
.archive .flex .content .title{font-size:16px;}
.archive li.new .flex .content .title:after{
	content: "NEW";
	font-size: 1rem;
	background: #CC0000;
	padding: 2px 4px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	margin-left: 1em;
	position: relative;
	top: -3px;
}
.archive .flex .content .body{font-size: 16px;}
@media screen and (max-width: 1079px){
.archive > .title{
	margin-bottom: 20px;
}
.archive .flex{
	display: block;
}
.archive .flex .date{
	padding-right: 0;
	margin-bottom: 0.2em;
	display: inline-block;
}
#contents .archive .flex .date p{
	font-size:16px;
	margin-bottom:0;
	}
.archive .flex .content .title{
	color: #000;
}
}

/*--------------------------------------*/

#sidebar{
	display:table-cell;
	vertical-align: top;
	width: 22%;
	max-width:403px;
	padding:0;
	margin:0;
	border-right:1px solid #f7f7f7;
}
@media screen and (min-width: 1500px){#sidebar{border-left:1px solid #f7f7f7;}}

#sidebar .gnavi li,
#footer_gnavi .gnavi li{
	width:100%;
	margin:0 auto;
	padding:0;
	transition: all 0.3s ease;	
	will-change: transform;
}
#sidebar .gnavi li a,
#footer_gnavi .gnavi li a{
	position:relative;
	display:block;
	font-size:1.4rem;
	line-height:1.4em;
	color:#333;
	font-weight:600;
	padding:12px 24px;
	border-bottom:1px solid #f7f7f7;
	box-sizing:border-box;
}

@media screen and (max-height: 768px){
	
#sidebar .gnavi li a,
#footer_gnavi .gnavi li a{padding:8px 20px;}
	
}

#sidebar .gnavi li a span.eg,
#footer_gnavi .gnavi li a span.eg{
	color:#d86b6e;
	font-size:12px;
	line-height:1.2em;
	font-weight:500;
	letter-spacing: 0.4pt;
	display:table;
}

#sidebar .gnavi li.active,
#footer_gnavi .gnavi li.active{
	color:#d86b6e;
	background-color: #fbedee;
}
#sidebar .gnavi li.active:hover,
#footer_gnavi .gnavi li.active:hover{background:#fff;}
#sidebar .gnavi li.inactive:hover,
#footer_gnavi .gnavi li.inactive:hover{background: #fbedee;}

#sidebar .gnavi li a:after,
#footer_gnavi .gnavi li a:after{
	content: "";
	position: absolute;
	width: 0.6em;
	height: .6em;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	transform: rotate(-45deg);
	transition: right .3s;
}

@media screen and (max-width: 1079px){
.menu_button{
	top:15px;
	right:15px;		
	}		
#sidebar .s_logo{display:none;}	
#sidebar{
	position:absolute;
	display:block;
	top: -150vh;
	padding-bottom:100px;
	width:100%;
	max-width:100%;
	overflow:hidden;
	transition: top 0.3s;
	background:#fff;
	z-index: 30;
	border:none;
	}

#sidebar .gnavi{
	width:100%;
	margin:0 auto;
	}	
	
#sidebar.active{
	visibility:visible;
	display: block;
	top: 95px;
	transition: top .3s;
}
#sidebar .gnavi li a{font-size:14px;}
#footer_gnavi{border-top:1px solid #f7f7f7;}	
#footer_gnavi .gnavi li a{
	position:relative;
	display:block;
	font-size:16px;
	line-height:1.4em;
	color:#333;
	padding:16px 24px;
	border-bottom:1px solid #f7f7f7;
	}
	
	
}
@media screen and (max-width: 767px){

.menu_button{
	right:8px;
	top:8px;
	width: 50px;
    height: 50px;
	background: url("../img/txt_menu.svg") center bottom 7px/30px no-repeat,#fff;
}
.menu_button a .line{
	position: absolute;
	left: 10px;
	width: 30px;
	height: 2px;
}
.menu_button a .line:nth-of-type(1){
	top:10px;
}
.menu_button a .line:nth-of-type(2){
	top: 18px;
}
.menu_button a .line:nth-of-type(3){
	top: 26px;
}

.menu_button.active a .line:nth-of-type(1){
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu_button.active a .line:nth-of-type(3){
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}	
	
#sidebar.active{
	top: 71px;
	padding-bottom:80px;
	background:rgba(0,0,0,0.6);
	}
#sidebar .gnavi{
	width:100%;
	background:#fff;
	border-top:1px solid #f7f7f7;
	}
#sidebar .med {
	line-height: 110%;
	padding: 5px;
}
}

/*--------------------------------------*/

.pagetop{
	position: fixed;
	right: 20px;
	bottom: 10px;
	width: 80px;
	height: 80px;
	text-align: center;
	display: none;
	text-indent:-9999px;
	background: url("../img/pagetop.png") center/80px no-repeat;
	transition: background .3s;
	z-index: 99999;
}
.pagetop a{
	display: block;
	height: 80px;
	width:100%;
	margin:0;
	padding:0;
}
@media screen and (min-width: 1080px){
.pagetop:hover{
	background-position: center 13%;
	transition: background .3s;
	opacity: 0.6;
}
}
@media screen and (max-width: 1079px){

}

@media screen and (max-width: 767px){
.pagetop{
	right:5px;
	bottom:5px;
	}
}

/*--------------------------------------*/

footer{
	padding:0;
	margin:0 auto;
}
footer .inner{
	padding:30px 0;
	background:#f2f1ed;
	margin:0 auto;
}
footer .inner .logo{
	display:table;
	width:220px;
	text-align: center;
	margin:0 auto;
}
footer .inner .logo a{
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
}
footer .inner .logo a img{
	display:block;
	width:100%;
}
footer .copyright{
	text-align: center;
	padding:8px 0;
	color:#fff;
	background:#404040;
}
footer .copyright p{
	font-size: 14px;
	font-size: 1.4rem;
	margin:0 auto !important;
	padding:0;
}

@media screen and (min-width: 1080px){
footer{
	
}
}
@media screen and (max-width: 1079px){
	
}

/*--------------------------------------------------------------------*/

.kriesi .pagination{
	text-align: center; 
}
.kriesi .pagination a,
.kriesi .pagination span{
	border: 1px solid #999;
	padding: 3px 4px;
	margin: 5px;
	font-size: 1.2rem;
}
.kriesi .pagination span{
	color: #999;
	border: 1px solid #DDD;
}
.kriesi .pagination a:hover{
	opacity: 0.6;
}

/*--------------------------------------*/

@media screen and (min-width: 1080px){
.sp{
	display: none !important;
}
}
@media screen and (max-width: 1079px){
.pc{
	display: none !important;
}
}
@media screen and (max-width: 1079px){
img{
	width: 100%;
}
}

/* 装飾 */
.blue{
	color: #0066cc !important;
}
.red{
	color: #EB490C !important;
}
.orange{
	color: #F90;
}
.garnet{
	color: #D12025 !important;
}
.fs_small{
	font-size: 85%;
}
.ease1s *{
	-webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;	
}
.ease2s *{
	-webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;	
}
.ease3s *{
	-webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;	
}
.ease4s *{
	-webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;	
}
.ease5s *{
	-webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;	
}
.tac{
	text-align: center !important;
}
.tar{
	text-align: right !important;
}
.tal{
	text-align: left !important;
}

/*　フォントサイズ　*/
.fs10{
	font-size: 10px !important;
	font-size: 1rem !important;
}
.fs11{
	font-size: 11px !important;
	font-size: 1.1rem !important;
}
.fs12{
	font-size: 12px !important;
	font-size: 1.2rem !important;
}
.fs13{
	font-size: 13px !important;
	font-size: 1.3rem !important;
}
.fs14{
	font-size: 14px !important;
	font-size: 1.4rem !important;
}
.fs15{
	font-size: 15px !important;
	font-size: 1.5rem !important;
}
.fs16{
	font-size: 16px !important;
	font-size: 1.6rem !important;
}
.fs17{
	font-size: 17px !important;
	font-size: 1.7rem !important;
}
.fs18{
	font-size: 18px !important;
	font-size: 1.8rem !important;
}
.fs19{
	font-size: 19px !important;
	font-size: 1.9rem !important;
}
.fs20{
	font-size: 20px !important;
	font-size: 2rem !important;
}
.fs21{
	font-size: 21px !important;
	font-size: 2.1rem !important;
}
.fs22{
	font-size: 22px !important;
	font-size: 2.2rem !important;
}
.fs23{
	font-size: 23px !important;
	font-size: 2.3rem !important;
}
.fs24{
	font-size: 24px !important;
	font-size: 2.4rem !important;
}
.fs25{
	font-size: 25px !important;
	font-size: 2.5rem !important;
}
.fss{
	font-size: 80% !important;
}

/* インナー */
@media screen and (min-width: 1080px){
.inner880{
	width: 880px;
	margin: 0 auto;
}
.inner900{
	width: 900px;
	margin: 0 auto;
}
.inner920{
	width: 920px;
	margin: 0 auto;
}
.inner940{
	width: 940px;
	margin: 0 auto;
}
.inner950{
	width: 950px;
	margin: 0 auto;
}
.inner960{
	width: 960px;
	margin: 0 auto;
}
.inner980{
	width: 980px;
	margin: 0 auto;
}
.inner1000{
	width: 1000px;
	margin: 0 auto;
}
}

/* マージン */
.mt1{
	margin-top: 1px;
}
.mt2{
	margin-top: 2px;
}
.mt3{
	margin-top: 3px;
}
.mt4{
	margin-top: 4px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt15{
	margin-top: 15px;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt40{
	margin-top: 40px;
}
.mt45{
	margin-top: 45px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80x;
}
.mt90{
	margin-top: 90px;
}
.mt100{
	margin-top: 100px;
}


.mr1{
	margin-right: 1px;
}
.mr2{
	margin-right: 2px;
}
.mr3{
	margin-right: 3px;
}
.mr4{
	margin-right: 4px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mr30{
	margin-right: 30px;
}
.mr35{
	margin-right: 35px;
}
.mr40{
	margin-right: 40px;
}
.mr45{
	margin-right: 45px;
}
.mr50{
	margin-right: 50px;
}
.mr60{
	margin-right: 60px;
}
.mr70{
	margin-right: 70px;
}
.mr80{
	margin-right: 80x;
}
.mr90{
	margin-right: 90px;
}
.mr100{
	margin-right: 100px;
}


.mb1{
	margin-bottom: 1px;
}
.mb2{
	margin-bottom: 2px;
}
.mb3{
	margin-bottom: 3px;
}
.mb4{
	margin-bottom: 4px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb70{
	margin-bottom: 70px;
}
.mb80{
	margin-bottom: 80x;
}
.mb90{
	margin-bottom: 90px;
}
.mb100{
	margin-bottom: 100px;
}


.ml1{
	margin-left: 1px;
}
.ml2{
	margin-left: 2px;
}
.ml3{
	margin-left: 3px;
}
.ml4{
	margin-left: 4px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.ml35{
	margin-left: 35px;
}
.ml40{
	margin-left: 40px;
}
.ml45{
	margin-left: 45px;
}
.ml50{
	margin-left: 50px;
}
.ml60{
	margin-left: 60px;
}
.ml70{
	margin-left: 70px;
}
.ml80{
	margin-left: 80x;
}
.ml90{
	margin-left: 90px;
}
.ml100{
	margin-left: 100px;
}

/* パディング */
.pt1{
	padding-top: 1px;
}
.pt2{
	padding-top: 2px;
}
.pt3{
	padding-top: 3px;
}
.pt4{
	padding-top: 4px;
}
.pt5{
	padding-top: 5px;
}
.pt10{
	padding-top: 10px;
}
.pt15{
	padding-top: 15px;
}
.pt20{
	padding-top: 20px;
}
.pt25{
	padding-top: 25px;
}
.pt30{
	padding-top: 30px;
}
.pt35{
	padding-top: 35px;
}
.pt40{
	padding-top: 40px;
}
.pt45{
	padding-top: 45px;
}
.pt50{
	padding-top: 50px;
}
.pt60{
	padding-top: 60px;
}
.pt70{
	padding-top: 70px;
}
.pt80{
	padding-top: 80x;
}
.pt90{
	padding-top: 90px;
}
.pt100{
	padding-top: 100px;
}


.pr1{
	padding-right: 1px;
}
.pr2{
	padding-right: 2px;
}
.pr3{
	padding-right: 3px;
}
.pr4{
	padding-right: 4px;
}
.pr5{
	padding-right: 5px;
}
.pr10{
	padding-right: 10px;
}
.pr15{
	padding-right: 15px;
}
.pr20{
	padding-right: 20px;
}
.pr25{
	padding-right: 25px;
}
.pr30{
	padding-right: 30px;
}
.pr35{
	padding-right: 35px;
}
.pr40{
	padding-right: 40px;
}
.pr45{
	padding-right: 45px;
}
.pr50{
	padding-right: 50px;
}
.pr60{
	padding-right: 60px;
}
.pr70{
	padding-right: 70px;
}
.pr80{
	padding-right: 80x;
}
.pr90{
	padding-right: 90px;
}
.pr100{
	padding-right: 100px;
}


.pb1{
	padding-bottom: 1px;
}
.pb2{
	padding-bottom: 2px;
}
.pb3{
	padding-bottom: 3px;
}
.pb4{
	padding-bottom: 4px;
}
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pb15{
	padding-bottom: 15px;
}
.pb20{
	padding-bottom: 20px;
}
.pb25{
	padding-bottom: 25px;
}
.pb30{
	padding-bottom: 30px;
}
.pb35{
	padding-bottom: 35px;
}
.pb40{
	padding-bottom: 40px;
}
.pb45{
	padding-bottom: 45px;
}
.pb50{
	padding-bottom: 50px;
}
.pb60{
	padding-bottom: 60px;
}
.pb70{
	padding-bottom: 70px;
}
.pb80{
	padding-bottom: 80x;
}
.pb90{
	padding-bottom: 90px;
}
.pb100{
	padding-bottom: 100px;
}


.pl1{
	padding-left: 1px;
}
.pl2{
	padding-left: 2px;
}
.pl3{
	padding-left: 3px;
}
.pl4{
	padding-left: 4px;
}
.pl5{
	padding-left: 5px;
}
.pl10{
	padding-left: 10px;
}
.pl15{
	padding-left: 15px;
}
.pl20{
	padding-left: 20px;
}
.pl25{
	padding-left: 25px;
}
.pl30{
	padding-left: 30px;
}
.pl35{
	padding-left: 35px;
}
.pl40{
	padding-left: 40px;
}
.pl45{
	padding-left: 45px;
}
.pl50{
	padding-left: 50px;
}
.pl60{
	padding-left: 60px;
}
.pl70{
	padding-left: 70px;
}
.pl80{
	padding-left: 80x;
}
.pl90{
	padding-left: 90px;
}
.pl100{
	padding-left: 100px;
}

/*--------------------------------------*/
/*レイアウト*/


@media screen and (min-width: 1080px){
ul.vlist li{
	display: inline-block;
	box-sizing: border-box;
}
ul.vlist.c2 li{
	width: 50%;
}
ul.vlist.c3 li{
	width: 33.3%;
}
ul.vlist.c4 li{
	width: 25%;
}
ul.vlist.c5 li{
	width: 20%;
}
}
@media screen and (max-width: 1079px){

}

header.fixed .hwrap{
	background: #fff;
	z-index: 1000;
	width: 100%;
}
.anchor{
	
}


/*****2020.07.22 追加　審J番号追記*****/
p.j_num{
	font-size:1.2rem;
	line-height:1;
	text-align:center;
	margin:0.5em auto 0;
}

/*IE11用　游ゴシックが上にずれる問題の解消として、IE上では游ゴシックを使わない*/
@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, body {
		font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	}
}




/* ================================================================================
print
================================================================================ */
@media print {

@page {
    size: A4;
	margin: 12.7mm 9.7mm;
}

  body {
    width: 1500px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
 }

div#contents {
    width: 1100px;
	margin-left: 0;
}

header,
div#sidebar,
footer,
div#footer_gnavi,
div#headlink,
div#footlink {
	display: none!important;
}


}