@charset "UTF-8";
/* 基本設定： ページ全体 */

body {
  --large-width: 1000px;
  margin: 0;
  font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
}

p.resizeimage img {
  width: 100%;
}

.top h1 {}

.top p {
  margin-top: 0;
}

.top img {}

.top a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 30px;
  border: solid 3px currentColor;
  border-radius: 6px;
  background-color: #BF6A7A;
  background-color: var(--accent-color);
  color: #fff;
  color: var(--text-bright-color);
  font-size: 14px;
  text-decoration: none;
}

.top a:hover {
  background-image: linear-gradient( rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.balloon1-left, .balloon2-left {
  position: relative;
  display: inline-block;
  margin: 2em 0em 3em 0.4em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 41px;
  background: #FFFFD5;
}

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

.balloon1-left p, .balloon2-left p {
  margin: 0;
  padding: 0;
}

.top-box {}

.top-box p {
  margin: 0;
  padding: 0;
}

/* コンテンツC： 概要（画像＋テキスト） */

.question {
  background-color: #5D9AB2;
  background-color: var(--main-color);
  color: #fff;
  color: var(--text-bright-color);
  padding: 0px 10px;
}

.question h2 {
  font-size: 1.5em;
}

.question span {
  font-size: 1.2em;
  font-weight: bold;
}

.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}

.q-text {
  padding: 1em;
  margin: 0 0 1em 0;
  background: #FFF;
  border: none;
  /*線*/
  border-radius: 10px;
  /*角の丸み*/
}

.q-text p {
  margin: 0;
  padding: 0;
  font-size: 4vw;
}

.balloon2-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon2-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon2-top p {
  margin: 0;
  padding: 0;
}

/* コンテンツB： 概要（アイコン＋テキスト） */

.choice .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.doa {
  width: 96px;
  height: 50%;
}

.choice .text {
  margin: 20px 0px;
}

.choice h2 {}

.choice p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1em;
  opacity: 0.8;
}

.choice a {
  color: #5D9AB2;
  color: var(--main-color);
  text-decoration: none;
}

.choice a:hover {
  text-decoration: underline;
}

.choice .icon {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 40px;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background-color: #ddd;
  background-color: var(--icon-bk-color);
  color: #fff;
  color: var(--icon-color);
}

.box2 {
  padding-top: 10px;
  height: 80px;
  padding: 0.5em;
  margin: 1em 0;
  font-weight: bold;
  background: #f5deb3;
  border: solid 3px #f5deb3;
  border-radius: 0px 10px 10px 0px;
}

.box2 p {
  margin: 0;
  padding: 0;
}

.img_block img {
  width: 40%;
}

.q-text .img_block {
  text-align: center;
  margin-top: 1em;
}

.img_block .img_block_p {
  font-weight: bold;
  margin-left: 100px;
}

/* コンテンツC： 概要（画像＋テキスト） */

.regret .container, .regret2 .container {
  max-width: 1000px;
  max-width: var(--large-width);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.q-text .top-box-ms {
  width: 19em;
  height: 30em;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/top-ms.png) no-repeat center center;
  background-size: auto 100%;
}

.q-text .top-ms {
  width: 12em;
  padding: 2.5em 2.5em 0em 0em;
  margin-left: auto;
  margin-right: auto;
}

.regret {
  background-color: #5D9AB2;
  background-color: var(--main-color);
  color: #fff;
  color: var(--text-bright-color);
}

.regret .text {
  padding: 20px;
}

.regret h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.regret p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  opacity: 0.8;
}

.regret a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 10%;
  border-radius: 6px;
  background-color: #BF6A7A;
  background-color: var(--accent-color);
  color: #fff;
  color: var(--text-bright-color);
  font-size: 14px;
  text-decoration: none;
}

.regret2 a {
  display: inline-block;
  margin-top: 0px;
  padding: 0px 10%;
  background-color: var(--accent-color);
  font-size: 1em;
}

.regret a:hover {
  background-image: linear-gradient( rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.regret .photo {
  min-height: 200px;
  background-image: url(img/note.jpg);
  background-position: center;
  background-size: cover;
}

.input {
  background-color: #fff;
  margin: 2em 0;
  /* padding: 2em; */
  position: relative;
  z-index: 1;
}

.input::before, .input::after {
  border-radius: 4px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.input::before {
  background-color: #ffa500;
  top: 5px;
  left: 5px;
  z-index: -2;
}

.input::after {
  background-color: #f6c16e;
  left: 0;
  top: 0;
  z-index: -1;
}

.input p {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  color: #fdf5be;
  font-weight: bold
}

.answer-text {
  width: 130px;
  height: 20px;
  padding: 7px 5px;
  font-size: 1em;
  margin: 10px;
  font-weight: 800;
  border-color: #000;
}

.element_wrap {
  padding: 10px 0px;
  text-align: center;
}

.element_wrap2 {
  padding: 10px 0px;
}

.answer-text-p {
  position: absolute;
  left: 60%;
  float: right;
  transform: translateY(-130%) translateX(300%);
}

.answer-text-p5 {
  position: absolute;
  left: 60%;
  float: right;
  transform: translateY(-500%) translateX(330%);
}

.answer-text2 {
  width: 120px;
  height: 20px;
  padding: 3px 0.5em;
  font-size: 0.5em;
  margin: 0px 1%;
  font-weight: 800;
  border-color: #000;
}

.button {
  display: inline-block;
  border-radius: 10px;
  /* 角丸       */
  font-size: 2em;
  /* 文字サイズ */
  font-weight: 800;
  /* 文字太さ */
  text-align: center;
  /* 文字位置   */
  cursor: pointer;
  /* カーソル   */
  padding: 10px 30%;
  /* 余白       */
  background: #f6c16e;
  /* 背景色     */
  border-color: #f6c16e;
  color: #fdf5be;
  /* 文字色     */
  line-height: 1em;
  /* 1行の高さ  */
  transition: .3s;
  /* なめらか変化 */
  box-shadow: 6px 6px #ffa500;
  /* 影の設定 */
}

.button:hover {
  box-shadow: none;
  /* カーソル時の影消去 */
}

.regret-text {
  background-color: #fff;
  margin: 2em 0;
  position: relative;
  z-index: 1;
}

.regret-text::before, .regret-text::after {
  border-radius: 4px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}

.regret-text::before {
  background-color: #ffa500;
  top: 5px;
  left: 5px;
  z-index: -2;
}

.regret-text::after {
  background-color: #f6c16e;
  left: 0;
  top: 0;
  z-index: -1;
}

.regret-text p {
  margin: 0;
  padding: 0;
  font-size: 2.5em;
  color: #fdf5be;
  font-weight: bold
}

/* コンテンツC： 概要（画像＋テキスト） */

.conC {
  background-color: #5D9AB2;
  background-color: var(--main-color);
  color: #fff;
  color: var(--text-bright-color);
}

.conC .text {
  padding: 20px;
}

.conC h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.conC p {
  margin-top: 0;
  opacity: 0.8;
}

.conC a {
  display: inline-block;
  border-color: #f6c16e;
  margin-top: 20px;
  border-radius: 6px;
  background-color: #BF6A7A;
  background-color: var(--accent-color);
  color: #fff;
  color: var(--text-bright-color);
  font-size: 14px;
  text-decoration: none;
}

.conC a:hover {
  background-image: linear-gradient( rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.conC .text {
  margin: 20px;
  display: flex;
}

.conC .top-text {
  display: flex;
  margin-top: -80px;
  margin-bottom: -100px;
}

.conC .top-text .p {
  text-align: center;
}

.top-text .top-text-tibi {
  margin: 6em 0px;
}

.escape-p {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFFFD5;
}

.escape-p:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFFFD5;
}

.escape-p p {
  margin: 0;
  padding: 10px;
}

.commentary {
  float: right;
}

.plan {
  width: 100%
}

@media (min-width: 768px) {
  .conC .container {
    /* display: flex; */
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }
  .conC .top-text {
    margin: 0px 20px;
    display: flex;
  }
  .regret a {
    display: inline-block;
    margin-top: 20px;
    border-radius: 6px;
    background-color: rgb(226, 222, 223);
    background-color: var(--accent-color);
    color: #fff;
    color: var(--text-bright-color);
    font-size: 14px;
    text-decoration: none;
  }
  .top-text .top-text-tibi {
    margin: 0em 0px;
  }
  .conC .top-text {
    flex: 2;
    margin-top: 1em;
  }
  .top-tibi {
    max-width: 150px;
    width: 100%;
    height: auto;
  }
  .q-text .top-box-ms {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/top-ms.png) no-repeat center center;
    background-size: auto 100%;
  }
  .q-text .top-ms {
    width: 15em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }
  .q-text p {
    margin: 0;
    padding: 10px;
    font-size: 18px;
  }
  .balloon1-left {
    position: relative;
    display: inline-block;
    margin: 3em 0.1em 3em 2em;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 1em;
    background: #FFFFD5;
    height: 50px;
  }
  .balloon2-left {
    position: relative;
    display: inline-block;
    margin: 1em 0.1em 3em 2em;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 1em;
    background: #FFFFD5;
    height: 100px;
  }
  .balloon1-left:before, .balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #FFFFD5;
  }
  .balloon1-left p, .balloon2-left p {
    margin: 0;
    padding: 0;
    text-align: initial;
  }
  .q-text {
    padding: 3em;
    margin: 0em 0;
    background: #FFF;
    border: none;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
  }
  .sorry img {
    width: 30%;
  }
}

.balloon1-left p, .balloon2-left p {
  margin: 0;
  padding: 0;
  text-align: initial;
}

.escape-link {
  margin: 0;
  padding: 10px;
  font-size: 30px;
}

@media (min-width: 768px) {
  .answer-text {
    width: 300px;
    height: 50px;
    padding: 7px 10px;
    font-size: 2em;
    margin-bottom: 25px;
    font-weight: 800;
  }
  .answer-text-p {
    position: absolute;
    left: 60%;
    float: right;
    transform: translateY(-120%) translateX(150%);
  }
  .answer-text-p5 {
    position: absolute;
    left: 60%;
    float: right;
    transform: translateY(-430%) translateX(200%);
  }
  .element_wrap {
    padding: 20px;
    text-align: center;
  }
  .element_wrap2 {
    padding: 20px;
  }
  input[type=checkbox] {
    transform: scale(1.5);
  }
  .answer-text2 {
    width: 40%;
    height: 100px;
    padding: 7px 0px 7px 10px;
    font-size: 4em;
    margin-bottom: 25px;
    margin: 10px 3%;
    font-weight: 800;
  }
  .button {
    display: inline-block;
    border-radius: 10px;
    /* 角丸       */
    font-size: 50pt;
    /* 文字サイズ */
    font-weight: 800;
    /* 文字太さ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    padding: 30px 40%;
    /* 余白       */
    background: #f6c16e;
    /* 背景色     */
    border-color: #f6c16e;
    color: #fdf5be;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    box-shadow: 6px 6px #ffa500;
    /* 影の設定 */
  }
  .button:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
  }
  .regret .container {
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .regret .photo {
    flex: 3;
  }
  .regret .text {
    flex: 2;
    padding: 50px;
  }
  .regret-text p {
    margin: 0;
    padding: 0;
    font-size: 5.5em;
    color: #fdf5be;
    font-weight: bold;
    margin: 0;
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold/* color: #8f8d7e; */
    ;
  }
  .regret-text {
    background-color: #fff;
    margin: 3em 0;
    padding: 1em;
    position: relative;
    z-index: 1;
  }
  .regret-text::before, .regret-text::after {
    border-radius: 4px;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .regret-text::before {
    background-color: #ffa500;
    top: 5px;
    left: 5px;
    z-index: -2;
  }
  .regret-text::after {
    background-color: #f6c16e;
    left: 0;
    top: 0;
    z-index: -1;
  }
}

@media (min-width: 768px) {
  .top h1 {}
  .top p {
    background: #eaebff;
    padding: 1em;
    margin: 1em;
  }
  .question .container {
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }
  .choice .container {
    display: flex;
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }
  .choice .container {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .choice .text {
    margin: 10px;
    display: flex;
  }
  .doa {
    width: auto;
    height: 100%;
  }
  .choice .text {
    flex: 1;
  }
  .box2 {
    padding-top: 10px;
    height: 100px;
    padding: 0.5em;
    margin: 1em 0;
    font-weight: bold;
    background: #f5deb3;
    border: solid 3px #f5deb3;
    border-radius: 0px 10px 10px 0px;
  }
  .box2 p {
    margin: 0;
    padding: 0;
  }
  footer .container {
    padding: 0px 0px 40px 0px;
    color: #fff;
  }
  .lasr-tibi {
    width: 300px;
  }
  .commentary {
    float: right;
  }
}

/* フッター */

footer {
  color: #fff;
  color: var(--text-bright-color);
  background-color: #2B5566;
  background-color: var(--dark-main-color);
}

footer .container {
  padding: 0px 0px 10px 0px;
  color: #fff;
}

/* フッターC： コピーライト */

.footC {
  font-size: 1em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.smkr {
  color: #fff;
}

@media (min-width: 768px) {
  footer .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    max-width: var(--large-width);
    margin-left: auto;
    margin-right: auto;
  }
  .footC {
    flex: 0 0 100%;
  }
  /* フッターC： コピーライト */
  .footC {
    font-size: 1em;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
  }
  .smkr {
    color: #fff;
    font-size: 0.8em;
  }
}

/* シェアボタン設定 */

/* ここから */

.sosyal {
  margin: 20px 0px;
  text-align: center;
}

.sosyal .facebook {
  background-color: #2e4a88;
  box-shadow: 0 4px 0 #1B3D82;
  text-shadow: 0 -1px -1px #1B3D82;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 17px;
}

.facebook:hover {
  background-color: #354F84;
}

.facebook:active {
  top: 2px;
  box-shadow: 0 2px 0 #1B3D82;
}

.sosyal .twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 25px;
}

.twitter:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078BD;
}

.twitter:hover {
  background-color: #1397D8;
}

.sosyal .line {
  background-color: #61BB0E;
  box-shadow: 0 4px 0 #048a05;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 35px;
}

.line:active {
  top: 2px;
  box-shadow: 0 2px 0 #61bb0e96;
}

.line:hover {
  background-color: #62bb0eaa;
}

/* ここまで */

@media (min-width: 768px) {
  /* シェアボタン設定 */
  /* ここから */
  .sosyal {
    margin: 10px auto;
    text-align: center;
  }
  .sosyal .facebook {
    background-color: #2e4a88;
    box-shadow: 0 4px 0 #1B3D82;
    text-shadow: 0 -1px -1px #1B3D82;
    display: inline;
    position: relative;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 14px 120px;
  }
  .facebook:hover {
    background-color: #354F84;
  }
  .facebook:active {
    top: 2px;
    box-shadow: 0 2px 0 #1B3D82;
  }
  .sosyal .twitter {
    background-color: #008DDE;
    box-shadow: 0 4px 0 #0078BD;
    display: inline;
    position: relative;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 14px 120px;
  }
  .twitter:active {
    top: 2px;
    box-shadow: 0 2px 0 #0078BD;
  }
  .twitter:hover {
    background-color: #1397D8;
  }
  .sosyal .line {
    background-color: #61BB0E;
    box-shadow: 0 4px 0 #048a05;
    display: inline;
    position: relative;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: 14px 130px;
  }
  .line:active {
    top: 2px;
    box-shadow: 0 2px 0 #61bb0e96;
  }
  .line:hover {
    background-color: #62bb0eaa;
  }
}

input[type=checkbox] {
  display: none;
}

.check_css {
  font-size: 20px;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 5px 15px 35px;
  vertical-align: middle;
  cursor: pointer;
}

.check_css:hover:after {
  border-color: #0171bd;
}

.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 20%;
  left: -5px;
  display: block;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}

.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 20%;
  /* 位置変更：チェックマーク */
  left: 2px;
  /* 位置変更：チェックマーク */
  display: block;
  margin-top: -15px;
  width: 14px;
  height: 26px;
  border-right: 6px solid #0171bd;
  border-bottom: 6px solid #0171bd;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:checked+.check_css:before {
  opacity: 1;
}

@media (min-width: 768px) {
  input[type=checkbox] {
    display: none;
  }
  .check_css {
    font-size: 40px;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    padding: 30px 30px 0px 70px;
    vertical-align: middle;
    cursor: pointer;
  }
  .check_css:hover:after {
    border-color: #0171bd;
  }
  .check_css:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    border-radius: 6px;
    content: '';
  }
  .check_css:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 24px;
    display: block;
    margin-top: -10px;
    width: 21px;
    height: 30px;
    border-right: 6px solid #0171bd;
    border-bottom: 6px solid #0171bd;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  input[type=checkbox]:checked+.check_css:before {
    opacity: 1;
  }
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #000;
  border-radius: 10px;
  /*角を丸くする */
  padding: 10px 25px 10px 5px;
  margin: 15px 5px;
  float: left;
  width: 110px;
  background: #ffffff;
}

.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 1.3em;
  right: 0.5em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

.cp_ipselect.cp_sl04 select {
  font-size: 13px;
  width: 200px;
}

@media (min-width: 768px) {
  .cp_ipselect {
    overflow: hidden;
    width: 90%;
    margin: 2em auto;
    text-align: center;
  }
  .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .cp_ipselect select::-ms-expand {
    display: none;
  }
  .cp_ipselect.cp_sl04 {
    position: relative;
    border-radius: 2px;
    border: 2px solid #000;
    border-radius: 20px;
    padding: 20px;
    margin: 30px 40px;
    float: left;
    width: 300px;
    background: #ffffff;
  }
  .cp_ipselect.cp_sl04::before {
    position: absolute;
    top: 2em;
    right: 1em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    pointer-events: none;
  }
  .cp_ipselect.cp_sl04 select {
    font-size: 30px;
    width: 300px;
  }
}

a img .btn-png {
  width: 250px;
}

/* スマホ表示 */

@media (max-width: 768px) {
  .top-tibi {
    max-width: 150px;
    width: 100%;
    height: auto;
  }
  .top-text .top-text-tibi {
    margin: 1em 0;
  }
  .conC .top-text {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .balloon1-left {
    margin: 1em 0em 1em 0.4em;
  }
  .balloon2-left {
    margin: 1em 0em 1em 0.4em;
  }
  .q-text .top-box-ms {
    width: 19em;
    height: 23em;
    margin-left: auto;
    margin-right: auto;
    background: url(../img/top-ms.png) no-repeat center center;
    background-size: auto 100%;
  }
  .top p {
    background: #eaebff;
    padding: 1em;
    margin: 1em;
  }
  .q-text .top-ms {
    width: 12em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
  }
  input {
    width: 100%;
  }
  .regret2 a {
    padding: 0;
  }
  .sorry img {
    width: 60%;
  }
  .lasr-tibi {
    margin-top: 50px;
  }
}
