@import url(sphonelogin_layout.css);

body, html{
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  height: 100%;
  color: #2e2e2e;
  line-height: 150%;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
-webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

div,p,span,h1,h2,h3,h4,h5,h6,li,ul,dl,dd,dt,a,img,form {
margin:0px;
padding:0px;
border:0px;
}

br.clear {
clear:both;
}

a {
text-decoration:none;
color: #3d3d3d;
}


a:hover {
color: #ffc23a;
text-decoration: none;
}

a span {
display:none;
}

body #contents {
height:auto !important;
height:100%;
min-height:100%;
text-align:left;
position:relative;
}

body #wap{
    width: 100%;
    margin: 0px auto;
    position: relative;
    max-width: 490px;
}

body #wap_18{
width:900px;
margin:0px auto;
position:relative;
}

body #wap h2 span {
}

#header {
width:320px;
height:60px;
position:relative;
}

#headerHome {
    width: 320px;
    position: relative;
    display: flex;
    padding: 5px 10px;
    height: auto;

}

#headerHome h1 {
  font-size: 16px;
  color: #87beb4;
}

#headerHome .login {
  text-align: right;
  margin-left: auto;
}

#headerHome .login span {
}

#headerHome .login p {
  font-size: 11px;
  line-height: 1.2;
  color: #ffffff;
}

#headerHome .login p span{
  font-size: 18px;
    color: #d40303;
}

#headerHome .login .logoutBtn{
background:url(../site_img/sphone/logoutBtn.gif);
width:84px;
height:18px;
border:none;
position:absolute;
top:0px;
right:0px;
}

#header .login .logoutBtn{
background:url(../site_img/sphone/logoutBtn.gif);
width:84px;
height:18px;
border:none;
position:absolute;
top:0px;
right:0px;
}

#wap #leftMenu{
background:#f6fcff;
border:1px solid #007bc2;
margin:10px 0px 20px 0px;
padding:10px 0px 5px 0px;
width:318px;
float:left;
position:relative;
}

#wap #leftMenu img{
margin:0px 0px 0px 10px;
display:block;
clear:both;
}

#wap #leftMenu ul{
margin:5px 0px 0px 10px;
padding:0px;
list-style:none;
clear:both;
}

#wap #leftMenu ul li{
margin:0px 0px 8px 5px;
display:block;
float:left;
padding-left:8px;
background:url(../site_img/sphone/menuList.gif) center left no-repeat;
}

#wap #leftMenu ul li a{
color:#009e3a;
}

#wap #rightArea{
    width: 100%;
    position: relative;
    padding: 10px;
    max-width: 490px;
}

#wap #rightArea h2 {
    border-bottom: 2px solid #a973bb;
    border-radius: 0px;
    background: linear-gradient(180deg, #501d74 50%, #501d74 51%, #7146d9 100%);
    padding: 7px;
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    width: 252px;
    position: absolute;
    left: -15px;
    clip-path: polygon(0% 100%, 0% 0%, 85% 0%, 75% 100%);
}

.brankspace{
  position: relative;
  margin-bottom: 60px;
}

#wap #rightArea .indexMenu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 10px;
width: 100%;
}

#wap #rightArea .indexMenu li {
  padding-bottom: 5px;
}

#wap #rightArea .indexMenu li:first-child,
#wap #rightArea .indexMenu li:nth-child(2) {
}

#wap #rightArea .indexMenu li {
  width: 100%;
}

#wap #rightArea .indexMenu li .in-box {
  padding: 8px;
  border: 1px solid #eae0dc;
  background-color: #f8f4f1;
  margin-bottom: 5px;
}

#wap #rightArea .indexMenu li .in-box span {
  color: #fa6d56;
  font-weight: bold;
}

#wap #rightArea .indexMenu li .contact-box a {
  display: block;
  padding: 8px;
  border: 2px solid #f00;
  background-color: #f6fcff;
  margin-bottom: 5px;
  color: #f00;
  position: relative;
  margin:10px 0;
}

#wap #rightArea .indexMenu li .contact-box a:after {
  content: '';
  display: block;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #ff0000 transparent transparent transparent;
}


#wap #rightArea .indexMenu li .contact-box br {
  display: none;
}

#wap #rightArea .indexMenu.top li a span.flag {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 30px;
	height: 30px;
	background-color: rgb(231 63 77 / 82%);
	border-radius: 25%;
	position: absolute;
	top: -10px;
    right: -5px;
    font-size: 12px;
    color: white;
}

#wap #rightArea .indexMenu.top li > a:before {
	font-family: FontAwesome;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
}

#wap #rightArea .indexMenu.top li:nth-child(1) > a:before {
	content: '\f003';
}
#wap #rightArea .indexMenu.top li:nth-child(2) > a:before {
	content: '\f2b7';
}
#wap #rightArea .indexMenu.top li:nth-child(3) > a:before {
	content: '\f06b';
}
#wap #rightArea .indexMenu.top li:nth-child(4) > a:before {
	content: '\f199';
}
#wap #rightArea .indexMenu.top li:nth-child(5) > a:before {
	content: '\f0e5';
}
#wap #rightArea .indexMenu.top li:nth-child(6) > a:before {
	content: '\f055';
}

#wap #rightArea .indexMenu.top li:nth-child(6) > a {
	background-color: #7cca62;
	border-color: #adadad;
}

.cmn-btn {
	background: linear-gradient(180deg, #ffe772 50%, #ffd472 51%, #fff78f 100%);
	border-bottom: 2px solid #bdbdbd;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#705814;
	border-radius:10px;
	text-decoration: none;
	display: block;
	padding: 15px 0;
	position: relative;
	height: 100%;
}
.cmn-btn-2 {
	background: linear-gradient(180deg, #ffa77c 50%, #ffa887 51%, #ffd7bb 100%);
	border-bottom:3px solid #f18b70;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	color:#6a380c;
	border-radius:10px;
	text-decoration: none;
	display: block;
	padding: 28px 17px;
	position: relative;
	height: 100%;
}
.cmn-btn-3 {
	background: linear-gradient(180deg, #6fb5ff 50%, #4aaef5 51%, #9dc8fb 100%);
	border-bottom: 2px solid #ababab;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: white;
	border-radius: 10px;
	text-decoration: none;
	display: block;
	padding: 18px 0;
	position: relative;
	height: 100%;
}
.cmn-btn-4 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #582b6a;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	position: relative;
	width: 48.8%;
	height: 100%;
	float: left;
	border-bottom: 2px solid #cdcdcd;
	border-radius: 5px;
	background: linear-gradient(180deg, #dfc1ff 50%, #ecbeff 51%, #a16ff4 100%);
}


#wap ul.helpmenu {
list-style:none;
display: flex;
flex-wrap: wrap;
}

#wap ul.helpmenu li {
  width: 50%;
}

#wap ul.helpmenu li a {
  display: block;
  padding: 12px 6px;
  background-color: #f8f4f1;
  color: #585858;
  font-size: 10px;
  border-bottom: 1px solid #eae0dc;
}

#wap ul.helpmenu li:nth-child(2n-1) {
  border-right: 1px solid #eae0dc;
}




#contents #footer {
    background-color: #4a4a4a;
    text-align: center;
    font-size: 9px;
    padding: 5px 0;
    width: 100%;
    margin: 0 auto;
    color: #ababab;
    max-width: 490px;
}


.pointer{
cursor:pointer;
}


 .indexMenu2 ul{
  list-style: none;
}

.indexMenu2 ul li{
margin:15px 0;
}

.indexMenu2 ul li a{
  display: block;
    background: linear-gradient(180deg, #d9d9d9 50%, #c3c3c3 51%, #ebebeb 100%);
    padding: 15px 0;
    color: #1c1c1c;
    text-decoration: none;
    text-align: center;
border-radius: 30px;
border:1px solid #979797;
}

.cmn-rule {
  padding-top: 30px;
}

.cmn-rule dl {
  padding-bottom: 20px;
}

.cmn-rule dl dt {
  font-weight: bold;
  padding-bottom: 10px;
}

.cmn-rule dl dd {
  line-height: 1.5;
  padding-bottom: 10px;
}

.cmn-rule p {
  line-height: 1.5;
}

.cmn-rule h2 {
  margin-bottom: 30px;
}
.cmn-list {
  list-style: none;
}

.cmn-list li {

}

.cmn-list h3 {
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 10px;
    background-color: #d5d2b4a1;
    border-radius: 5px 5px 0px 0px;
    padding: 5px 10px;
    color: #461a00;
}

.cmn-list h4 {
  letter-spacing: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 5px;
}

.cmn-list h5 {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 180%;
    font-size: 12px;

}

.cmn-list h6 {
  background-color: #c0d7e4;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 15px;
	line-height: 1.3;
white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
height:32px;
}

.cmn-list h6:empty {
  display:none;
}

.cmn-list li a {
    display: block;
    
}

.cmn-reply {
    background-color: #ebeeff;
    text-align: center;
    padding: 10px;
    border-radius: 0px 0px 10px 10px;
}

.cmn-reply h4 {
  text-align: left;
}

.cmn-reply textarea {
  width: 100%;
  box-sizing: border-box;
padding: 5px;
  font-size: 13px;
}

.cmn-text {
  line-height: 170%;
  font-size: 14px;
  background: linear-gradient(180deg, #f9f9f9 50%, 
  #fbfbfb 100%, #ffffff 100%);
  padding: 10px;
  border-radius: 5px;
}

.cmn-send-btn {
  width: 100%;
  background-color: green;
  color: white;
  font-weight: bold;
  border: none;
  padding: 15px 0;
  font-size: 16px;
}

.cmn-paing a {
  display: inline-block;
  width: 35px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #cfcfcf;
  color: #7019bf;
  font-weight: bold;
  border-radius: 5px;
  margin: 5px 0;
background-color: #f2f2ff;
}

.fv-btn {
  text-align: right;
  margin-bottom: 15px;
}

.fv-btn a {
  display: inline-block;
  color: #a59900;
  border: 2px solid #a59900;
  padding: 8px;
  border-radius: 5px;
}


.header-img-s {
margin-bottom: 25px;
}

.settlebtn {
  border: 0px;
  height: 32px;
  width: 200px;
  background: linear-gradient(180deg, #0ed700 50%, #25b701 51%, #249d2d 100%);
  border-radius: 50px;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 5px 5px 10px 10px;
}

.settlebtn2 {
  border: 0px;
  height: auto;
  width: 170px;
  background: linear-gradient(180deg, #ffbd78 50%, #fb8953 51%, #ffbf86 100%);
  border-radius: 50px;
  color: white;
  font-size: 15px;
  text-align: center;
  padding: 5px 5px;
}

.settlebtn3 {
    border: 0px;
    height: auto;
    width: 85%;
    background: linear-gradient(180deg, #4bd748 50%, #31c326 51%, #4fdb54 100%);
    border-radius: 5px;
    color: white;
    font-size: 15px;
    text-align: center;
    padding: 5px 5px;
    box-shadow: #afafaf 1px 1px 1px 0px;
}

.textback {
    background: linear-gradient(180deg, #fffdf4 33%, #ffffff 51%, #f7f5de 100%);
    border-radius: 10px;
    border: 2px solid #e4e2cc;
}

.textback-2 {
  border:0px;
  background: linear-gradient(180deg, #f9f4ff 33%, #ffffff 51%, #eadef7 100%);
  border-radius: 10px;
    border: 2px solid #e4e2cc;
}

.cont-thanks {
  color: #b70a19;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 150%;
}

.hia {
  background:;

}

.test {
  clip-path: polygon(18% 100%, 17.5% 0%, 82.5% 0%, 100% 100%);
}


