/*PC・タブレット横*/
html {
  font-size: 62.5%;
 /* font-size: 10px; */
  -webkit-tap-highlight-color: transparent;
  /* disable webkit tap highlight */
  overflow-x: hidden;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image:url('../img/bkg.jpg');
    background-size: cover;
    background-position: center;
	width: 100%;
	letter-spacing: 1.5px;
	color: #000;
    height: 100vh;
    font-family: monospace;
}
body#comfirm {
    background-image:url('../img/conf_bk.jpg');
}
body#mypage {
    background-image:url('../img/conf_bk.jpg');
    padding: 2%;
    box-sizing: border-box;
    height: auto;
}
a,
a:hover {
	cursor: pointer!important;
}
input[type="submit"]:hover {
    box-shadow: rgba(138,78,79,.8) 0px 0px 10px;
    transition: .4s;
}


.pconly {
	display: block;
}
.sponly {
	display: none;
}





#mypage #form h2 {
    padding: 0;
    text-align: left;
    font-size: 25px;
    padding-left: 22px;
    color: #d4495f;
    border-left: solid 5px #c2293e;
    margin-bottom: 34px;
}
.result {
    margin: 0 0 100px;
}
.result th,
.result td {
    padding: 20px 0;
    font-size: 16px;
    border: solid 1px #f7697d;
}
.result th {
    background-color: #f7697d;
    color: #fff;
}
.result td {
    font-size: 14px;
}







#form.form1 {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,.97);
    border-radius: 40px;
    box-shadow: rgba(0,0,0,.2) 0px 10px 10px;
    padding: 5%;
    text-align: center;
}
#comfirm #form.form1 {
    width: 65%;
    left: 50%;
}
#mypage #form.form1 {
    width: 100%;
    background-color: rgba(255,255,255,.97);
    padding: 5%;
    text-align: center;
    margin: 0 auto;
    top: inherit;
    left: inherit;
    position: inherit;
    transform: inherit;
}
.set1 {
    width: 20%;
}
.set2 {
    width: 80%;
    display: block;
    margin: 5% auto 0;
}
#comfirm #form img.set1 {
    width: 20%;
}
#comfirm #form img.set2 {
    width: 80%;
    display: block;
    margin: 5% auto 0;
}
#mypage #form img.set1 {
    width: 20%;
}
#mypage #form img.set2 {
    width: 70%;
    display: block;
    margin: 0 auto ;
}
#form h1 {
    color: #FC696D;
    font-size: 25px;
    padding: 20px 0 10%;
}
#form h2 {
    color: #7A29B2;
    font-size: 35px;
    padding: 20px 0 10%;
    text-align: center;
}
#form h2 b{
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.formlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.formlist li {
    width: 48%;
}
.formwidth {
    max-width: 350px;
    margin: 0 auto;
}

input {
    outline: none;
}
input[type="text"],
input[type="password"],
#comfirm input[type="date"],
#comfirm input[type="datetime-local"],
#comfirm select,
#comfirm input[type="email"],
#comfirm input[type="tel"],
#mypage input[type="date"],
#mypage select,
#mypage input[type="email"],
#mypage input[type="tel"]{
    border: none;
    background: linear-gradient(180deg, #f3f3f3, #e2e2e2);
    margin: 8px auto 20px;
    display: block;
    width: 90%;
    padding: 3% 5%;
    border-radius: 10000px;
    box-sizing: border-box;
}
input[type="submit"]#login,
input[type="submit"]#logout,
input[type="submit"]#send {
    border: none;
    background: linear-gradient(180deg, #CA6AE4, #FD696D);
    margin: 50px auto 0px;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 90%;
    padding: 3% 5%;
    border-radius: 10000px;
}
.btnarea a {
    border: none;
    background: #FC696D;
    margin: 10px auto 0px;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 90%;
    padding: 3% 5%;
    border-radius: 10000px;
    text-decoration: none;
    font-size: 14px;
}
#confirm span {
    display: block;
    text-align: left;
    text-indent: 5%;
    font-size: 12px;
    font-weight: bold;
}
#mypage .acc {
    display: flex;
    font-size: 16px;
    width: 90%;
    justify-content: space-between;
    margin: 0 auto;
}
#mypage .acc span {
    font-size: 14px;
    color: #525252;
}


#form.form2{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,.97);
    border-radius: 40px;
    box-shadow: rgba(0,0,0,.2) 0px 10px 10px;
    padding: 5%;
    text-align: center;
}
#form.form2 ul {
   display: flex;
   justify-content: space-around;
   align-items: center;
}
#form.form2 ul li {
   width: 42%;
}
#form.form2 img.set1 {
    width: 20%;
}
#form.form2 img.set2 {
    width: 100%;
    display: block;
    margin: 5% auto 0;
}
#form.form2 form span {
    width: 70%;
    margin:0 auto;
}
#form.form2 form input {
    width: 60%;
}
#form.form2 input[type="number"] {
    border: none;
    background: linear-gradient(180deg, #f3f3f3, #e2e2e2);
    margin: 8px auto 20px;
    display: block;
    padding: 5% 5%;
    border-radius: 5px;
    text-align: center;
}








#form.form3 {
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(255,255,255,.97);
    border-radius: 40px;
    box-shadow: rgba(0,0,0,.2) 0px 10px 10px;
    padding: 5%;
    text-align: center;
}
#form.form3 h2 {
    line-height: 40px;
    color: #C06AFB;
    font-size: 30px;
    letter-spacing: 6px;
}
#form.form3 input[type="submit"]#send {
    margin: 0px auto;
}






.linelink a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    background-color: #4bbf49;
    display: inline-block;
    color: #fff;
    padding: 2% 5%;
    border: solid 2px #4bbf49;
    border-radius: 10px;
}
.linelink a:hover{
    background-color: #fff;
    color: #4bbf49;
}






.mypageheader{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
.mypageheader .logoarea {
    display: flex;
    align-items: center;
    width: 300px;
    justify-content: space-between;
}
.mypageheader .btnarea {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}
.mypageheader .btnarea a{
    width: auto;
    padding: 2% 5%;
    margin: 0;
}
.mypageheader .btnarea p {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}
.mypageheader .btnarea p span {
    font-size: 20px;
    display: inline-block;
    margin: 0px 15px;
    font-weight: bold;
    letter-spacing: 2px;
}


/*スマートフォン*/
@media screen and (max-width:620px) {
#form.form1 {
    width: 90%;
    top: 50%;
    left: 50%;
    padding: 15% 10%;
}
#comfirm #form.form1 {
    width: 90%;
}
#form h1 {
    color: #FC696D;
    font-size: 18px;
    padding: 10px 0 10%;
}
    input[type="text"],
    input[type="password"]{
    border: none;
    background: linear-gradient(180deg, #f3f3f3, #e2e2e2);
    margin: 8px auto 20px;
    display: block;
    width: 80%;
    padding: 5% 10%;
    border-radius: 10000px;
    font-size: 16px;
}
input[type="submit"]#login, input[type="submit"]#send {
    border: none;
    background: linear-gradient(180deg, #CA6AE4, #FD696D);
    margin: 50px auto 0px;
    display: block;
    color: #fff;
    font-weight: bold;
    width: 90%;
    padding: 5% 0;
    border-radius: 10000px;
}

input[type="text"],
input[type="password"],
#comfirm input[type="date"],
#comfirm select,
#comfirm input[type="email"],
#comfirm input[type="tel"]{
    width: 100%;
    padding: 4% 10%;
    font-size: 10px;
}



#form.form2 {
    width: 90%;
    top: 50%;
    left: 50%;
    padding: 10%;
}
#form.form2 ul {
    display: block;
}
#form.form2 ul li {
    width: 100%;
}
#form.form2 form input {
    width: 80%;
}
#form.form2 form span {
    width: 100%;
    margin: 0 auto;
}
input[type="submit"]#logout {
    padding: 5% 5%;
}





#form.form3 {
    width: 90%;
    padding: 15% 10%;
}
.formlist {
    display: block;
}
.formlist li {
    width: 100%;
}
.formwidth {
    max-width: 185px;
}

input[type="text"],
input[type="password"], 
#comfirm input[type="date"], 
#comfirm input[type="datetime-local"], 
#comfirm select, 
#comfirm input[type="email"], 
#comfirm input[type="tel"], 
#mypage input[type="date"], 
#mypage select, 
#mypage input[type="email"], 
#mypage input[type="tel"] {
    border: none;
    background: linear-gradient(180deg, #f3f3f3, #e2e2e2);
    margin: 8px auto 30px;
    display: block;
    width: 100%;
    padding: 3% 5%;
    border-radius: 10000px;
    box-sizing: border-box;
    font-size: 10px;
}

#mypage #form h2 {
    font-size: 14px;
    margin-bottom: 25px;
}
.result {
    margin: 0 0 50px;
}
.result th, .result td {
    padding: 10px 0;
    font-size: 12px;
}
.result td {
    font-size: 12px;
    letter-spacing: 0px;
}
#mypage .acc {
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: left;
}
#mypage .acc span {
    font-size: 10px;
    display: block;
    padding: 5px 0;
}



.mypageheader {
    width: 96%;
    position: fixed;
    flex-wrap: wrap;
    top: 0;
    left: 2%;
    border-radius: 0;
    box-sizing: border-box;
    background-color: #ffe3e7;
    padding: 3% 5% 5%;
}

.mypageheader .logoarea {
    width: 50%;
    margin: 30px auto 10px;
}
.mypageheader .btnarea {
    width: 100%;
    justify-content: space-between;
}
.mypageheader .btnarea p {
    font-size: 10px;
    color: #9133c3;
}
.mypageheader .btnarea p span {
    font-size: 16px;
    margin: 0px 10px;
}
#mypage #form.form1 {
    padding: 45% 5% 5%;
}
.linelink a {
    font-size: 14px;
    padding: 3% 10%;
    margin-bottom: 50px;
}
.mypageheader .btnarea a {
    padding: 3% 7%;
    font-size: 12px;
}
    
}


