@charset "UTF-8";

/*******************************
point-PC
*******************************/
@media screen and (min-width: 768px) {
	#point #about {
		position: relative;
	}
	#point #about h2 {
		font-size: 250%;
	}
	#point #about .aboutBox01 {
		width: 1200px;
		max-width: 95%;
		margin: 0 auto;
		display: flex;
		align-items: flex-start;
		font-size: 160%;
	}
	#point #about dl {
		width: 50%;
		justify-content: flex-start;
	}
	#point #about .aboutBox03 dl {
		align-items: center;
	}
	#point #about .aboutBox04 dl {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#point #about dt {
		width: 8em;
		height: 8em;
		margin-right: 2.5%;
	}
	#point #about dt strong .ls01 {
		letter-spacing: 0;
	}
	#point #about dd {
		width: 75%;
	}
	#point #about dl.example01 {
		width: auto;
	}
	#point #about dl.note01 {
		width: auto;
		margin-bottom: 1em;
	}
	#point #about .contact01 {
		width: 1200px;
		max-width: 95%;
		position: absolute;
		bottom: 1em;
		left: 12.5%;
		margin: 0;
	}
	#point #about .contact01 a {
		font-size: 160%;
		border-top: 1px solid #e1536b;
		width: 57.5%;
	}
	#point #about .contact01 a:hover {
		background: url(/images/common/arrow02.svg) no-repeat 100% center #fff;
		background-size: 0.3rem;
	}
	#point #flow {
		margin: 6em auto 0;
		width: 1200px;
		max-width: 95%;
	}
	#point #flow h2 {
		border-left: 0.35em solid #e1536b;
		padding: 0.5em 0.75em;
		font-size: 220%;
		text-align: left;
	}
	#point #flow ol {
		display: flex;
		justify-content: space-between;
	}
	#point #flow ol li {
		width: 32%;
		padding: 1em 0;
	}
	#point #flow ol li:not(:last-child) {
		margin-bottom: 0;
	}
	#point #flow ol li .arrow01 {
		width: 1.5em;
		top: 50%;
		right: -5%;
		bottom: auto;
		left: auto;
		transform: translate(0, -50%);
	}
	#point #flow ol li dl dt {
		font-size: 750%;
		top: 0.1em;
		left: -0.1em;
	}
	#point #flow ol li dl dd {
		text-align: center;
		font-size: 160%;
	}
	#point #myPoint {
		margin: 4.5em auto 0;
		width: 1200px;
		max-width: 95%;
	}
	#point #myPoint table {
		width: 100%;
		border-right: 1px solid #e1536b;
		font-size: 160%;
	}
	#point #myPoint table th {
		width: 25%;
	}
	#point #myPoint .history {
		width: 50em;
		margin: 0 auto;
		text-align: center;
	}
	#point #myPoint .history a {
		font-size: 160%;
	}
	#point #myPoint .history a:hover {
		background: url(/images/common/arrow02.svg) no-repeat 100% center #fff;
		background-size: 0.3rem;
	}
	#point #pointExchange {
		margin: 2.5em auto;
		width: 1200px;
		max-width: 95%;
	}
	#point .exchangeBox01, #point .exchangeBox02 {
		font-size: 160%;
	}
	#point .exchangeBox02 ul {
		justify-content: center;
	}
	#point .exchangeBox02 ul li {
		margin: 0 0.5em;
	}
	#point .exchangeBox02 ul li img {
		width: 65%;
		margin-top: 0.5em;
	}
	#point .exchangeBox02 select {
		margin: 2em auto 0;
		width: auto;
		display: block;
	}
	#point .exchangeBox02 #btnArea01 input[type="submit"] {
		width: 22em;
		margin: 0 auto;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	#point .exchangeBox02 #btnArea01 input[type="submit"]:hover {
		background: url(/images/common/arrow02.svg) no-repeat 98.5% center #f8f8f8;
		background-size: 0.3rem;
		color: #09cac0;
	}
    #point #history {
        width: 1000px;
        max-width: 95%;
        margin-bottom: 5em;
    }
	#point #history table {
		font-size: 160%;
	}
    #point #history table td .txt01{
        display: inline;
        margin-right: 0.35em;
    }
}

/*******************************
point-Tablet
*******************************/
@media screen and (min-width: 768px) and (max-width: 1200px) {
	#point #about .contact01 {
		width: 50em;
		position: static;
		margin: 1em auto 0;
		text-align: center;
	}
	#point #about .contact01 a {
		width: auto;
	}
}

