@charset"utf-8";
*{
    margin: 0;
    padding: 0;
}

body{
    text-align: center;
    background-color:#f8f8ff;
}

p{
}
a{
    text-decoration: none;
}
.answer a,.iphone a,.and a,.pc a{
    color:white;
}
header{
    padding-bottom:5%;
}
figure{
    padding-bottom:2%;
    border-bottom:dashed;
    margin:0 15%;
}
header figure p{
    font-size:25px;
    font-weight: bold;
    margin-top:2%;
}
header figure img{
    margin-top:2%;
    max-width:90%;
}

.balloon1-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 1% 5%;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 14px;
  background: #e0edff;
  border-radius: 10px;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon1-left p {
  margin: 0;
  padding: 0;
}
h1{
    padding:3% 0;
}

.answer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom:10%;
}

.answer a{
    width:30%;
    margin:0 5%;
}

.no,.yes{
    width:80%;
}

.no,.yes,.iphone,.and,.pc{
    margin:6% 10%;
    font-size:22px;
    font-weight: bold;
    padding: 0.5em 1em;
    color: #FFF;
    background: #6eb7ff;
    border-bottom: solid 6px #3f87ce;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 9px;
}

.select {
    margin: 40% 30% 10% 30%;
    background: #dcefff;
}

.select .select-t{
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.select a {
    margin: 3% 0 0 0;
}
.select p {
    padding:2%;
    margin: 0;
}

.select img{
    width:30%;
}

.select-pc{
    flex-flow: column;
    justify-content: flex-start;
    margin:40% 10% 10% 10%;
    padding:0 0 1% 0;
    background: #dcefff;
}
.select-pc .select-t{
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.select-pc img{
    text-align: center;
    border-style:dotted;
    border-color:#5fb3f5;
    width:80%;
    margin:5% 0 2% 0;
}
.select-pc p{
    margin:0 0 2% 0;
}
.select-pc a{
    font-size:20px;
    font-weight: bold;
}
.pc-link{
    color: #5fb3f5;
}

.zoom-link{
    padding:10%;
}

.zoom-link p{
    font-size:18px;
    font-weight: bold;
    padding-bottom:2%;
}

.btn-stitch {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
    font-size:25px;
  background: #668ad8;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px #668ad8;
  border: dashed 1px #FFF;
}

.btn-stitch:hover {
  border: dotted 1px #FFF;
}