@charset "utf-8";

/* FONT
------------------------------- */
body {
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,Arial,sans-serif;
    font-size: 26px;
    line-height: 1.3;
}

/* LAYOUT
------------------------------- */
* {
    word-wrap: break-word;
}

html {
    -webkit-text-size-adjust: 1;
    height: 100%;
	background:#333333;
}
body {
    color: #242424;
    margin: 0 auto;
    width: 640px;
    height: 100%;
    background-color: #ffffff;
}
html > body {
    padding-left: 0;
}
#container {
    width: 640px;
    min-height: 100%;
    height: auto !important;   
    height: 100%;
    position:relative;
    margin: 0 auto;
	background: #ffffff;
}

/* HEADER
------------------------------- */
header {
    height: 106px;
    position: relative;
    background-image: -moz-linear-gradient(top, #FDFDFD 0%, #F8F8F8 100% );
    background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #F8F8F8 100% );
    background-image: -webkit-gradient(linear,left top,left bottom, from(#FDFDFD), to(#F8F8F8));
    background-image: linear-gradient(to bottom, #FDFDFD 0%, #F8F8F8 100% );
	z-index: 10;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}
header hr{
	height: 6px;
	border: none;
    background-image: -moz-linear-gradient(top, #6EB420 0%, #62A81B 50%, #458D10 100% );
    background-image: -webkit-linear-gradient(top, #6EB420 0%, #62A81B 50%, #458D10 100% );
    background-image: -webkit-gradient(linear,left top,left bottom, from(#6EB420), color-stop(50%,#62A81B), to(#458D10));
    background-image: linear-gradient(to bottom, #6EB420 0%, #62A81B 50%, #458D10 100% );
}
header .logo {
	width: 466px;
	height: 94px;
	margin: 4px auto 0;
}
header .logo a {
    display:block;
	background: url(../../img/sp/common/logo01.png) no-repeat 0 0;
	width: 466px;
	height: 94px;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}
header .logo.leaver a {
	background: url(../../img/sp/common/logo_leaver01.png) no-repeat 0 0;
}


/* CONTENT
------------------------------- */
#content {
    padding-bottom:146px;
}
#content.short {
    padding-bottom:146px;
}
#content.long {
    padding-bottom:228px;
}
#content.long2 {
    padding-bottom:310px;
}
#content.long3 {
    padding-bottom:392px;
}
section {
	margin-bottom: 40px;
}
#content > section h2 img {
	vertical-align: bottom;	
}
#content > section > .inn {
	padding: 0 20px;
}
/* MARQUEE
------------------------------- */
#marquee{
	background: rgba(0,0,0,0.40);
	height: 40px;
	overflow: hidden;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
}
#marquee p{
	height: 40px;
	width:100%;
	line-height: 40px;
	font-size: 93%;
	color: #ffffff;
	text-align:center;
	display:inline-block;
	white-space:nowrap;

	-moz-animation-duration: 20s;
	-moz-animation-name: marquee;
	-moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-webkit-animation-duration: 20s;
	-webkit-animation-name: marquee;
	-webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-ms-animation-duration: 20s;
	-ms-animation-name: marquee;
	-ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-duration: 20s;
	-o-animation-name: marquee;
	-o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes marquee {
	from {margin-left: 150%; width: 100%; }
	to { margin-left: -150%; width: 100%; }
}

@-moz-keyframes marquee {
	from {margin-left: 150%; width: 100%; }
	to { margin-left: -150%; width: 100%; }
}

@-ms-keyframes marquee {
	from {margin-left: 150%; width: 100%; }
	to { margin-left: -150%; width: 100%; }
}

@-o-keyframes marquee {
	from {margin-left: 150%; width: 100%; }
	to { margin-left: -150%; width: 100%; }
}

/* TOP PROMO
------------------------------- */
#topPromo {
	height: 472px;
	/* No7 TTLƒŠƒjƒ…[ƒAƒ‹‘Î‰žVer1 ƒRƒƒ“ƒgƒAƒEƒg«  */
	/*
	background: url(../../img/sp/top/bg_promo01.jpg) no-repeat 0 bottom;
	*/
	/* No7 TTLƒŠƒjƒ…[ƒAƒ‹‘Î‰žVer1 ƒRƒƒ“ƒgƒAƒEƒgª  */
	padding: 20px;
	text-align: center;
	position: relative;
	margin-top: -10px;
	margin-bottom: 0;
}
#topPromo.leaver {
	height: 420px;
}
#topPromo > p {
	padding: 44px 0 20px;
}
#topPromo .record {
	/* No7 TTLƒŠƒjƒ…[ƒAƒ‹‘Î‰žVer1 ƒRƒƒ“ƒgƒAƒEƒg«  */
	/*
	background: url(../../img/sp/top/bg_record01.png) no-repeat 20px center;
	*/
	/* No7 TTLƒŠƒjƒ…[ƒAƒ‹‘Î‰žVer1 ƒRƒƒ“ƒgƒAƒEƒgª  */
	padding: 10px 20px 20px 190px;
	width: 390px;
	min-height: 216px;
	position: absolute;
	bottom: 20px;
}
#topPromo .record.leaver {
	/* No7 TTLƒŠƒjƒ…[ƒAƒ‹‘Î‰žVer1 ƒRƒƒ“ƒgƒAƒEƒg«  */
	/*
	background: url(../../img/sp/top/bg_record01.png) no-repeat 20px 70px;
	*/
	/* No7 TTLƒŠƒjƒ…[ƒAƒ‹‘Î‰žVer1 ƒRƒƒ“ƒgƒAƒEƒgª  */
}
#topPromo .msg {
	position:relative;
	text-align: left;
	background: rgba(255,255,255,0.60);
	border-radius: 10px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	height: 186px;
	margin-top: 20px;
	font-size: 77%;
}
#topPromo .leaver .msg {
	height:262px;
}
#topPromo .msg:after {
	position:relative;
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-right-color: rgba(255,255,255,0.60);
	border-width: 20px;
	margin-top: -20px;
}

/* POINT INFO
------------------------------- */
#pointInfo {
	margin-bottom: 20px;
}
#pointInfo h2:before,
#pointInfo h2:after {
	content: "";
	background: url(../../img/sp/common/ico_medal01.png) no-repeat 0 0;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
}
#pointInfo .welcome {
	text-align: center;
	margin-bottom: 20px;
}
#pointInfo .numBox {
	background: url(../../img/sp/top/bg_numbox01.png) no-repeat center center;
	padding: 0 124px;
}

#pointInfo .pt {
	text-align: center;
}
#pointInfo .pt .num {
	color: #ff0000;
	font-weight: bold;
	font-size: 153.9%;
}
#pointInfo .ptMenu {
	padding: 0 20px 20px;
	min-height: 126px;
}
#pointInfo .ptMenu ul li {
	margin-top: 20px;
}
#pointInfo .ptMenu ul li a {
}
#pointInfo .record {
	margin-top: 10px;
}
#pointInfo .record ul {
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	background: rgba(255,255,255,0.60);
	border-radius: 10px;
}
#pointInfo .record ul li{
	padding: 20px;
	text-align: left;
	font-size: 93%;
	border-bottom: 2px solid #cccccc;
}

#pointInfo .record dl dd,
#pointInfo .record dl dt {
	display: inline-block;
	width: 30%;
}
#pointInfo .record dl dd.point {
	text-align: right;
}
#pointInfo .record dl dd.point .plus {
	color: #0000ff;
}
#pointInfo .record dl dd.point .plus:before {
	content:"+";
}
#pointInfo .record dl dd.point .minus {
	color: #e60012;
}


/* NEWS INFO
------------------------------- */
#newsInfo {
	margin-bottom: 20px;
}
#newsInfo .list {
	margin-top: -20px;
}

/* NEWS AREA
------------------------------- */
#newsArea .list {
	margin-top: -20px;
}

/* ATRACTION
------------------------------- */
#atraction table {
	table-layout: fixed;
	border-collapse: separate;
	width: 100%;
}
#atraction table tr td {
	padding: 20px;
	text-align: center;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;	
}
#atraction table tr td:last-child {
	border-right:0;
}
/*#atraction table tr:last-child td {
	border-bottom: 0;
}*/
#atraction table tr td dl {
/*
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border: 4px solid #cccccc;
	border-radius: 10px;
    background-image: -moz-linear-gradient(top, #FFFFFF 0% , #EEEEEE 100% );
    background-image: -webkit-linear-gradient(top, #FFFFFF 0% , #EEEEEE 100% );
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF), to(#EEEEEE));
    background-image: linear-gradient(to bottom, #FFFFFF 0% , #EEEEEE 100% );
*/
}

#atraction table tr td .ico {
	margin-top: 20px;
	margin-bottom: 20px;
}
#atraction table tr td .tit {
	margin-bottom: 20px;
	font-size: 77%;
}
#atraction table tr td .tit a {
	text-decoration: none;
	color: #ff8c00;
	font-weight: bold;
}
#atraction table tr td .txt {
	margin-top: 20px;
	font-size: 77%;
}

/* ATTENTION
------------------------------- */
#attention {
	padding: 20px 0;
	text-align: center;
	font-size: 93%;
}

/* RULE
------------------------------- */
#rule p {
	padding: 20px;
	font-size: 93%;
}
#rule dl {
	padding: 20px;
}
#rule dl dt {
	color: #FF8C00;
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 10px;
}
#rule dl dd {
	margin-bottom: 20px;
	font-size: 93%;
}
#rule dl dd table {
    table-layout: fixed;
    border-collapse: separate;
    border-top: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    font-size: 85%;
    width: 100%;
	margin: 20px auto;
}
#rule dl dd table tr .col01,
#rule dl dd table tr .col02 {
	width: 20%;
}
#rule dl dd table tr .col03 {
	width: 60%;
}

#rule dl dd table tr th, 
#rule dl dd table tr td {
    border-right: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    vertical-align: top;
    line-height: 1.5;
    text-align: left;
    padding: 10px;
}
#rule dl dd table thead tr th {
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
#rule dl dd table tr th {
    font-weight: normal;
	background: #eeeeee;
}
#rule dl dd table tr th.head01 {
	background: #87ceeb;
}
#rule dl dd table tr th.head01 span {
	color: #0000ff;
}
#rule dl dd table tr th.head02 {
	background: #FFC0CB;
}
#rule dl dd table tr th.head02 span{
	color: #ff0000;
}

#rule dl dd table tr td {
    background: #FFFFFF;
	vertical-align: middle;
}

/* POINT INDEX
------------------------------- */
#pointIndex {
}
#pointIndex .presentPt {
	color: #ff8c00;
	font-size: 153.9%;
	text-align: center;
	margin-bottom: 20px;
}

#pointIndex .ptList table {
	table-layout: fixed;
}
#pointIndex .ptList table tr:nth-child(even) td,
#pointIndex .ptList table tr:nth-child(even) th {
	background: #f8f7c7;
}
#pointIndex .ptList table tr td,
#pointIndex .ptList table tr th {
	padding: 20px;
	border-top: 2px dotted #cccccc;
}
#pointIndex .ptList table tr .date {
	width: 20%;
}
#pointIndex .ptList table tr .tit {
	width: 50%;
	text-align: left;
}
#pointIndex .ptList table tr .pt {
	width: 30%;
	text-align: right;
}
#pointIndex .ptList table tr .pt .plus {
	color: #0000ff;
}
#pointIndex .ptList table tr .pt .plus:before {
	content:"+";
}
#pointIndex .ptList table tr .pt .minus {
	color: #e60012;
}

/* NEWS LIST
------------------------------- */
#newsList {
	margin-bottom: 20px;
}

/* NEWS DETAIL
------------------------------- */
#newsDetail {
}

#newsDetail .postCont {
	padding:20px;
}
#newsDetail .postCont .pic {
	text-align: center;
	margin-bottom: 20px;
}
#newsDetail .postCont p {
	line-height: 1.4;
	font-size: 93%;
	margin-bottom: 20px;
}
#newsDetail .postCont .date {
	text-align: right;
	margin-bottom: 20px;
}
#newsDetail .postCont .getPt {
	text-align: center;
	padding: 20px;
}
#newsDetail .postCont .getPt p {
	color: #ff8c00;
}

/* FORTUNE
------------------------------- */
#fortune {
	padding-bottom: 20px;
}
#fortune table.fortuneList {
	width: 100%;
	table-layout:fixed;
	border-collapse: separate;
}
#fortune table.fortuneList tr td {
	padding: 160px 0px 20px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 30px;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;	
	text-align: center;
}
#fortune table.fortuneList tr td:last-child {
	border-right:0;
}

#fortune table.fortuneList tr td.fortune01 { background-image: url(../../img/sp/fortune/img_fortune01.png);}
#fortune table.fortuneList tr td.fortune02 { background-image: url(../../img/sp/fortune/img_fortune02.png);}
#fortune table.fortuneList tr td.fortune03 { background-image: url(../../img/sp/fortune/img_fortune03.png);}
#fortune table.fortuneList tr td.fortune04 { background-image: url(../../img/sp/fortune/img_fortune04.png);}
#fortune table.fortuneList tr td.fortune05 { background-image: url(../../img/sp/fortune/img_fortune05.png);}
#fortune table.fortuneList tr td.fortune06 { background-image: url(../../img/sp/fortune/img_fortune06.png);}
#fortune table.fortuneList tr td.fortune07 { background-image: url(../../img/sp/fortune/img_fortune07.png);}
#fortune table.fortuneList tr td.fortune08 { background-image: url(../../img/sp/fortune/img_fortune08.png);}
#fortune table.fortuneList tr td.fortune09 { background-image: url(../../img/sp/fortune/img_fortune09.png);}
#fortune table.fortuneList tr td.fortune10 { background-image: url(../../img/sp/fortune/img_fortune10.png);}
#fortune table.fortuneList tr td.fortune11 { background-image: url(../../img/sp/fortune/img_fortune11.png);}
#fortune table.fortuneList tr td.fortune12 { background-image: url(../../img/sp/fortune/img_fortune12.png);}

#fortune table.fortuneList tr td span {
	font-size: 77%;
}
#fortune .detail .head {
	margin: 20px 20px 40px;
	width: 600px;
	table-layout: fixed;
}
#fortune .detail .head td:first-child {
	width: 40%;
}
#fortune .detail .head td {
	text-align: center;
	vertical-align: middle;
}
#fortune .detail .head td span {
	color: #99CF17;
	font-weight: bold;
}
#fortune .detail .cont {
	width: 600px;
	margin: 20px;
	table-layout: fixed;
	border-collapse: separate;
	border-top: 2px solid #cccccc;
	border-left: 2px solid #cccccc;
}
#fortune .detail .cont th {
	width: 30%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #ccff99;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
#fortune .detail .cont td {
	padding: 20px;
	border-right: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
}
#fortune .detail .cont td.star{
	color: #FFBF00;	
	font-weight: bold;
	text-align: center;
}

/* ENQUETE
------------------------------- */
#enquete {
	padding-bottom: 20px;
}
#enquete .explain{
	padding: 20px 20px 20px 170px;
	background: url(../../img/sp/enquete/ico_question01.png) no-repeat 20px center;
}
#enquete .explain .cont {
	color: #ff8c00;
}
#enquete .explain .term {
	text-align: right;
	font-size: 93%;
}
#enquete .form {
	margin-top: 20px;
}

/* PRESENT
------------------------------- */
#present {
	padding-bottom: 20px;
}
#present .explain{
	padding: 20px;
}
#present .explain .pic {
	text-align: center;
}
#present .explain .cont {
}
#present .explain .term {
	text-align: center;
	font-size: 93%;
}

/* CERTIFICATION
------------------------------- */
#certification {
	padding-bottom: 20px;
}
#certificatio .explain{
	padding: 20px 20px 20px 170px;
	background: url(../../img/sp/enquete/ico_question01.png) no-repeat 20px center;
}
#certificatio .explain .cont {
	color: #ff8c00;
}
#certificatio .explain .term {
	text-align: right;
	font-size: 93%;
}

#certification dd img,
#certification dd span{
	vertical-align: middle;
}

/* CONCENTRATION
------------------------------- */
#concentration {
	padding-bottom: 20px;
}
#concentration .mainImg {
	text-align: center;
	padding: 40px 0;
}
#concentration .startMenu {
	padding: 0 20px 20px;
	text-align: center;
}
#concentration .startMenu ul li {
	margin-top: 20px;
}
#concentration .startMenu ul li a {
}
#concentration .comment {
	padding: 40px 0;
	text-align: center;
}
#concentration .comment span {
	margin: 0px 5px;
}
#concentration .infoBox {
	background: url(../../img/sp/concentration/bg_infobox01.png) repeat 0 0;
	padding: 10px;
	margin: 20px;
}
#concentration .infoBox .innInfoBox {
	background: #ffffff;
	padding: 10px;
	font-size: 108%;
}
#concentration .infoBox .remain {
	border-bottom: 4px dotted #cccccc;	
	padding-bottom: 6px;
}
#concentration .infoBox .num {
	color: #ff0000;
	margin: 0 5px;
}
#concentration .infoBox .point {
	padding-top: 10px;
}
#concentration .guideMessage {
	padding: 10px 0 20px;
}
#concentration .guideMessage p {
	text-align: center;
}
#concentration .cardList {
	background: url(../../img/sp/concentration/bg_cardlist01.jpg) no-repeat 0 0;
	padding: 30px 20px 30px;
}
#concentration #tablecards {
	width: 100%;
}
#concentration #tablecards tr td {
	padding-bottom: 30px;
}
#concentration #tablecards tr td {
}
#concentration #tablecards tr:last-child td {
	padding-bottom: 0;
}
#concentration #tablecards tr td .card01 {
	margin: 0 auto;
}
#concentration .resultMessage {
	padding: 206px 60px 100px 300px;
	width: 280px;
	height: 106px;
}
#concentration .resultMessage.ok {
	background: url(../../img/sp/concentration/bg_result01.jpg) no-repeat 0 0;
}
#concentration .resultMessage.ng {
	background: url(../../img/sp/concentration/bg_result02.jpg) no-repeat 0 0;
}
#concentration .resultMessage p {
	font-size: 108%;
}
#concentration .resultMessage p:first-child {
	margin-bottom: 20px;
}

#concentration .tutorial p {
	padding: 0 10px 10px;
	text-indent: -1em;
	padding-left: 1.5em;
}
#concentration .tutorial table {
	width: 600px;
	margin: 0 auto 20px;
	border: 2px solid #cccccc;
}
#concentration .tutorial table th,
#concentration .tutorial table td {
	border: 2px solid #cccccc;
	text-align: center;
}

/* FOOTER
------------------------------- */
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
footer.short {
	height: 146px;
}
footer.long {
	height: 228px;
}
footer.long2 {
	height: 310px;
}
footer.long3 {
	height: 392px;
}

footer .toTop {
    margin:0 auto;
    padding: 0 20px;
    text-align: right;
}

footer .toTop a {
    display: inline-block;
/*
    background-image: -moz-linear-gradient(top, #FFFFFF 0% , #EEEEEE 100% );
    background-image: -webkit-linear-gradient(top, #FFFFFF 0% , #EEEEEE 100% );
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF), to(#EEEEEE));
    background-image: linear-gradient(to bottom, #FFFFFF 0% , #EEEEEE 100% );
    background-repeat: repeat-x;
    background-position: 0 0;
*/
	background: #eeeeee;
    width: 136px;
    height: 24px;
    line-height: 28px;
    padding: 20px;
    border-top: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    border-radius: 6px 6px 0 0;
    color: #666666;
    text-align: center;
	text-decoration: none;
}

footer .footerLink {
	border-top: 2px solid #6FB437;
	height: 80px;
	line-height: 80px;
	padding-left: 60px;
}

/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Estartâ†E*/
footer .toTop3 {
    margin:0 auto;
    padding: 0 20px;
    float: right;
}

footer .toTop3 a {
    display: inline-block;
	background: #eeeeee;
    width: 136px;
    height: 24px;
    line-height: 28px;
    padding: 20px;
    border-top: 2px solid #CCCCCC;
    border-left: 2px solid #CCCCCC;
    border-right: 2px solid #CCCCCC;
    border-radius: 6px 6px 0 0;
    color: #666666;
    text-align: center;
	text-decoration: none;
}

footer .toMessagebox {
    margin:0 auto;
    padding-top: 15px;
    float: left;
	padding-left: 40px;
}
footer .float {
	height: 65px;
    margin:0 auto;
    padding: 0 20px;
    text-align: left;
}
footer .toMessagebox.messagebox {
	background: url(../../img/sp/common/ico_back01.png) no-repeat 0px bottom;
}

/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Eendâ†E*/

footer .footerLink.home {
	background: url(../../img/sp/common/ico_home01.png) no-repeat 20px center;
}
footer .footerLink.back {
	background: url(../../img/sp/common/ico_back01.png) no-repeat 20px center;
}

footer #footerCopy {
	position: relative;
	background: #6FB437;
	height: 80px;
	line-height: 80px;
}
footer #footerCopy #copyright {
	text-align: center;
    display:block;
	font-size: 85%;
	color: #ffffff;
}

/* COMMON PARTS
------------------------------- */
/* font-size */

.fs10 { font-size:77% !important; }
.fs11 { font-size:85% !important; }
.fs12 { font-size:93% !important; }
.fs13 { font-size:100% !important; }
.fs14 { font-size:108% !important; }
.fs15 { font-size:116% !important; }
.fs16 { font-size:123.1% !important; }
.fs17 { font-size:131% !important; }
.fs18 { font-size:138.5% !important; }
.fs19 { font-size:146.5% !important; }
.fs20 { font-size:153.9% !important; }
.fs21 { font-size:161.6% !important; }
.fs22 { font-size:167% !important; }
.fs23 { font-size:174% !important; }
.fs24 { font-size:182% !important; }
.fs25 { font-size:189% !important; }
.fs26 { font-size:197% !important; }

/* link */
a:link {
	color: #006400;
/*    color: #535353;*/
    outline: none;
	text-decoration: none;
}
a:visited {
    color: #006400;
}
a:hover {
}
a:active {
}

/* img */
img {
	vertical-align: bottom;
}

/* bold */
.bold {
    font-weight: bold;
}

/* color */
.red {
    color: #ff0000;
}
.blue {
    color: #0000ff;
}
.orng {
    color: #ff8c00;
}

/* margin */
.mb0 { margin-bottom: 0px !important;}
.mb2 { margin-bottom: 2px !important;}
.mb4 { margin-bottom: 4px !important;}
.mb6 { margin-bottom: 6px !important;}
.mb8 { margin-bottom: 8px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb14 { margin-bottom: 14px !important;}
.mb16 { margin-bottom: 16px !important;}
.mb18 { margin-bottom: 18px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb22 { margin-bottom: 22px !important;}
.mb24 { margin-bottom: 24px !important;}
.mb26 { margin-bottom: 26px !important;}
.mb28 { margin-bottom: 28px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}

.mt0 { margin-top: 0px !important;}
.mt2 { margin-top: 2px !important;}
.mt4 { margin-top: 4px !important;}
.mt6 { margin-top: 6px !important;}
.mt8 { margin-top: 8px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt14 { margin-top: 14px !important;}
.mt16 { margin-top: 16px !important;}
.mt18 { margin-top: 18px !important;}
.mt20 { margin-top: 20px !important;}
.mt22 { margin-top: 22px !important;}
.mt24 { margin-top: 24px !important;}
.mt26 { margin-top: 26px !important;}
.mt28 { margin-top: 28px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}

.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}
.ml60 { margin-left: 60px !important;}

.mr10 { margin-right: 10px !important;}
.mr20 { margin-right: 20px !important;}
.mr30 { margin-right: 30px !important;}
.mr40 { margin-right: 40px !important;}
.mr50 { margin-right: 50px !important;}
.mr60 { margin-right: 60px !important;}

/* padding */
.pb0 { padding-bottom: 0px !important;}
.pb2 { padding-bottom: 2px !important;}
.pb4 { padding-bottom: 4px !important;}
.pb6 { padding-bottom: 6px !important;}
.pb8 { padding-bottom: 8px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb14 { padding-bottom: 14px !important;}
.pb16 { padding-bottom: 16px !important;}
.pb18 { padding-bottom: 18px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb22 { padding-bottom: 22px !important;}
.pb24 { padding-bottom: 24px !important;}
.pb26 { padding-bottom: 26px !important;}
.pb28 { padding-bottom: 28px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb60 { padding-bottom: 60px !important;}

.pt0 { padding-top: 0px !important;}
.pt2 { padding-top: 2px !important;}
.pt4 { padding-top: 4px !important;}
.pt6 { padding-top: 6px !important;}
.pt8 { padding-top: 8px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt14 { padding-top: 14px !important;}
.pt16 { padding-top: 16px !important;}
.pt18 { padding-top: 18px !important;}
.pt20 { padding-top: 20px !important;}
.pt22 { padding-top: 22px !important;}
.pt24 { padding-top: 24px !important;}
.pt26 { padding-top: 26px !important;}
.pt28 { padding-top: 28px !important;}
.pt30 { padding-top: 30px !important;}
.pt40 { padding-top: 40px !important;}
.pt50 { padding-top: 50px !important;}
.pt60 { padding-top: 60px !important;}

.pl10 { padding-left: 10px !important;}
.pl20 { padding-left: 20px !important;}
.pl30 { padding-left: 30px !important;}
.pl40 { padding-left: 40px !important;}
.pl55 { padding-left: 50px !important;}
.pl60 { padding-left: 60px !important;}

.pr10 { padding-right: 10px !important;}
.pr20 { padding-right: 20px !important;}
.pr30 { padding-right: 30px !important;}
.pr40 { padding-right: 40px !important;}
.pr50 { padding-right: 50px !important;}
.pr60 { padding-right: 60px !important;}

.p2 { padding: 2px !important;}
.p4 { padding: 4px !important;}
.p6 { padding: 6px !important;}
.p8 { padding: 8px !important;}
.p10 { padding: 10px !important;}
.p12 { padding: 12px !important;}
.p14 { padding: 14px !important;}
.p16 { padding: 16px !important;}
.p18 { padding: 18px !important;}
.p20 { padding: 20px !important;}
.p30 { padding: 30px !important;}
.p40 { padding: 40px !important;}

/* text-align */
.alignCenter { text-align: center !important;}
.alignLeft { text-align: left !important;}
.alignRight { text-align: right !important;}

/* float */
.floatLeft { float: left;}
.floatRight { float: right;}

/* display */
.dispInlineBlock { display: inline-block;}
.dispInline { display: inline;}
.dispBlock { display: block;}
.dispNone { display: none;}

/* hr */
hr {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

hr.line {
    border-top: 2px solid #CAD0C4;
}

/* clearfix */
.clearfix { min-height: 1%;}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* linkBox */
.linkBox { cursor: pointer;}

/* more */
.more {
}
.more a {
}

/* indent */
.indent {
	text-indent:-1em;
	margin-left:1em;
}

/* title */
.tit01 {
	padding: 12px 20px;
	background:#6FB437;
/*	background:url(../../img/sp/common/bg_tit01.png) repeat-x left top;*/
	text-align: center;
	margin-bottom: 20px;
}
.tit01 h1,
.tit01 h2,
.tit01 h3,
.tit01 h4 {
	color: #ffffff;
	text-shadow: 5px 0px 0px #8DC221,3px 3px 0px #8DC221,0px 5px 0px #8DC221, -3px -3px 0px #8DC221, -5px 0px 0px #8DC221, 0px -5px 0px #8DC221,3px -3px 0px #8DC221,-3px 3px 0px #8DC221;
	-webkit-text-shadow: 5px 0px 0px #8DC221,3px 3px 0px #8DC221,0px 5px 0px #8DC221, -3px -3px 0px #8DC221, -5px 0px 0px #8DC221, 0px -5px 0px #8DC221,3px -3px 0px #8DC221,-3px 3px 0px #8DC221;
	font-size: 123.1%;
	font-weight: bold;
}
.tit02 {
	padding: 10px 20px;
	background: #99CF17;
	text-align: center;
	margin-bottom: 20px;
}
.tit02 h1,
.tit02 h2,
.tit02 h3,
.tit02 h4 {
	color: #ffffff;
	font-size: 116%;
	font-weight: bold;
}
.tit03 {
	padding: 0px 20px;
	height: 40px;
	line-height: 40px;
	background: #999999;
	text-align: center;
	margin-bottom: 20px;
}
.tit03 h1,
.tit03 h2,
.tit03 h3,
.tit03 h4 {
	color: #ffffff;
	font-size: 108%;
	font-weight: bold;
}


/* list */
.list {
}

.list > li {
    border-bottom: 2px solid #cccccc;
	padding: 20px 50px 20px 20px;
    position: relative;
	background:#ffffff;
}
.list > li.linkBox:after {
    border-right: 6px solid #7F7F7F;
    border-top: 6px solid #7F7F7F;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.list > li a{
	position: relative;
}
.list > li .check{
	color: #FF00FF;
}
.list > li .pt{
	color: #ff8c00;
}
.list > li dl {
	position: relative;
}
.list > li dl dd {
}
.list > li dl dd.sub {
	margin-bottom: 10px;
}
.list > li dl dd.date {
	position: relative;
	margin-top: 10px;
	font-size: 85%;
	color: #999999;
}
.list > li dl dd .ctg {
	background: #E0F3A0;
	display: inline-block;
	height: 40px;
	padding: 0 20px;
	margin-right: 20px;
	line-height: 40px;
	font-size: 85%;
	position: relative;
	font-weight: bold;
}
.list > li dl dd .point {
	background: #FFB460;
	display: inline-block;
	height: 40px;
	padding: 0px 20px;
	line-height: 40px;
	font-size: 85%;
	position: relative;
	font-weight: bold;
}
.list > li dl dd .point.check {
	background: #F88300;
}
.list > li dl dd .point .pt{
	color: #ffffff;
}

.list > li dl dd .date {
	font-size: 85%;
}

.list2 {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.list2 tr td {
    border-bottom: 2px solid #cccccc;
	border-right: 2px solid #cccccc;
	padding: 20px 50px 20px 20px;
    position: relative;
	background:#ffffff;
	vertical-align: middle;
}
.list2 tr td:last-child {
	border-right: 0;
}
.list2 tr td.linkBox:after {
    border-right: 6px solid #7F7F7F;
    border-top: 6px solid #7F7F7F;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Estartâ†E*/
.unread {
	color: #ff0000;
}
/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Eendâ†E*/
.list2 > td a{
	position: relative;
}

/* more */
.more {
	text-align: right;
    height: 48px;
    line-height: 48px;
    padding: 20px;
    border-bottom: 2px solid #999999;
    background-color: #eeeeee;
}
.more:before {
	content:"\21D2";
}

/* form */ 
.form {
	border-radius: 10px;
	border: 2px solid #CCCCCC;
}

.form dl:first-of-type,
.form dl:first-of-type dt {
	border-radius: 10px 10px 0 0;
}

.form dl:last-of-type,
.form dl:last-of-type dd {
	border-radius: 0 0 10px 10px;
}

.form dl dt {
	padding: 10px;
	background: #EEEEEE;
	font-weight: bold;
}

.form dl dd {
	padding: 20px;
}

form .text input[type=text],
form .text input[type=password] {
    border: 2px solid #CCCCCC;
    padding: 10px;
    font-size: 108%;
}
form .text input[type=text]:focus,
form .text input[type=password]:focus {
    background-color:#FBF8E9;
}
form .text.size25 input[type=text],
form .text.size25 input[type=password]{
    width:24%;
}
form .text.size50 input[type=text],
form .text.size50 input[type=password]{
    width:48%;
}
form .text.size75 input[type=text],
form .text.size75 input[type=password]{
    width:72%;
}
form .text.size100 input[type=text],
form .text.size100 input[type=password]{
    width:96%;
}

form select {
    border: 2px solid #CCCCCC;
    padding: 10px;
    font-size: 108%;
    max-width: 556px;
}
form select:focus {
    background-color:#FBF8E9;
}
/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Estartâ†E*/
form .subject input[type=text] {
    border: 2px solid #CCCCCC;
    width:99.7%;
    resize:none;
    overflow-y:hidden;
    overflow-x:hidden;
    font-size: 100%;
}
/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Eendâ†E*/

form .textarea textarea {
    border: 2px solid #CCCCCC;
    width:99.7%;
    height:500px;
    resize:none;
    overflow-y: auto;
    overflow-x:hidden;
    font-size: 108%;
}
form .textarea.size80 textarea {
    height:160px;
}
form .textarea.size120 textarea {
    height:240px;
}
form .textarea.size250 textarea {
    height:500px;
}

form .textarea textarea:focus {
    background-color:#FBF8E9;
}

form .date select{
    border: 2px solid #CCCCCC;
    padding: 10px;
    font-size: 108%;
}

form .date select:focus {
    background-color:#FBF8E9;
}

form .date.type2 p {
    margin-top: 10px;
}

form .date input[type=text] {
    width: 10%;
}

form .tel input[type=text] {
    border: 2px solid #CCCCCC;
    padding: 10px;
}
form .tel.separate input[type=text] {
    width:10%;
}
form .tel.combine input[type=text] {
    width:20%;
}

form .tel input[type=text]:focus,
form .tel input[type=password]:focus {
    background-color:#FBF8E9;
}

form .address input[type=text],
form .address input[type=password] {
    border: 2px solid #CCCCCC;
    padding: 10px;
}

form .address .postal {
    margin-bottom: 10px;
}
form .address .district {
    min-height:1%;
    margin-bottom: 10px;
}
form .address .district:after {
    content:"";
    display: block;
    clear:both;
    float:none;
}
form .address .postal.separate input[type=text],
form .address .postal.separate input[type=password] {
    width:10%;
}
form .address .postal.combine input[type=text],
form .address .postal.combine input[type=password] {
    width:20%;
}
form .address .district input[type=text],
form .address .district input[type=password] {
    width:50%;
}
form .address .district input[type=text],
form .address .district input[type=password],
form .address .district select {
    float:left;
    margin-bottom: 10px;
}

form .address .district p.example {
    float: none;
    clear: both;
    margin-left: 184px;
}

form .address select {
    border: 2px solid #CCCCCC;
    padding: 8px;
    margin-right: 10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
form .address select {
    padding: 10px;
}
}

form .address input[type=text]:focus,
form .address input[type=password]:focus,
form .address select:focus {
    background-color:#FBF8E9;
}

form .address .detail input[type=text],
form .address .detail input[type=password] {
    width: 98%;
}

/* btn-type
---------------------*/
.btn,
.btn02,
.btn03 {
	text-align: center;
	margin: 20px auto;
}

.btn label:first-child,
.btn02 label:first-child,
.btn03 label:first-child {
	margin-right:20px;
}
.btn label:last-child,
.btn02 label:last-child,
.btn03 label:last-child {
	margin-left:20px;
}
.btn label:only-child,
.btn02 label:only-child,
.btn03 label:only-child {
	margin:0;
}

.btn label {
	width:250px;
	height:70px;
	padding:2px;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:2px 2px 10px #E9E9E9;
	-webkit-box-shadow:2px 2px 10px #E9E9E9;
	background:#F7901E;
	font-weight:bold;
	display:inline-block;
}
.btn input,
.btn a {
	width:250px;
	height:70px;
	display:inline-block;
	cursor:pointer;
	font-size:100%;
	color:#FFFFFF;
	border:2px solid #FCBD5B;
	background-color:#FAAD2B;
/*	
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#FAAD2B),to(#F79120));
	background-image:-webkit-linear-gradient(top,#FAAD2B,#F79120);
	background-image:-moz-linear-gradient(top,#FAAD2B,#F79120);
*/	
	font-weight:bold;
	border-radius:10px;
	line-height: 70px;
	text-decoration: none;
}

.btn02 label {
	width:250px;
	height:70px;
	padding:2px;
	border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:2px 2px 10px #E9E9E9;
	-webkit-box-shadow:2px 2px 10px #E9E9E9;
	background:#D5D5D5;
	
	font-weight:bold;
	display:inline-block;
}

.btn02 a,
.btn02 input {
	width:250px;
	height:70px;
	display:inline-block;
	cursor:pointer;
	font-size:100%;
	color:#343c47;
	border:2px solid #FFFFFF;
	background-color:#FFFFFF;
/*	
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFFFFF),to(#EFEFEF));
	background-image:-webkit-linear-gradient(top,#FFFFFF,#EFEFEF);
	background-image:-moz-linear-gradient(top,#FFFFFF,#EFEFEF);
*/	
	font-weight:bold;
	border-radius:10px;
}

.btn03 label {
	width:250px;
	height:70px;
	padding:0 0 20px 0;
	clear:both;
	display:inline-block;
}
.btn03 a,
.btn03 input {
	width:250px;
	height:70px;
	display:inline-block;
	text-align:center;
	line-height:70px;
	color:#767676;
	text-decoration:none;
	border:1px solid #D6D6D6;
	background-color:#FFFFFF;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	
	box-shadow:0 2px 6px #e9e8e8;
	-webkit-box-shadow:0 2px 6px #e9e8e8;
/*	
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFFFFF),to(#EFEFEF));
	background-image:-webkit-linear-gradient(top,#FFFFFF,#EFEFEF);
	background-image:-moz-linear-gradient(top,#FFFFFF,#EFEFEF);
*/
	border-radius:10px;
}
.btn04 a,
.btn04 input {
	width:250px;
	height:70px;
	display:inline-block;
	text-align:center;
	line-height:70px;
	color:#cccccc;
	text-decoration:none;
	border:1px solid #cccccc;
	background-color:#eeeeee;
	
	border-radius:10px;
	-webkit-border-radius:10px;
	
	box-shadow:0 2px 6px #e9e8e8;
	-webkit-box-shadow:0 2px 6px #e9e8e8;
/*	
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#FFFFFF),to(#EFEFEF));
	background-image:-webkit-linear-gradient(top,#FFFFFF,#EFEFEF);
	background-image:-moz-linear-gradient(top,#FFFFFF,#EFEFEF);
*/
	border-radius:10px;
	cursor: default;
}

.btnOrng {
	display: inline-block;
	border: 4px solid #F39C0C;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background:#F39B00;
/*
	background-image:linear-gradient(#F9BF57,#F39B00);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#F9BF57),to(#F39B00));
	background-image:-webkit-linear-gradient(top,#F9BF57,#F39B00);
	background-image:-moz-linear-gradient(top,#F9BF57,#F39B00);
	background-image:-ms-linear-gradient(#F9BF57,#F39B00);
	background-image:-o-linear-gradient(top,#F9BF57,#F39B00);
*/
	font-size: 123.1%;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	line-height: 2;
	width: 100%;
	text-align: center;
	border-radius: 16px;
}

/* 2022/08 TTL  PDF_DOWNLOAD  */
.btnOrng_download {
	display: inline-block;
	border: 4px solid #F39C0C;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background:#F39B00;
/*
	background-image:linear-gradient(#F9BF57,#F39B00);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#F9BF57),to(#F39B00));
	background-image:-webkit-linear-gradient(top,#F9BF57,#F39B00);
	background-image:-moz-linear-gradient(top,#F9BF57,#F39B00);
	background-image:-ms-linear-gradient(#F9BF57,#F39B00);
	background-image:-o-linear-gradient(top,#F9BF57,#F39B00);
*/
	font-size: 100%;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	line-height: 2;
	width: 70%;
	text-align: center;
	border-radius: 16px;
	margin: 2% 15%;
}


/* 2017/06 ƒgƒRƒgƒRƒ‰ƒ“ƒh‹@?E’Ç‰Á‘Î?Estart?E*/
.btnRed {
	display: inline-block;
	border: 4px solid #ff0000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background:#F6CECE;
	font-size: 123.1%;
	font-weight: bold;
	color: #ff0000 !important;
	text-decoration: none;
	line-height: 2;
	width: 90%;
	margin :5px 5%;
	text-align: center;
	border-radius: 16px;
}
.defaultMsg{
	margin:5px;
	padding:5px;
}
/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Eendâ†E*/
.btnOff {
	display: inline-block;
	border: 4px solid #959595;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	background:#999999;
/*
	background-image:linear-gradient(#F9BF57,#F39B00);
	background-image:-webkit-gradient(linear,0% 0%,0% 100%,from(#F9BF57),to(#F39B00));
	background-image:-webkit-linear-gradient(top,#F9BF57,#F39B00);
	background-image:-moz-linear-gradient(top,#F9BF57,#F39B00);
	background-image:-ms-linear-gradient(#F9BF57,#F39B00);
	background-image:-o-linear-gradient(top,#F9BF57,#F39B00);
*/
	font-size: 123.1%;
	font-weight: bold;
	color: #ffffff !important;
	text-decoration: none;
	line-height: 2;
	width: 100%;
	text-align: center;
	border-radius: 16px;
	cursor: default;
}

/* search */
.search {
	padding: 20px;
	text-align: center;
}
.search .btn03 input {
	width: auto;
	height: 58px;
	padding: 0 20px;
	line-height: 50px;
}


/* toggle */
.btnToggle01,
.btnToggle02 {
	position: absolute;
	right: 17px;
	top: 17px;
	width: 46px;
	height: 46px;
	overflow: hidden;
}
.btnToggle01.open img,
.btnToggle02.open img {
	margin-top: -46px;
}

/* pager */
.total {
    padding: 20px;
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
	background: #eeeeee;
/*
    background-image: -moz-linear-gradient(top, #FFFFFF 0% , #EDEDED 100% );
    background-image: -webkit-linear-gradient(top, #FFFFFF 0% , #EDEDED 100% );
    background-image: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF), to(#EDEDED));
    background-image: linear-gradient(to bottom, #FFFFFF 0% , #EDEDED 100% );
*/
    color: #5E3F1E;
    font-size: 93%; 
	text-align: center;   
}
.pager {
}
.pager .count {
	display: inline-block;
	margin: 10px 0;
}
.pager ul {
	display: block;
	text-align: center;
    margin: 20px auto;
}
.pager ul li {
	display: inline-block;
}
.pager ul li.prev,
.pager ul li.next {
	margin: 14px 10px;
}
.pager ul li.count {
	width: 52px;
	height: 52x;
	margin: 0 6px;
	border: 2px solid #D6D6D6;	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
}
.pager ul li.count a,
.pager ul li.count span {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	color: #767676;
	border: 2px solid #FFFFFF;
	background: #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	
	box-shadow: 0 2px 6px #e9e8e8;
	-moz-box-shadow: 0 2px 6px #e9e8e8;
	-webkit-box-shadow: 0 2px 6px #e9e8e8;
	-o-box-shadow: 0 2px 6px #e9e8e8;
	-ms-box-shadow: 0 2px 6px #e9e8e8;
/*	
	background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(#FFFFFF),to(#F0F0F0));
	background-image: -webkit-linear-gradient(top,#FFFFFF,#F0F0F0);
	background-image: -moz-linear-gradient(top,#FFFFFF,#F0F0F0);
	background-image: -ms-linear-gradient(top,#FFFFFF,#F0F0F0);
	background-image: -o-linear-gradient(top,#FFFFFF,#F0F0F0);
	-pie-background: linear-gradient(top,#FFFFFF,#F0F0F0);
*/
}
.pager ul li.count.active{
	border: 2px solid #99CF17;
	font-weight: bold;
}
.pager ul li.count.active span{
	color: #FFFFFF;
	border: 2px solid #99CF17;
	background: #99CF17;
}

/* pagination */
.pagination {
 /*   box-shadow: 2px 2px 2px 0px rgba(255,255,255,0.5) inset,-2px -2px 2px 0px rgba(0,0,0,0.75) inset;*/
    background: #666666;
    border-bottom: 2px solid #CCCCCC;
    padding: 30px 20px;
    min-height: 1%;
    line-height: 1;
    font-size: 108%;
	margin-bottom: 20px;
}

.pagination:after {
    content: "";
    display: block;
    clear: both;
}

.pagination a {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    text-align: center;
}

.pagination a.prev {
    padding-left: 70px;
    padding-right: 50px;
    float: left;
}

.pagination a.prev:before {
    content: "";
    display: block;
	background: url("../../img/sp/common/ico_pagination01.png") no-repeat left -2px;
    width: 28px;
    height: 40px;
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -20px;
}

.pagination a.prev:after{
    content: "";
    display: block;
	background: url("../../img/sp/common/ico_pagination01.png") no-repeat -30px 0;
    width: 4px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
}

.pagination a.next {
    padding-left: 50px;
    padding-right: 70px;
    float: right;
}

.pagination a.next:before{
    content: "";
    display: block;
	background: url("../../img/sp/common/ico_pagination01.png") no-repeat -30px 0;
    width: 4px;
    height: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}

.pagination a.next:after {
    content: "";
    display: block;
	background: url("../../img/sp/common/ico_pagination01.png") no-repeat right -2px;
    width: 28px;
    height: 40px;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -20px;
}

/* messageBox */
.messageBox01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 2px solid #bbbbbb;
}
.messageBox01 .message01 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 0;
	text-align: center;
	font-size: 93%;
	font-weight: bold;
}
.messageBox01 .message02 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 25px 0;
	border-top: 2px dashed #bbbbbb;
	font-size: 18px;
	color: #c2381e;
	text-align: center;
}



/* error */
.error {
    color: #ff0000;
    display: block;
}

#form dt.required:after {
	content: "";
	display: inline-block;
	float: right;
    color: #ffffff;
    border-radius: 10px;
    background: #EF0000;
    vertical-align: middle;
    padding: 4px 10px;
    margin-left: 10px;
    font-size: 85%;
	margin-top: -2px;
}

.cssLabel {
    display: inline-block;
	margin-right: 10px;
	position: relative;
	padding: 10px 15px 10px 0;
}
.cssCheckbox {
    display: none;
}
.cssCheckbox + .cssLabel:before {
	content: "";
	display: inline-block;
    background-color: #FAFAFA;
    border: 1px solid #CACECE;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 -15px 10px -12px rgba(0, 0, 0, 0.05) inset;
    display: inline-block;
    padding: 18px;
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
}
.cssCheckbox + .cssLabel:active,
.cssCheckbox:checked + .cssLabel:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.cssCheckbox:checked + .cssLabel:before {
    background-color: #E9ECEE;
    border: 1px solid #ADB8C0;
    color: #99A1A7;
}
.cssCheckbox:checked + .cssLabel:after {
    color: #99A1A7;
    content:"\2714";
	font-size: 26px;
    left: 8px;
    position: absolute;
    top: 50%;
	margin-top: -0.7em;
}
.cssCheckbox + .cssLabel {
}
.cssCheckbox:checked + .cssLabel:after {
}
.cssRadio {
	display: none;
}
.cssRadio + .cssLabel {
	position: relative;
    vertical-align: middle;
	display: inline-block;
}
.cssRadio + .cssLabel:before {
	content: "";
	display: inline-block;
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 16px;
	border-radius: 50px;
    vertical-align: middle;
}
.cssRadio:checked + .cssLabel:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 50px;
	position: absolute;
	background: #99a1a7;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	font-size: 32px;
	left: 5px;
	top: 50%;
	margin-top: -12px;
	z-index:9999;
}
.cssRadio:checked + .cssLabel:before {
	content: "";
	display: inline-block;
	background-color: #e9ecee;
	color: #99a1a7;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
.cssRadio + .cssLabel:active,
.cssRadio:checked + .cssLabel:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.swiper-container {
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
    position: relative;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);

	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
    width: 100%;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.content-slide {
}

.arrow-left,.arrow-right {
	position: absolute;
	top: 50%;
	margin-top: -22px;
	outline: 0;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	z-index: 9999;
}

.arrow-left {
	left: 5px;
	background: url("../img/icn_slider.png") no-repeat left 0;
    background-size: 89px 44px;
}

.arrow-right {
	right: 5px;
	background: url("../img/icn_slider.png") no-repeat right 0;
    background-size: 89px 44px;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #999;
  box-shadow: 0px 2px 4px #555 inset;
  margin: 0 6px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.modal {
-webkit-transform: translate(0, 100%);
-moz-transform: translate(0, 100%);
-o-transform: translate(0, 100%);
-ms-transform: translate(0, 100%);
transform: translate(0, 100%);
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 10001;
opacity: 0;
line-height: 1.3;
display: none\9;
}
.modal:target {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.modal.visible {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-o-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
.modal .inner {
position: absolute;
top: 50%;
left: 50%;
z-index: 10001;
margin-left: -160px;
width: 320px;
overflow-x: hidden;
}
.modal .close {
display: block;
text-indent: -100px;
overflow: hidden;
}
.modal .close:before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-height:100%;
padding-bottom:100px;
z-index: 10000;
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAMwA0QDNTiUx4gAAAABJRU5ErkJggg==") ;
}
.modal {
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}

/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Estartâ†E*/

.caution_frame
{
	color: red;
	border: 1px dashed red;
	margin: 20px;
	padding: 10px;
}

.caution_frame_margin5
{
	color: red;
	border: 1px dashed red;
	margin: 5px;
	padding: 5px;
}

p.content_title{
	margin-left: 10px;
	margin-bottom: 15px;
}


.msgDetail
{
	border-bottom: 2px solid #cccccc;
	padding: 20px 50px 20px 20px;
	position: relative;
}

.list > .msgDetail:after {
    border-right: 6px solid #7F7F7F;
    border-top: 6px solid #7F7F7F;
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.msg_background_color
{
	background-color:#ebf1de;
}

.msglist_background_color
{
	background-color:#fdeada !important;
}

.message_title{
	margin:0 20px;
	padding :5px;
	background-color: #E6E6E6;
}
/* 2017/06 ãƒˆã‚³ãƒˆã‚³ãƒ©ãƒ³ãƒ‰æ©ŸèEè¿½åŠ å¯¾å¿Eendâ†E*/

/* 2018/05 ç„¡æœŸè»¢æ›ç”³è¾¼æœ‰çµ¦èª¬æ˜ŽãEãƒ¼ã‚¸è¿½åŠ  startâ†E*/
#indefiniterule p {
	padding: 20px;
	font-size: 93%;
}
#indefiniterule dl {
	padding: 20px;
}
#indefiniterule dl dt {
	color: #0000FF;
	font-weight: bold;
	font-size: 108%;
	margin-bottom: 10px;
}

#indefiniterule .indefinitememo {
	padding: 10px;
        background-color: #CCFFCC;
        border: 4px solid #008000;
}

#requestlink  {
	width:170px;
	height:35px;
	display:inline-block;
	cursor:pointer;
	font-size:70%;
	color:#FFFFFF;
	/*border:2px solid #FCBD5B;*/
	background-color:#0000FF;	
	font-weight:bold;
	border-radius:10px;
	line-height: 35px;
	text-decoration: none;
	text-align:center;
	margin-bottom:10px;
	margin-left:150px;
	
}
/* 2020/02 TTL•Ÿ—˜Œú¶_A‹Æ‹K‘¥•ÏX « */
/* BENEFITS
------------------------------- */
#benefits p{
	padding: 20px;
	font-size: 82%;
}

#benefits dl{
	padding: 20px;
}

#benefits dt{
	font-size: 82%;
	font-weight:bold;
	color:#FF6600;
}

#benefits dl dd{
	font-size: 82%;
}

.dashed_box{
	padding: 10px;
	font-weight:bold;
	height:55px;
    border: dashed 3px;
    margin-top:10px;
}

.solid_box{
	padding: 10px;
	padding-left: 20px;
	height:85px;
    border: solid 3px  #008000;
    background-color: #ccffcc;
    margin-top:10px;
}
.benefits_linkbox{
	width:460px;
	padding: 30px;
	margin: auto;
}


/* 2020/02 TTL•Ÿ—˜Œú¶_A‹Æ‹K‘¥•ÏX ª*/
