@charset "utf-8";
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/

/* ==========================================================================
   Foundation
   ========================================================================== */


/*reset-------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0; 
}

h1,h2,h3,h4,h4,h5 {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block; 
}

input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th {
  text-align: left; }

img,
a img {
  border: none; }

a {
  cursor: pointer; }

/*-------------------------------------------------reset*/


/*base-------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
 }

a {
  color: #000;
  text-decoration: none;
  display: block;
}

a:hover {
  opacity: 0.8;
}

ul,li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}


.sp {
	display: none;
}

/*-------------------------------------------------base*/

/* ==========================================================================
   Layout
   ========================================================================== */

/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.header {
  background: url(../image/main.png) no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 33%;
}

#entry .header, #error .header, #confirm .header, #complete .header{
  background: url(../image/ent_main.png) no-repeat;
  background-size: 100%;
  position: relative;
  padding-bottom: 10%;
}


.top_btn {
   position: fixed;
   width:100%;
   background: rgba(0,0,0,0.5);
   top: 0px;
   left: 0;
   z-index: 10;
}

.top_btn dl {
  display: flex;
  justify-content: flex-end;
}
.top_btn dd:nth-child(1) a {
      padding:10px 0px;
      width: 150px;
      background: #000;
      color: #fff;
      z-index: 10;
     }

.top_btn dd:nth-child(2)  {
     background: linear-gradient(#0da3f6, #00e1fd);
}
.top_btn dd:nth-child(2) a {
      background: url(../image/yajirushi.png) no-repeat 87% 50%;
      padding:20px 40px 20px 25px;
      color: #fff;
      font-size: 16px;
      transition: 0.3s;
     }
.top_btn dd:nth-child(2) a:hover {
      background: url(../image/yajirushi.png) no-repeat 90% 50%;
     }



.main-text1{
  position: absolute;
  top: 25%;
  left: 110px;
  color: #fff;
  font-size: 20px;
  }
.main-text1 span{
  font-size: 40px;
  font-weight: bold;
  }

#entry .main-text, #error .main-text, #confirm .main-text, #complete .main-text{
  position: absolute;
  display: block;
  left: 110px;
  margin: 0 auto;
  top: 3%;
  color: #fff;
  font-size: 20px;
  }
#entry .main-text span, #error .main-text span, #confirm .main-text span, #complete .main-text span{
  font-size: 40px;
  font-weight: bold;
  }

/***********************************************
footer
/************************************************/
#footer {
  width: 100%;
  margin-top: 40px;
  color: #fff;
  letter-spacing: 1px;
  z-index: 0;
  position: relative;
}

.contact_part1 {
  padding: 30px 0;
  background: url(../image/footer.png) no-repeat;
  background-size: cover;
  padding-bottom: 3%;

}

.contact_part2 {
    padding: 30px 0;
    background: #414141;
    position: relative;
}


.footer_text{
  font-size: 14px;
  text-align: center;
}

.footer_text span{
  font-size: 18px;
  font-weight: 600;
  line-height: 2rem;
}
.footer_sns {
  width:100%;
  margin:0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

#entry .footer_sns li:nth-child(2){
  display: none;
}
#error .footer_sns li:nth-child(2){
  display: none;
}

#confirm .footer_sns li:nth-child(2){
  display: none;
}

#complete .footer_sns li:nth-child(2){
  display: none;
}





.footer_sns li a{
  width: 200px;
  background: url(../image/yajirushi.png) no-repeat 87% 50% #0095f3;
  padding:19px 0px;
  padding-left: 53px;
  color: #fff;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 600;
  border-radius: 8px;
}
.footer_sns li:nth-child(1) a{
  padding-left: 65px;
  background: url(../image/yajirushi.png) no-repeat 87% 50%;
  border: solid 1px #fff;
  line-height: 1.6rem;
  position: relative;
}

.footer_sns li:nth-child(1)::before{
  width: 80px;
  height: 55px;
  position: absolute;
  content: "";
  background: url(../image/home.png) no-repeat  60% 55%;
}


.footer_sns li a:hover{
  background: url(../image/yajirushi_b.png) no-repeat 92% 50% #fff;
  color: #0095f3;
}
.footer_sns li:nth-child(1) a:hover{
  background: url(../image/yajirushi_b.png) no-repeat 92% 50%;
  border: solid 1px #0095f3;
  opacity: 1;
}
.footer_sns li:nth-child(1):hover::before{
  width: 80px;
  height: 55px;
  position: absolute;
  content: "";
  background: url(../image/home_b.png) no-repeat  60% 55%;
}


.footer_sns li:nth-child(2) {
  margin-left:  20px;
}


.footer_copy {
  margin-top: 20px;
  text-align: center;
}

#ptop {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  bottom: 55%;
  right: 5%;
}


