@charset "UTF-8";

/*-----------------------------------------------------
contents
-----------------------------------------------------*/
#contentWrap {
	width: 1000px;
	margin: 30px auto 30px;
	vertical-align: middle;
	flex: 1 1 auto;
}
#globalNavlog{
	float: right;
	padding: 40px 0 5px;

}
section{
	margin-bottom: 60px;
}
ul.logNav li{
	float: left;
	width: calc((100% - (1px * 2)) / 2);
	text-align: right;
/*	position: relative;	*/
}
#globalNavlog ul li a{
	display: block;
	box-sizing: border-box;
	color: #2471B6;
	padding: 0 0 5px 25px;
	position: relative;
}
#globalNavlogv [class^="i-"]:before {
	position: absolute;
	left: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#globalNavlog ul li a[class^="i-"]:hover{
	color: #f02b7d !important;
	opacity: 1.0 !important;
}
ul.logNav {
	display: flex;
	width: 400px;
	position: relative;
	text-align: right;
}
ul.slider_mini li.slick-slide{
	margin: 0 5px;
}
.infomi{
	border-bottom: 2px solid #2471B6;
	padding: 0 0 5px;
}
.listinfo li{
	margin: 0 0 10px;
}
#infolist .listinfo dl{
	border-bottom: 1px dotted #D7D7D7;
	display: flex;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#infolist .listinfo dt{
	width: 100px;
	display: table;
}
#infolist .listinfo dd{

}
.gb {
	border-left: 12px solid #2471B6;
	border-bottom: 1px solid #2471B6;
	color: #2471B6;
	padding-left: 20px;
}
.topLead {
	margin-bottom: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
}
.topLead .memberName {
	margin: 0 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#mainContent {
	float: left;
	width: 680px;
}
#pointID{
	
}

.pointcord{
	text-align: center;
}
.pointcord img{
	width: 540px;

}
/*---------------------------------------------
Progress Bar
---------------------------------------------*/
#barometer02 {
	margin: 40px auto 55px;
	width: 900px;
}
#barometer02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#barometer02 li{
	position: relative;
	width: 33.3%;
	line-height: 1.2;
	text-align: center;
}
#barometer02 li.check .status {
	color: #F02B7D;
}
#barometer02 li.check .num {
	position: relative;
	border-color: #F02B7D;
}
#barometer02 li.check .num::after {
	position: absolute;
	display: block;
	content: "";
	top: 14px;
	left: 21px;
	width: 14px;
	height: 22px;
	border-right: 4px solid #F02B7D;
	border-bottom: 4px solid #F02B7D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#barometer02 li.active .num {
	color: #FFF;
	background: #F02B7D;
	border-color: #F02B7D;
}
#barometer02 li .num {
	display: block;
	margin: 0 auto 5px;
	color: #c9c9c9;
	background: #FFF;
	border: 2px solid #c9c9c9;
	font-size: 2.5rem;
	width: 60px;
	height: 60px;
	line-height: 58px;
	border-radius: 50%;
}
#barometer02 li .status {
	font-size: 1.8rem;
	color: #c9c9c9;
}
#barometer02 li.check .status {
	color: #F02B7D;
}
#barometer02 li.check::after {
	background: #F02B7D;
	background: #FFB6D5;
}
#barometer02 li::after {
	position: absolute;
	content: "";
	left: 50%;
	top: 0px;
	width: 100%;
	height: 60px;
	background: #ddd;
	z-index: -1;
}
#barometer02 li.active .status {
	color: #F02B7D;
}
#barometer02 li:last-child:after {
	display: none;
}
#barometer02 li .status br {
	display: none;
}
/*---------------------------------------------
Progress Bar　ココまで
---------------------------------------------*/
#pointNo,
#pointSection {
	margin-bottom: 60px;
}
.head {
	padding: 5px;
	text-align: center;
	background: #2471B6;
}
.head span.midashi{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #FFF;
}
.pointcord,
#pointSection .pointData {
padding: 35px 35px 25px;
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
}
#pointSection .balance {
float: left;
padding-top: 20px;
}
#pointSection .balance dt {
font-weight: bold;
margin-bottom: 10px;
}
#pointSection .balance dd {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #F02B7D;
	line-height: 42px;
}
#pointSection .balance .point {
	font-size: 48px;
	font-size: 4.8rem;
	display: inline-block;
}
#pointSection .dueDate {
	float: right;
	padding-top: 20px;
}
#pointSection .dueDate dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#pointSection .dueDate .date {
	margin-right: 10px;
}
#pointSection .pointData::after {
	content: '';
	display: block;
	clear: both;
}
.headNew h3{
/*	margin-bottom: 3px;*/
	font-weight: bold;
	position: relative;
	font-size: 1.6rem;
}
.headNew h3 span.ichi{
	display: block;
	background: #2471B6;
	position: absolute;
	top: 2px;
	right: 0;
	border-radius: 3px;
	padding: 2px 15px 2px 10px;
	width: 100px;
	text-align: center;
}
.headNew h3 span.ichi a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2rem;
	display: block;
}
h3 span.ichi a::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 5px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}
#historySection .historyList {
	width: 100%;
	border-collapse: collapse;
}
#historySection .historyList th, 
#historySection .historyList td {
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: left;
}
#historySection .historyList thead {
	background: #EEE;
	border: 1px solid #CCC;
}
#historySection .historyList td {
	border: 1px solid #CCC;
}
#historySection .historyList td.date, #historySection .historyList td.point, #historySection .historyList td.status {
	white-space: nowrap;
}
#historySection .historyList td.error {
	max-width: 210px;
}

/*---------------------------*/
#sideNav {
	float: right;
	margin-top: 45px;
	width: 295px;
}
#sideNav li {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#sideNav a {
	position: relative;
	padding-left: 10px;
	color: #333;
	line-height: 50px;
	border-left: 10px solid #2471B6;
	display: block;
	text-decoration: none;
}
#sideNav a:hover {
	background: #EEE;
}
#sideNav a:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #2471B6;
	border-right: 3px solid #2471B6;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#sideNav .sideMessage {
	padding: 15px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #e1a5a5;
	background: #fff1f2;
}
#sideNav span {
	color: #888;
	font-size: 1.2rem;
	font-size: 12px;
	margin-left: 10px;
}
#mainUserinput{
	margin-bottom: 60px;
}

#mainUserinput .fieldBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
}
.fieldName {
	margin-bottom: 0;
	padding: 0 25px 0 0;
	width: 300px;
	border-bottom: none;
	text-align: right;
}
.fieldName p.headInp {
	display: inline-block;
	margin-right: 10px;
	font-size: 2rem;
	font-weight: bold;
	vertical-align: middle;
}
#mainUserinput .fieldData {
	margin-bottom: 20px;
 /*	 text-align: center;*/
}
.fieldData {
	padding-left: 20px;
	font-size: 1.6rem;
	width: 700px;
}
.submitBox {
	margin: 0 auto;
	width: 420px;
	position: relative;
}
.submitBox:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 35px;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 9999;
}
.submitBoxb {
	margin: 40px auto 0;
	width: 420px;
	position: relative;
}
#cmpArea {
	margin: 0px 0 30px;
	padding-top: 0px;
	background-size: 240px;
	color: #F02B7D;
	text-align: center;
}
div.com {
	font-size: 3.8rem;
	line-height: 160%;
	margin: 0 auto 70px;
	padding-top: 50px;
}
#cmpArea .reg{
	display: block;
	font-size: 1.4rem;
	line-height: 200%;
	color: #808080;
	margin-top: 20px;
}
.linkBtn {
    margin: 0 auto;
    width: 420px;
}
.linkBtn a {
    border: 1px solid #f02b7d;
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background: #f02b7d;
    font-size: 2.0rem;
    padding: 10px 10px;
    text-align: center;
}

/*----------------------------------------------------*/
/*SP*/
/*----------------------------------------------------*/
@media only screen and (max-width: 640px) {
.inner {
	padding: 15px;
}
#contentWrap {
	width: 100%;
	margin: 0px auto 10px;
	vertical-align: middle;
}
#mainContent {
	float: none;
	width: 100%;
}
#pointSection .pointData {
	padding: 10px 35px 25px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#pointSection .balance,
#pointSection .dueDate {
	float: none;
	width: 100%;
}
.listinfo li {
	margin: 0 0 10px;
}
#infolist .listinfo dl {
	border-bottom: 1px dotted #D7D7D7;
	display: block;
}
#sideNav {
	float: right;
	margin: 15px 0 35px;
	width: 100%;
}
#pointNo,
#pointSection {
	margin-bottom: 30px;
}

.pointcord{
	padding: 25px 10px 45px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
.pointcord img{
	width: 100%;
}
#barometer02{
	margin: 0px auto 25px;
	width: 100%;
}
#barometer02 li {
    position: relative;
    width: 33%;
    line-height: 1.2;
    text-align: center;
}
#barometer02 li .num {
    display: block;
    margin: 0 auto 5px;
    width: 36px;
    height: 36px;
    color: #c9c9c9;
    line-height: 32px;
    background: #FFF;
    border: 2px solid #c9c9c9;
        border-top-color: rgb(201, 201, 201);
        border-right-color: rgb(201, 201, 201);
        border-bottom-color: rgb(201, 201, 201);
        border-left-color: rgb(201, 201, 201);
    border-radius: 50%;
}

#barometer02 li::after {

    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    width: 100%;
    height: 36px;
    background: #ddd;
    z-index: -1;

}
#barometer02 li .status {
    font-size: 1.2rem;
    color: #c9c9c9;
}
#barometer02 li .status br {
    display: inline-block;
}
#barometer02 li.check .num::after {
    position: absolute;
    display: block;
    content: "";
    top: 8px;
    left: 12px;
    width: 7px;
    height: 13px;
    border-right: 3px solid #F02B7D;
    border-bottom: 3px solid #F02B7D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.requireCaption {
    display: none;
}
#mainUserinput .fieldBox {
    margin: 0 auto 45px;
    display: block;
    width: 100%;
}
.fieldName {
    margin-bottom: 12px;
    padding-bottom: 5px;
}
.fieldName {
    margin-bottom: 12px;
    padding: 0 5px;
        padding-bottom: 0px;
    width: 100%;
    border-bottom: none;
    border-bottom: 2px solid #2471B6;
    text-align: left;
}
.fieldName p.headInp {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	vertical-align: middle;
}
.submitBox, 
.submitBoxb {
    margin: 0 auto;
    width: 80%;
}
div.com {
    font-size: 1.8rem;
    line-height: 160%;
    margin: 0 auto 50px;
    padding-top: 10px;
}
.linkBtn {
    margin: 0 auto;
    width: 90%;
}
.linkBtn a {
    border: 1px solid #f02b7d;
    color: #fff;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    background: #f02b7d;
    font-size: 1.6rem;
    padding: 18px 10px;
    text-align: center;
}
.headNew h3 span.ichi {
    display: block;
    background: #2471B6;
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 3px;
    padding: 2px 15px 2px 10px;
    width: 70px;
    text-align: center;
}
}