@charset "utf-8";
/* -----------------------------------------------------------------
 common
----------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
	position: relative;
}
.forPc {
	display:block;
}
span.forPc,
img.forPc {
	display: inline;
}
.forSp {
	display:none;
}
#overlay {
	z-index:999;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.6);
}

.font_shuei {
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font_robotoC {
	font-family: 'Roboto Condensed', "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: 400;
}
.font_roboto {
	font-family: 'Roboto', "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: 400;
}

@media screen and (max-width : 1025px){
body {
}
.forPc {
	display:none;
}
.forSp {
	display:block;
}
span.forSp,
img.forSp {
	display: inline;
}
img {
	max-width:100%;
	height:auto;
}
}


/*
 404ページ
------------------------------------- */
#noEntry {
	text-align:center;
	margin: 50px 25% 100px;
	padding:40px 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#noEntry a:link,
#noEntry a:visited {
	color:#0345BE;
	text-decoration:none;
}
#noEntry a:hover,
#noEntry a:active {
	color: #0345BE;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#noEntry >h3 {
	font-size:140%;
}
@media screen and (max-width : 1025px){
#noEntry {
	margin: 0px 10% 80px;
	padding:40px 10px;
}
}

/*
 btn_store共通
------------------------------------- */
.btn_store {
	font-size: 142%;
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
	letter-spacing: 0.3em;
	background-color: #FFF;
}
.btn_store a {
	color:#fff !important;
	text-align:center;
	background-color: rgba(18,64,152,1);
	display:block;
	width: 100%;
}

.btn_store >a:before {
	content: "";
	background: url(../images/icn-cart.png) no-repeat center center;
	background-size:24px auto;
	height: 24px;
	width: 24px;
	display:inline-block;
	margin-right:10px;
}
.btn_store >a:after {
	content: "";
	background: url(../images/icn-blank.png) no-repeat center center;
	background-size: 12px auto;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-left:10px;
}
@media screen and (max-width: 1025px){
.btn_store {
	font-size: 115%;
}
.btn_store a {
}
.btn_store >a:before {
	content: "";
	background: url(../images/icn-cart.png) no-repeat center center;
	background-size:20px auto;
	height: 20px;
	width: 20px;
	display:inline-block;
	margin-right:7px;
}
.btn_store >a:after {
	content: "";
	background: url(../images/icn-blank.png) no-repeat center center;
	background-size: 12px auto;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-left:7px;
}
}



/* -----------------------------------------------------------------
 pagenavi
----------------------------------------------------------------- */
.wp-pagenavi {
	text-align:center;
}
.wp-pagenavi,
.wp-pagenavi a {
	color:#666;
	font-family: 'Roboto', "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.wp-pagenavi .current {
	color:#fff;
	background:#aaa;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	text-align:center;
	min-width:1.4em;
	padding: 9px !important;
	margin:4px !important;
	display: inline-block;
	border: 1px solid #aaa;
}
.wp-pagenavi a:hover {
	color:#fff;
	background:#aaa;
}
.wp-pagenavi .previouspostslink {
	margin-right:15px;
}
.wp-pagenavi .nextpostslink {
	margin-left:15px;
}



/* -----------------------------------------------------------------
 header
----------------------------------------------------------------- */
header {
	width: 600px;
	height: 100%;
	position: fixed;
	z-index:1000;
	left:-539px;
}
@media screen and (max-width : 1025px){
header {
	width: 100%;
	height: initial;
	position: relative;
	z-index: 1000;
	left: 0;
}
}


/*
 ベルト
------------------------------------- */
header #beltBox {
	background-color: rgba(255,255,255,0.8);
	width: 62px;
	height: 100%;
	position: absolute;
	right: 0;
	border-right: 1px solid #ececec;
	border-left: 1px solid #ececec;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
header #beltBox .siteLogo {
	position: absolute;
	bottom: 10px;
	right: 0;
}
header #beltBox .navBtn {
	background: url(../images/gnav-bg-5Lines.png) repeat-y center top;
	width: 60px;
	height: 100%;
	height: calc(100% - 220px);
}
header #beltBox .navBtn img {
	width: 60px;
	height:60px;
	margin-top:-135px;
	position: absolute;
	top: 50%;
	right: 0;
}
header.forPc .topFixBtns{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	font-weight: 700;
	display: inline-flex;
}
header.forPc .topFixBtns a{
	display: inline-block;
	height: 84px;
	box-sizing: border-box;
	font-size: 17px;
}
header.forPc .topFixBtns a:hover{
	opacity: 0.85;
}
header.forPc .topFixBtns .shop{
	width: 194px;
	background-color: #124098;
	background-image: url("/assets/common/images/icn-cart.png"),url("/assets/common/images/icn-blank.png");
	background-position: center 13px,right 14px bottom 12px;
	background-repeat: no-repeat,no-repeat;
	background-size: 31px,14px;
	color: #fff;
	line-height: 1em;
	padding-left: 13px;
	padding-top: 55px;
	letter-spacing: -1px;
	margin-right: 12px;
}
header.forPc .topFixBtns .business{
	color: #124098;
	width: 159px;
	line-height: 1.44em;
	padding: 16px 0 0 16px;
	background: #fff url("/assets/common/images/icn-arrowRight-blue.png") right 15px center/6px no-repeat;
}
header.forPc .topFixBtns .business span{
	font-size: 0.889em;
}

/*
 スマホ headerBox
------------------------------------- */
@media screen and (max-width : 1025px){
header #headerBox {
}
header #headerBox .siteLogo {
	text-align:center;
}
header #headerBox .siteLogo img {
	width:45%;
}
header #headerBox .navBtn {
	width:18%;
	position:fixed;
	right:0;
	top:0;
	z-index:1000;
}
	header #headerBox .shopBtn{
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 18%;
		background: #124098 url("/assets/common/images/icn-cart.png") center/auto 60% no-repeat;
	}
}


/*
 gnavBox
------------------------------------- */
header .gnavBox {
	background: #fff;
	width: calc(100% - 61px);
	height: 100%;
	position: absolute;
}

@media screen and (max-width : 1025px){
header .gnavBox {
	color:#FFF;
	background: #031b3b;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index:1000;
	top:0;
	display:none;
}
header .gnavBox a:link,
header .gnavBox a:visited {
	color:#FFF;
	text-decoration:none;
}
header .gnavBox a:hover,
header .gnavBox a:active {
	color: #B0EAFF;
	text-decoration: none;
}
header .gnavBox .navBtn {
	width:18%;
	position:fixed;
	right:0;
	top:0;
	z-index:1000;
}

}



/*
 mainMenu
------------------------------------- */
header .gnavBox ul.mainMenu {
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 130%;
	margin-top: 10vh;
}
header .gnavBox ul.mainMenu >li {
	text-align:center;
	margin-bottom: 4vh;
}
@media screen and (max-height : 700px){/*高さ*/
header .gnavBox ul.mainMenu {
	margin-top: 9vh;
}
header .gnavBox ul.mainMenu >li {
	text-align:center;
	margin-bottom: 3vh;
}
}
@media screen and (max-width : 1025px){
header .gnavBox ul.mainMenu {
	font-size: 100%;
}
header .gnavBox ul.mainMenu >li {
	margin-bottom: 4vh;
}
}



/*
 subMenu
------------------------------------- */
header .gnavBox ul.subMenu {
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-align:center;
}
header .gnavBox ul.subMenu >li {
	display:inline-block;
	margin:0 10px;
}
header .gnavBox ul.subMenu >li >a {
}
header .gnavBox ul.subMenu >li >a:before {
	content:"－";
	color:#CCC;
	font-weight:bold;
	margin-right:3px;
}
@media screen and (max-width : 1025px){
header .gnavBox ul.subMenu {
	font-size:90%;
}
header .gnavBox ul.subMenu >li {
	margin:0 2px;
}
}



/*
 storeへのボタン
------------------------------------- */
header .gnavBox .store {
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 400;
	font-size: 142%;
	letter-spacing: 0.3em;
	background: url(../images/ft-bg-store.jpg) center center;
	width: 100%;
	height: 17vh;
	position: absolute;
	bottom: 0;
}
header .gnavBox .store a {
	color:#fff;
	line-height:17vh;
	text-align:center;
	background-color: rgba(9,54,111,0.85);
	display:block;
	width: 100%;
	height: 17vh;
}
header .gnavBox .store >a:before {
	content: "";
	background: url(../images/icn-cart.png) no-repeat center center;
	background-size:24px auto;
	height: 24px;
	width: 24px;
	display:inline-block;
	margin-right:10px;
}
header .gnavBox .store >a:after {
	content: "";
	background: url(../images/icn-blank.png) no-repeat center center;
	background-size: 12px auto;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-left:10px;
}
@media screen and (max-width: 1025px){
header .gnavBox .store {
	font-size: 130%;
	height: 70px;
}
header .gnavBox .store a {
	line-height:70px;
	height: 70px;
}
}


/* -----------------------------------------------------------------
 contents
----------------------------------------------------------------- */
#contents {
	min-height:calc(100vh - 280px);
}
@media screen and (max-width: 1025px){
#contents {
	margin-top:10px;
}
}
/*
 btn_store個別設定
------------------------------------- */
#contents .btn_store {
	width: 650px;
	height: 66px;
	margin-left:auto;
	margin-right: auto;
}
#contents .btn_store a {
	line-height:66px;
	height: 66px;
}

@media screen and (max-width: 1025px){
#contents .btn_store {
	width: 80%;
	height: 66px;
}
#contents .btn_store a {
	line-height:66px;
	height: 66px;
}

}





/* -----------------------------------------------------------------
 pageTtl
----------------------------------------------------------------- */
#contents .pageTtl {
	text-align: center;
	padding-top: 120px;
	padding-left: calc(60px + 5%);
	padding-right: 5%;
	padding-bottom: 110px;
}
#contents .pageTtl .subTtl {
	color:#CCC;
	font-size: 90%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
}
#contents .pageTtl .mainTtl {
	font-size: 180%;
	letter-spacing: 0.2em;
	margin-top:10px;
}
@media screen and (max-width: 1025px){
#contents .pageTtl {
	padding-top:0px;
	padding-left:5%;
	padding-right: 5%;
	padding-bottom: 60px;
}
#contents .pageTtl:before {
	content: "";
	width: 90%;
	height: 1px;
	margin: 0 auto;
	display:block;
	background: #ccc;
	position: relative;
	left: 0;
	bottom: 0;
}

#contents .pageTtl .subTtl {
	font-size: 80%;
	margin-top:40px;
}
#contents .pageTtl .mainTtl {
	font-size: 135%;
	letter-spacing: 0.1em;
	margin-top:5px;
}
}



/* -----------------------------------------------------------------
 companyInfoBox
----------------------------------------------------------------- */
#contents .companyInfoBox {
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing:1px;
	text-align:center;
	margin-left:62px;
	padding-bottom:100px;
}
#contents .companyInfoBox .subTxt {
	font-size:90%;
	margin-top:100px;
}
#contents .companyInfoBox .logo img {
	width:297px;
	margin-top:8px;
}
#contents .companyInfoBox .author {
	color:#444;
	font-size:90%;
	line-height:1.8;
	margin-top:40px;
}
#contents .companyInfoBox .tel {
	color:#444;
	font-size:90%;
	line-height:1.8;
	margin-right:1em;
	display:inline-block;
}
#contents .companyInfoBox .fax {
	color:#444;
	font-size:90%;
	line-height:1.8;
	display:inline-block;
}
@media screen and (max-width: 1025px){
#contents .companyInfoBox {
	margin-left:0;
	padding-bottom:50px;
}
#contents .companyInfoBox .subTxt {
	font-size:60%;
	margin-top:70px;
}
#contents .companyInfoBox .logo img {
	width:53vw;
	margin-top:8px;
}
#contents .companyInfoBox .author {
	color:#444;
	font-size:90%;
	line-height:1.8;
	margin-top:10px;
}
#contents .companyInfoBox .tel {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 160%;
	line-height:1;
	letter-spacing: 0.1em;
	margin-top:10px;
	margin-right:0;
	display:block;
}
#contents .companyInfoBox .fax {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size:110%;
	letter-spacing: 0.1em;
	display:block;
}
}





/* -----------------------------------------------------------------
 footer
----------------------------------------------------------------- */
footer {
	width: 100%;
	background:#e3e3e3;
}
footer .ft_gnavBox {
	padding-top:15px;
	padding-left:62px;
}
footer .ft_gnavBox ul {
	text-align:center;
	font-size:85%;
}
footer .ft_gnavBox li {
	display: inline-block;
}
footer .ft_gnavBox li:after {
	content:"|";
	color:#999;
}
footer .ft_gnavBox li:last-child:after {
	content:"";
	margin-right:0px;
	margin-left:0px;
}
footer .ft_gnavBox li a {
	display: inline-block;
	padding:2px 10px;
}

@media screen and (max-width: 1025px){
footer .ft_gnavBox {
	padding-left:0px;
}
footer .ft_gnavBox li a {
	display: inline-block;
	padding:2px 5px;
}
}


/*
 linkBox
------------------------------------- */
footer ul.linkBox {
	width:700px;
	margin:0 auto;
	padding-left:62px;
	overflow:hidden;
}
footer ul.linkBox li {
	width:50%;
	float:left;
	padding:50px 0;
}
@media screen and (max-width: 1025px){
footer ul.linkBox {
	width:100%;
	padding-left:0px;
}
footer ul.linkBox li {
	width:50%;
	float:left;
	padding:20px 0;
}
}



/*
 btn_store個別設定
------------------------------------- */
footer ul.linkBox li.storeLink .btn_store {
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 110%;
	width: 90%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
footer ul.linkBox li.storeLink .btn_store a {
	line-height:60px;
	height: 60px;
}
footer .btn_store >a:before {/*上書き*/
	content: "";
	background: url(../images/icn-cart.png) no-repeat center center;
	background-size:20px auto;
	height: 20px;
	width: 20px;
}
footer .btn_store >a:after {/*上書き*/
	content: "";
	background: url(../images/icn-blank.png) no-repeat center center;
	background-size: 11px auto;
	height: 11px;
	width: 11px;
}

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

footer ul.linkBox li.storeLink .btn_store {
	font-size: 80%;/*上書き*/
	letter-spacing:0.2em;
	width: 90%;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
}
footer ul.linkBox li.storeLink .btn_store a {
	line-height:50px;
	height: 50px;
}

footer .btn_store >a:before {
	content: "";
	background: url(../images/icn-cart.png) no-repeat center center;
	background-size:15px auto;
	height: 15px;
	width: 15px;
	margin-right:2px;
}
footer .btn_store >a:after {
	content: "";
	background: url(../images/icn-blank.png) no-repeat center center;
	background-size: 8px auto;
	height: 8px;
	width: 8px;
	margin-left:2px;
}


}

/*
 btn_inquiry
------------------------------------- */
footer ul.linkBox li.inquiryLink .btn_inquiry {
	font-family: "秀英明朝 M", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 110%;
	letter-spacing: 1px;
	width: 90%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}
footer ul.linkBox li.inquiryLink .btn_inquiry a {
	color: #000;
	text-align: center;
	line-height: 60px;
	display: block;
	width: 100%;
	height: 60px;
	border: 1px solid #666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	transition: background 0.3s;
}
footer ul.linkBox li.inquiryLink .btn_inquiry >a:before {
	content: "";
	background: url(../images/icn-mail.png) no-repeat bottom center;
	background-size:20px auto;
	height: 20px;
	width: 20px;
	display:inline-block;
	margin-right:10px;
	margin-left:1em;
}
footer ul.linkBox li.inquiryLink .btn_inquiry a:hover {
	background:#fff;
}

@media screen and (max-width: 1025px){
footer ul.linkBox li.inquiryLink .btn_inquiry {
	font-size: 77%;
	letter-spacing: -1px;
	width: 90%;
	height: 50px;
}
footer ul.linkBox li.inquiryLink .btn_inquiry a {
	line-height: 50px;
	height: 50px;
}
footer ul.linkBox li.inquiryLink .btn_inquiry >a:before {
	content: "";
	background: url(../images/icn-mail.png) no-repeat bottom center;
	background-size:12px auto;
	height: 12px;
	width: 12px;
	margin-right:2px;
	margin-left:0;
}
}





/*
 copyright
------------------------------------- */
footer .copyright {
	color:#FFF;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:75%;
	letter-spacing:1px;
	text-align:center;
	padding:20px 0 20px 62px;
	background:#09366f;
	display:block;
}
@media screen and (max-width: 1025px){
footer .copyright {
	font-size:75%;
	letter-spacing:1px;
	text-align:center;
	padding:10px 0;
}
}




/* -----------------------------------------------------------------
 other部品
----------------------------------------------------------------- */
/*
 レイアウトwidth80%
------------------------------------- */
#contents .layoutBox80perFull {
	padding: 100px 10% 100px calc(10% + 60px);
}
#contents .layoutBox80perFull p {
	letter-spacing: 2px;
	line-height: 2;
}
#contents .pageTtl + .layoutBox80perFull {
	padding: 0px 10% 100px calc(10% + 60px);
}
#contents .pageTtl + .layoutBox80perFull.bgCollar01,
#contents .pageTtl + .layoutBox80perFull.bgCollar02,
#contents .pageTtl + .layoutBox80perFull.bgCollar03 {/*背景色ありのとき*/
	padding: 90px 10% 100px calc(10% + 60px);
}
#contents .pageTtl + .layoutBox80perFull.boxBorder01 {/*上下borderありのとき*/
	padding: 0px 10% 0px calc(10% + 60px);
}
#contents .layoutBox80perFull >.inner {
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}

@media screen and (max-width: 1025px){
#contents .layoutBox80perFull {
	margin-left:auto;
	margin-right:auto;
	padding: 50px 5% 60px;
}
#contents .layoutBox80perFull p {
	letter-spacing: 1px;
}
#contents .pageTtl + .layoutBox80perFull {
	padding: 0px 5% 50px 5%;
}
#contents .pageTtl + .layoutBox80perFull.bgCollar01,
#contents .pageTtl + .layoutBox80perFull.bgCollar02,
#contents .pageTtl + .layoutBox80perFull.bgCollar03 {/*背景色ありのとき*/
	padding: 40px 5% 50px 5%;
}
#contents .pageTtl + .layoutBox80perFull.boxBorder01 {/*上下borderありのとき*/
	padding: 0px 5% 0px 5%;
}
}


/*
 レイアウトwidth100%画像float
------------------------------------- */
#contents .layoutBoxImg50perFull {
	overflow:hidden;
}
#contents .layoutBoxImg50perFull .imgLeft,
#contents .layoutBoxImg50perFull .imgRight {
	background-position:center;
	background-size:cover;
}
#contents .layoutBoxImg50perFull .imgLeft {
	width:calc(50% + 60px);
	float:left;
}
#contents .layoutBoxImg50perFull .imgRight {
	width:calc(50% - 60px);
	float:right;
}

#contents .layoutBoxImg50perFull >.txtRight,
#contents .layoutBoxImg50perFull >.txtLeft {
	min-height:500px;
	line-height: 2;
	letter-spacing: 2px;
	padding:100px 80px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#contents .layoutBoxImg50perFull >.txtRight {
	width:calc(50% - 60px);
	float:right;
}
#contents .layoutBoxImg50perFull >.txtLeft {
	width:50%;
	float:left;
	margin-left:60px;
}
@media screen and (max-width: 1025px){
#contents .layoutBoxImg50perFull .imgLeft,
#contents .layoutBoxImg50perFull .imgRight {
	width:100%;
	height:80vw;
	float:none;
}
#contents .layoutBoxImg50perFull >.txtRight,
#contents .layoutBoxImg50perFull >.txtLeft {
	letter-spacing: 1px;
	min-height:inherit;
	margin-left:0px;
	padding:60px 5% 80px;
	width:100%;
	float:none;
}
}


/*
 ボックス上下border
------------------------------------- */
#contents .boxBorder01:before {
	content:"";
	width:100%;
	height:1px;
	background:#e3e3e3;
	display:block;
	margin-bottom:60px;
}
#contents .boxBorder01:after {
	content:"";
	width:100%;
	height:1px;
	background:#e3e3e3;
	display:block;
	margin-top:60px;
	
}@media screen and (max-width : 767px){

}


/*
 見出し
------------------------------------- */
#contents .ttl01 {
	font-size:180%;
	text-align:center;
}
#contents .ttl02 {
	font-size:160%;
	text-align:center;
}
#contents .ttl02_eng {
	font-size: 160%;
	text-align:center;
	letter-spacing: 0.3em;
}
@media screen and (max-width : 767px){
#contents .ttl01 {
	font-size:125%;
	text-align:center;
}
#contents .ttl02 {
	font-size:125%;
	text-align:center;
}
#contents .ttl02_eng {
	font-size: 140%;
	text-align:center;
	letter-spacing: 0.3em;
}
}

/*
 リスト
------------------------------------- */
#contents ul.list_disc01 >li {
	margin-top:10px;
}
#contents ul.list_disc01 >li:first-child {
	margin-top:0px;
}
#contents ul.list_disc01 >li:before {
	content: "";
	width: 7px;
	height: 2px;
	background-color: #999;
	margin-bottom:.3em;
	margin-right:7px;
	display: inline-block;
}
@media screen and (max-width : 767px){

}


/*
 定義リスト
------------------------------------- */
dl.dl_float01 {
	border-top: 1px solid #ddd;
}
dl.dl_float01 >dt {
	width: 30%;
	float: left;
	padding: 20px 0px;
}
dl.dl_float01 >dd {
	border-bottom: 1px solid #ddd;
	padding: 20px 0px 20px 32%;
}

@media screen and (max-width : 767px){
dl.dl_float01 >dt {
	padding: 5px 0;
}
dl.dl_float01 >dd {
	padding: 5px 0px 5px 31%;
}
}



/*
 テーブル01　thに幅指定あり
------------------------------------- */
table.tbl01 {
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #e3e3e3;
}
table.tbl01 th {
	font-weight:bold;
	text-align:left;
	width:30%;
}
table.tbl01 th,
table.tbl01 td {
	padding: 10px 15px;
	border-bottom: 1px solid #e3e3e3;
}
@media screen and (max-width : 767px){

}


/*
 テーブル02　thに幅指定なし
------------------------------------- */
table.tbl02 {
	width:100%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #e3e3e3;
}
table.tbl02 th {
	font-weight:bold;
}
table.tbl02 th,
table.tbl02 td {
	text-align:center;
	padding: 10px 15px;
	border-bottom: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}
table.tbl02 th:last-child,
table.tbl02 td:last-child {
	border-right: none;
}
table.tbl02 th:nth-child(2n + 1){
	background:#f6f6f6;
}
@media screen and (max-width : 767px){

}

/* -----------------------------------------------------------------
 btn共通
----------------------------------------------------------------- */
#contents a.btn_goList,
#contents a.btn_goBack,
#contents a.btn_blue,
#contents a.btn_blueBlank {
	font-family: 'Roboto', "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-weight: 400;
	font-size: 95%;
	text-align: center;
	letter-spacing: 0.2em;
	width: 14em;
	padding: 10px 0;
	margin: 50px auto 0;
	display: block;
	transition: background 0.3s;
}
@media screen and (max-width: 1025px){
#contents a.btn_goList,
#contents a.btn_goBack,
#contents a.btn_blue,
#contents a.btn_blueBlank {
	margin: 20px auto 0;
}
}

/* -----------------------------------------------------------------
 btn_goList
----------------------------------------------------------------- */

#contents a.btn_goList {
	color: #666;
	border: 1px solid #999;
	background: url(../images/icn-arrowRight.png) no-repeat 95% center;
	background-size:auto 10px;
}
#contents a.btn_goList:hover {
	background: #FFF url(../images/icn-arrowRight.png) no-repeat 95% center;
	background-size:auto 10px;
}
#contents .bgCollar02 a.btn_goList {/*濃色背景*/
	color: #FFF;
	border: 1px solid #FFF;
	background: url(../images/icn-arrowRight-white.png) no-repeat 95% center;
	background-size: auto 10px;
}
#contents .bgCollar02 a.btn_goList:hover {/*濃色背景*/
	background: rgba(255,255,255,0.2) url(../images/icn-arrowRight-white.png) no-repeat 95% center;
	background-size:auto 10px;
}
@media screen and (max-width: 1025px){
}


/* -----------------------------------------------------------------
 btn_goBack
----------------------------------------------------------------- */
#contents a.btn_goBack {
	color: #666;
	text-indent:10px;
	border: 1px solid #999;
	background: url(../images/icn-arrowLeft.png) no-repeat 5% center;
	background-size: auto 10px;
}
#contents a.btn_goBack:hover {
	background: #FFF url(../images/icn-arrowLeft.png) no-repeat 5% center;
	background-size:auto 10px;
}
#contents .bgCollar02 a.btn_goBack {/*濃色背景*/
	color: #FFF;
	border: 1px solid #FFF;
	background: url(../images/icn-arrowLeft-white.png) no-repeat 5% center;
	background-size: auto 10px;
}
#contents .bgCollar02 a.btn_goBack:hover {/*濃色背景*/
	background: rgba(255,255,255,0.2) url(../images/icn-arrowLeft-white.png) no-repeat 5% center;
	background-size:auto 10px;
}


@media screen and (max-width: 1025px){
}


/* -----------------------------------------------------------------
 btn_blue
----------------------------------------------------------------- */
#contents a.btn_blue {
	color: #09366f;
	border: 1px solid #09366f;
	background: url(../images/icn-arrowRight-blue.png) no-repeat 95% center;
	background-size: auto 10px;
}
#contents a.btn_blue:hover {
	background: rgba(9,54,111,0.05) url(../images/icn-arrowRight-blue.png) no-repeat 95% center;
	background-size:auto 10px;
}
@media screen and (max-width: 1025px){
}

/* -----------------------------------------------------------------
 btn_blueBlank
----------------------------------------------------------------- */
#contents a.btn_blueBlank {
	color: #09366f;
	border: 1px solid #09366f;
	background: url(../images/icn-blank-blue.png) no-repeat 95% center;
	background-size: auto 10px;
}
#contents a.btn_blueBlank:hover {
	background: rgba(9,54,111,0.05) url(../images/icn-blank-blue.png) no-repeat 95% center;
	background-size:auto 10px;
}
@media screen and (max-width: 1025px){
}


/*
 mainvisual
------------------------------------- */
.mvImg {
	width:100%;
	height:430px;
	background-size: cover;
	background-position:center;
	clear:both;	
}
@media screen and (max-width : 767px){
.mvImg {
	height:35vw;
}
}

/*
 imgセパレーター
------------------------------------- */
.imgSeparator {
	width:100%;
	height:250px;
	background-size: cover;
	background-position:center;
	box-shadow: 0px 10px 20px -10px rgba(0,0,0,0.6) inset , 0px -10px 20px -10px rgba(0,0,0,0.6) inset;
	clear:both;	
}
@media screen and (max-width : 767px){
.imgSeparator {
	height:33vw;
}
}
