@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

/*---------- ページ全体の指定 ----------*/
html {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  display: block;
  position: relative;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  _font-family: arial,sans-serif;
}

body {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 1.5125;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  color: #444444;
  background-color: #FFFFFF;
  letter-spacing: 0px;
  word-break: break-all;
}


/*---------- リンク設定 ----------*/
a {
  color: #61A7EB;
  text-decoration: none;
  cursor: pointer;
}

a:focus, a:visited {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
}

a img {border-style:none;}
img {vertical-align:bottom;}
a:hover img{opacity:0.6;filter:alpha(opacity=60);}
a img {border-style:none;-webkit-transition:all .3s;transition:all .3s;}


/*---------- ベーステキストの指定 ----------*/

p {
font-size:100%;
line-height:160%;
display: block;
position: relative;
margin: 0;
}

b, strong {
  font-weight: normal;
}

dl, dt, dd, ol, li, menu, nav {
  margin: 0;
  padding: 0;
  font-size:100%;
  line-height:160%;
}

ul{
  margin: 0;
  padding: 0;
  font-size:100%;
  line-height:160%;
  list-style: none;
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
p {
font-size:18px;
letter-spacing:1px;
}

dl, dt, dd, ol, ul, li, menu, nav {
font-size:18px;
letter-spacing:1px;
}
} /* ▲PCメディアクエリ終了▲ */

/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.red {font-weight:bold;color:#c30d23;}
.through{text-decoration:line-through;}
.ym{font-weight:bold;background:linear-gradient(transparent 60%, #ffe24d 60%);}
.caption{font-size:75%;color:#666666;font-weight:normal;line-height:140%;}
.big{font-size: 150%;line-height: 160%;}


/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}


/*---------- 見出し ----------*/

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 10px 0 5px 0;
}


/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:769px){.pcnone{display:none;}}


/*------------------------------ 共通部分 ------------------------------*/
.flex {
  display: flex;
}

.mb-01 {
  margin-bottom: 10px;
}

.mb-00 {
  margin-bottom: 0px !important;
}

.m02 {
  margin: 20px;
  margin-top: 0px;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: 120px;
}


.clearfix {
  zoom: 1;
}

.clearfix:after, .clearfix:before {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -o-user-select: none;
  user-select: none;
  touch-callout: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.no-scroll {
  overflow: hidden;
}

.underline {
  text-decoration: underline;
}

.block {
  position: relative;
  display: block !important;
  margin: 10px auto;
  padding: 10px;
}

.center {
  text-align: center !important;
  justify-content: center !important;
}

.text-left {
  text-align: left !important;
  justify-content: flex-start !important;
}

.f-view {
  position: relative;
  display: flex !important;
}

.w100p {
  width: 100%;
}

.w80p {
  width: 80%;
}

.w200 {
  width: 200px;
}

.mw-220 {
  min-width: 220px;
}

.w150 {
  width: 150px;
}

.mmw-120 {
  min-width: 120px;
  max-width: 120px;
}

.mmw-160 {
  min-width: 160px;
  max-width: 160px;
}

.whitespace {
  white-space: nowrap;
}

.subhead{
margin:0;
padding:0;
font-size:150%;
font-weight:bold;
line-height:150%;
text-align:center;
}


/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
.subhead{font-size:28px;}
} /* ▲PCメディアクエリ終了▲ */

/*------------------------------ サンクスページ ------------------------------ */


.thanks-01 {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px 25px 5px;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}

.txt01{
  margin: auto;
  padding: 5px;
  display: block;
  position: relative;
  width: 76%;
}

.img01{
  margin: auto;
  padding: 5px 10px;
  display: block;
  position: relative;
  width: 22%;
}


.thanks-01 h1 {
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}

.thanks-01 p {
  margin: 0 0 50px;
  padding: 10px;
  font-size: 16px;
  letter-spacing: 160%;
  display: block;
  }

.thanks-01 img {
  width: 100%;
}

.thanks-02 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 25px 20px;
  overflow: hidden;
}

.thanks-02 h2 {
  font-weight: 700;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 50px;
  font-size: 28px;
}

.thanks-02 div.top-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.thanks-02 div.top-box a.btn01 {
  margin-left: auto;
  margin-right: auto;
}

.thanks-02 div.top-box dl {
  width: 180px;
  padding: 20px;
}

.thanks-02 div.top-box dl dt {
  margin-bottom: 10px;
}

.thanks-02 div.top-box dl dt img {
  width: 100%;
}

.thanks-02 div.top-box dl dd {
  text-align: center;
}

.thanks-02 div.top-box dl dd span {
  color: #61A7EB;
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid #61A7EB;
}

.thanks-02 div.top-box dl dd strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.thanks-02box{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 20px;
  text-align: center;
}

.txt02{
  display: inline-block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .thanks-01 {
    max-width: 100%;
    margin:0 auto;
    padding: 5px 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .txt01{
    margin: auto;
    padding: 0px;
    display: block;
    position: relative;
    width: 100%;
  }

  .img01{
    margin: auto;
    padding: 0 20px;
    display: block;
    position: relative;
    width: 40%;
  }

  .thanks-01 h1 {
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
  }
  .thanks-01 p {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
  }
  .thanks-01 img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    /* margin-bottom: 0px; */
  }
  .thanks-02 {
    box-sizing: border-box;
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    align-items: center;
  }
  .thanks-02 p {
    font-size: 18px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
  }
  .thanks-02 h2 {
    font-weight: 700;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .thanks-02 div.top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .thanks-02 div.top-box a.btn01 {
    margin-left: auto;
    margin-right: auto;
  }
  .thanks-02 div.top-box dl {
    width: 160px;
    padding: 20px;
  }
  .thanks-02 div.top-box dl dt {
    margin-bottom: 10px;
  }
  .thanks-02 div.top-box dl dt img {
    width: 100%;
  }
  .thanks-02 div.top-box dl dd {
    text-align: center;
  }
  .thanks-02 div.top-box dl dd span {
    color: #61A7EB;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #61A7EB;
  }
  .thanks-02 div.top-box dl dd strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
  }
}

/*---------- サブページ全体 ----------*/
.thanks{
  margin: 40px 0 0;
  padding: 0;
  text-align: center;
}
h2.thanks {
  font-size: 240%;
  line-height: 160%;
  font-weight:900;
}


#subpage{
margin:0;
padding:30px 20px 45px 20px;
}
#subpage p{font-size:90%;
line-height: 160%;}

#subpage ol, ul, li, menu, nav{
  margin-bottom: 5px;
  margin-left: 10px;
   font-size:90%;
line-height: 160%;}

.page_title{
margin:0 0 30px 0;
padding:0;
font-size:120%;
line-height:150%;
text-align:center;
font-weight: bold;
}

.sub_txtbox{
  margin: 0;
  padding:0 0 5px 15px;
  text-align: left;
}

#subpage ul.pr_list{
margin:0;
padding:0px 0 10px 25px;
list-style-type:square; /* リスト先頭の・や■などどの表示にするかの指定 */
}
#subpage ul.pr_list li{
margin:0;
padding:0 0 10px 0;
font-size:90%;
line-height:140%;
}

#subpage ol.none{
  margin: 0;
  list-style: none;
}
#subpage ol.none li{
  counter-increment: cnt;
  padding-left:3em;
  text-indent:-3em;
}

#subpage ol.none li::before{
  content: "("counter(cnt) ") ";
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
#subpage{
width:768px;
margin:0 auto;
padding:75px 0 90px 0;
}
#subpage p{font-size:14px;}
#subpage dl, dt, dd, ol, ul, li, menu, nav{font-size:14px;}

.page_title{
margin:0 0 60px 0;
padding:0;
font-size:24px;
line-height:150%;
text-align:center;
letter-spacing:1px;
}
} /* ▲PCメディアクエリ終了▲ */

/*------------------------------ ボタン ------------------------------ */
.btn00, .btn01, .btn02, .btn03, .btn04 {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  background: linear-gradient(90deg, #61a7eb 0%, #02c5db 100%);
  text-align: center;
  border-radius: 6px;
  line-height: 16px;
  color: #FFFFFF;
  font-weight: 700;
  border: 0px;
  box-sizing: border-box;
  position: relative;
}

.btn00.notice::before, .btn01.notice::before, .btn02.notice::before, .btn03.notice::before, .btn04.notice::before {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50px;
  background-color: #ff6666;
  z-index: 20;
  right: -4px;
  top: -4px;
  content: "";
}

.btn00.big, .btn01.big, .btn02.big, .btn03.big, .btn04.big {
  font-size: 20px;
  line-height: 120%;
  padding: 20px 30px 20px;
  min-width: 300px;
}

.btn00 {
  border: 1px solid #61A7EB;
}

.btn01 {
  padding: 15px;
  border-radius: 50px;
  min-width: 220px;
}

.btn02 {
  background: none;
  border-radius: 50px;
  color: #666666;
  border: 1px solid #666666;
  background-color: #EEEEEE;
}

.btn03 {
  width: 100%;
  color: #61A7EB !important;
  background: none;
  background-color: #FFFFFF;
  border: 1px solid #61A7EB;
}

.btn04 {
  border: 0px none;
  color: #61A7EB;
  background-color: #FFFFFF;
  border-image: none;
  border-style: none;
  border-width: 0px !important;
  font-weight: normal  !important;
  background: none;
}

@media screen and (max-width: 768px) {
.btn00, .btn01, .btn02 {
  padding: 10px 20px 0;
  display: inline-block;
  background: linear-gradient(90deg, #61a7eb 0%, #02c5db 100%);
  text-align: center;
  border-radius: 6px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: 700;
  border: 0px;
}
.btn00.big, .btn01.big, .btn02.big {
  font-size: 20px;
  letter-spacing: 160%;
  padding: 20px 40px 20px;
}
.btn00 {
  border: 1px solid #61A7EB;
}
.btn01 {
  padding: 15px;
  border-radius: 50px;
  min-width: 220px;
}
.btn02 {
  background: none;
  border-radius: 50px;
  color: #666666;
  border: 1px solid #666666;
  background-color: #EEEEEE;
}
}/* ▲PCメディアクエリ終了▲ */


/*---------- ヘッダー ----------*/

header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  display: block;
}

header div.gnav-btn {
  display: none;
}

header div.inbox-00 {
  display: flex;
  justify-content: space-between;
}

header div.logo {
  padding-left: 20px;
  padding-right: 0px;
}

header div.logo img {
  width: auto;
  height: 36px;
}

header div.account-btn {
  display: block;
  position: relative;
  margin-right: 20px;
}

header div.account-btn .userimg {
  cursor: pointer;
  width: 38px;
  min-width: 38px;
  height: 38px;
}

header div.account-btn ul.sab-menu {
  z-index: 10;
  left: -132px;
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  display: none;
  width: 180px;
  top: 55px;
  box-shadow: 0px 3px 6px 0px rgba(200, 200, 200, 0.2);
}

header div.account-btn ul.sab-menu.open {
  display: block;
}

header div.account-btn ul.sab-menu::before {
  content: "";
  position: absolute;
  top: -29px;
  right: 15px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #EEEEEE;
}

header div.account-btn ul.sab-menu::after {
  content: "";
  position: absolute;
  top: -27.5px;
  right: 15px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFFFFF;
}

header div.account-btn ul.sab-menu li {
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
}

header div.account-btn ul.sab-menu li:last-of-type {
  border-bottom: 0px solid #F5F5F5;
}

header div.account-btn ul.sab-menu li a {
  display: flex;
  align-items: center;
  padding: 10px;
}

/*---------- フッター ----------*/
div.inbox-00 {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

footer {
  display: block;
  position: relative;
  background: linear-gradient(90deg, #61a7eb 0%, #02c5db 100%);
  color: #FFFFFF;
  padding: 50px;
}

footer small {
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

footer div.inbox-00 {
  display: block;
  max-width: 800px;
}

footer div.flex-two-box {
  display: block;
  position: relative;
}

footer div.flex-two-box p {
  font-size: 12px;
}

footer a {
  color: #FFFFFF;
}

footer strong {
  font-weight: 700;
  display: block;
}

footer nav {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  margin-bottom: 30px;
}
footer nav div.flex-two-box-in {
  width: 46%;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
}
footer nav div.flex-two-box-in strong {
  margin-bottom: 10px;
}
footer nav div.flex-two-box-in ul {
  margin: 0;
}
footer nav div.flex-two-box-in ul li {
  margin: 0 0 2px 0;
}

footer div.logo {
  width: 140px;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 20px;
}

footer .line-box {
  display: flex;
  position: relative;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

footer .line-box img {
  position: relative;
  top: 6px;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  height: auto;
  margin-right: 20px;
}

footer .line-box .line-text strong {
  margin-bottom: 10px;
}

footer strong {
  margin-bottom: 10px;
}

footer ul.sns {
  display: block;
  margin-bottom: 20px;
}

footer ul.sns li {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}


@media screen and (max-width: 768px) {
footer {
  display: block;
  position: relative;
  background: linear-gradient(90deg, #61a7eb 0%, #02c5db 100%);
  color: #FFFFFF;
  padding: 20px;
}
footer small {
  max-width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
footer div.inbox-00 {
  display: block;
}
footer div.flex-two-box {
  display: block;
  position: relative;
}
footer div.flex-two-box p {
  font-size: 14px;
}
footer a {
  color: #FFFFFF;
}
footer strong {
  font-weight: 700;
  display: block;
}
footer nav {
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer nav div.flex-two-box-in {
  width: 46%;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
}
footer nav div.flex-two-box-in strong {
  margin-bottom: 10px;
}
footer nav div.flex-two-box-in ul {
  font-size: 14px;
}
footer nav div.flex-two-box-in ul li {
  margin-bottom: 2px;
}
footer form {
  border-radius: 50px;
  display: flex;
  background-color: #FFFFFF;
  padding: 10px;
  padding-left: 20px;
  position: relative;
  align-items: center;
  margin-bottom: 30px;
  width: auto;
}
footer form label.select-box {
  position: relative;
  display: flex;
  align-items: center;
}
footer form label.select-box select {
  max-width: 100px;
  min-width: 100px;
  background-color: #FFFFFF;
  color: #61A7EB;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  outline: none;
}
footer form label.select-box i {
  color: #61A7EB;
  right: 10px;
  top: 0%;
  font-size: 20px;
  padding-right: 10px;
  border-right: 1px solid #EEEEEE;
}
footer form label.text-box {
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
}
footer form label.text-box input {
  background-color: #FFFFFF;
  outline: none;
  border: 0px;
  padding: 0px;
  box-sizing: border-box;
}
footer form button {
  display: flex;
  align-items: center;
  border: 0px;
  padding: 0px;
  background-color: #FFFFFF;
}
footer form button i {
  font-size: 22px;
  color: #02C5DB;
}
footer div.logo {
  width: 140px;
  height: auto;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
footer .line-box {
  display: flex;
  position: relative;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
footer .line-box img {
  position: relative;
  top: 6px;
  max-width: 100px;
  min-width: 100px;
  max-height: 100px;
  height: auto;
  margin-right: 20px;
}
footer .line-box .line-text strong {
  margin-bottom: 10px;
}
footer strong {
  margin-bottom: 10px;
}
footer ul.sns {
  display: block;
  margin-bottom: 20px;
}
footer ul.sns li {
  font-size: 20px;
  display: inline-block;
  margin-right: 10px;
}
}
