@charset "utf-8";


* {font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 'メイリオ', sans-serif;}
.wrapper a,.wrapper a:link {color: #1d54a7;text-decoration: none;}
.wrapper a:visited {color: #1d54a7;}
.wrapper a:hover {color: #bf0000; text-decoration: underline;}
h3 {text-align: center;	margin: 0;	padding-top: 50px;	padding-bottom: 12px;}
span {color: #bf0000;}
.bold {font-weight: bold;}
.lrgTxt {font-size: 140%;}
.clear {clear: both;}
.smtTxt {font-size: 88%;}
.shoplrgTxt {font-size: 150%; line-height: 1.5em;}
.midtxt {line-height: 1.6em; margin: 15px 15px;}

.wrapper {
	width: 100%;
	line-height: 1.6em;
	margin: 2px auto;
	text-align: left;
	font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 'メイリオ', sans-serif;
}

/* BREADCRUMBS ----------------------------------------- */
#breadcrumbs {
	width: 950px;
  margin: 20px auto;
  text-align: left;
  font-size: 82%;
}

#breadcrumbs li {
	display: inline;
	list-style-type: none;
}

/* TOP SECT -------------------------------------------- */
.top {
	width: 950px;
	height: 386px;
	margin: 0 auto;
	line-height: 2.3em;
	position:relative;
}

.top .subH {
	margin-top: 30px;
	font-size: 115%;
}

.title h2 {font-size:235%; line-height: 55px; text-align: left;}

.topImg {
  position: absolute;
  right: -38px;
  z-index: 2;
}
.title {
	float: left;
  width: 620px;
  margin-left: 15px;
}
.title p {
	text-align: left;
	font-size: 92%;
}
.query img {
	vertical-align: middle;
}

.second {margin-left: 10px;}

/* GREEN BOX ------------------------------------------- */
.grBorderBox {
	clear: both;
	width: 950px;
	margin: 0 auto 50px;
}
.grBoxContent img {
	float: left;
	margin-left: 31px;
}
.first img {
	float: left;
	margin-left: 0;
}
.ifTrouble {
	clear: both;
	margin-top: 50px;
}
.grBorderBox p {
	text-align: center;
}


/* Troubles BOX ---------------------------------------- */
.greenBk {
	background: #fffcdd;
  width: 100%;
  min-width: 950px;
  margin: 38px auto 80px;
  padding: 13px 0 65px;
  text-align: center;
}

.troubDiv {
	position: relative;
	width: 100%;
	min-width: 950px;
	text-align: center;
	margin-bottom: 7px;
}

.troubleWrap {
	width: 908px;
	margin: 0 auto;
	position: relative;
}

.troubles {
	background: #ffffff;
	height: 158px;
	width: 453px;
	float: left;
	margin: 0 0 2px 2px;
	position: relative;
}

.first {
	margin: 0 0 2px 0;
}

#first img{
  margin-bottom: 0;
  margin-left: 0;
}


.fifthTrouble {
	background: #ffffff;
	width: 908px;
	height: 158px;
	margin: 0 auto;
}

.troubleText {
	text-align: left;
	float: left;
	margin: 55px 0 0 23px;
	width: 200px;
	font-size: 115%;
}

.wide {
	width: 295px !important;
}

.five {
	margin: 60px 0 0 23px;
	width: 500px;
}

.troubleImg {
	float: right;
	overflow: hidden;
	padding: 0;
  margin: 0;
}

.triangle {
	width: 950px;
	position: relative;
	margin: 0 auto;
	background: #1d2693;
}
.triangle .arrow-down {
	position: absolute;
	left: 328px;
	width: 0;
	height: 0;
	border-left: 140px solid  transparent;
	border-right: 140px solid  transparent;
	border-top: 100px solid #1d2693;
}
.triangle p {
	font-size: 24px;
	color: #ffffff;
	position: absolute;
  top: 15px;
  left: 395px;
}


/* Shopping Area ---------------------------------------- */

.shopTxtArea  {
	min-width: 950px;
	margin-bottom: 80px;
}

.shopTxtArea p {
	text-align: center;
}


.shoppingBK {
  background: #f6f6f6 url(../img/shopping.jpg) no-repeat;
  width: 100%;
  min-width: 950px;
  margin: 0 auto;
  height: 360px;
  line-height: 2.5em;
  background-position: center;
}

.shoppingWrap {
	padding-top: 50px;
}

.shoppingWrap p {
	text-align: center;
}

.shoppingWrap h3 {
	font-size: 245%;
	color: #333333;
	margin-bottom: 5px;
}

.shoppingBK p {
	font-size: 107%;
	margin-bottom: 40px;
}

.limitTxt {
	font-size: 88%;
	margin-top: 5px;
}

/*.redBorderButton {
  display: inline-block;
  *display: inline;
	*zoom: 1;
}*/

.gl-flex-box {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gl-common-btn {}
.gl-common-btn__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 285px;
	height: 75px;
	border: 1px solid #bf0000;
	border-radius: 3px;
	color: #bf0000 !important;
	text-decoration: none !important;
	font-weight: bold;
	position: relative;
	line-height: 1.4;
	background-color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
}
.gl-common-btn__link:hover {
	opacity: 0.8;
	transition: ease all 0.3s;
}
.gl-common-btn__link::after {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 5px;
	width: 0px;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #bf0000;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	content: "";
	z-index: 1;
}
.gl-common-btn__text {
}

.redBlock {
	text-align: center;
	margin-bottom: 10px;
}

.shopTxtIcn {
	background: url(../img/pc_top_17.png) no-repeat;
	background-position: center;
	background-size: 90px 90px;
	height: 90px;
	line-height: 95px;
	font-size: 125%;
	margin: 20px auto;
}

.center {
  text-align: center;
}

#number1 {
	background: url(../img/201601/numbers_fix.png) 0 0;
	position: absolute;
	width: 66px;
	height: 63px;
	margin-left: -29px;
  margin-top: -10px;
 	*margin-left: -270px;
}
#number2 {
	background: url(../img/201601/numbers_fix.png) 0 -63px;
	position: absolute;
	width: 66px;
	height: 63px;
	margin-left: -29px;
  margin-top: -10px;
 	*margin-left: -270px;
}
#number3 {
	background: url(../img/201601/numbers_fix.png) 0 -126px;
	position: absolute;
	width: 66px;
	height: 63px;
	margin-left: -29px;
  margin-top: -10px;
 	*margin-left: -355px;
}
#number4 {
	background: url(../img/201601/numbers_fix.png) 0 -189px;
	position: absolute;
	width: 66px;
	height: 63px;
	margin-left: -29px;
  margin-top: -10px;
 	*margin-left: -270px;
}
#number5 {
	background: url(../img/201601/numbers_fix.png) 0 -252px;
	position: absolute;
	width: 66px;
	height: 63px;
	margin-left: -29px;
  margin-top: -10px;
 	*margin-left: -597px;
}

#riAnshinTopBtn {
  cursor: pointer;
  display: block;
  position: fixed;
  bottom: 30px;
  width: 57px;
  height: 57px;
  margin-left: 10px;
  right: 40px;
  background: url('../img/topIcn.gif') top left no-repeat;
  text-align: center;
  z-index: 99;
}

/*--------------------------------
	utility
--------------------------------*/

.ru-fz-16 {
	font-size: 16px !important;
}

/* background-color -----*/
.ru-bgc-f2f2f2 {
	background-color: #f2f2f2 !important;
}
