@charset "UTF-8";

/*=====================================================================================================
defult
=====================================================================================================*/

body {

}

header {

}

img {
  max-width:100%;
  vertical-align:bottom
}

.str_clr {
  font-weight:bold
}



#wrap {
  width:100%;
  overflow-x:hidden
}
.magb10 {
  margin-bottom:10px!important
}
.magb30 {
  margin-bottom:30px!important
}

.btn img{
	width:85%;
	margin:0 auto;
	display:block;
}


.sodan_all {
  position: relative;

}
.no_color {
    margin-top: 0;
    background: #f6f6f6 !important;
}

.official_caption .back_btn {
    z-index: 5;
}
/*=====================================================================================================
container
=====================================================================================================*/

.sodan_title {
    position: absolute;
    top: -6.5em;
    z-index: 1;
    max-width: 480px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#contents_top {
  margin: 4.5em 5% 0;
  background: #fff;
  border-radius: 5px;
  padding: 1% 5% 5%;
}


#contents_top h3{
    text-align: center;
    position: relative;
    margin: 10% 0 7%;
}

#contents_top h3 span{
    background: linear-gradient(transparent 60%, #F8F5AC 60%);
}

#contents_top p{
    margin-bottom: 10px;
}

#contents_top ul {
    margin: 5% 0;
} 
#contents_top ul li{
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
    color: #FC9F33;
    font-weight: bold;
} 

/*=====================================================================================================
form
=====================================================================================================*/

.select-box02 {
  position: relative;

}

.select-box02 select {
    position: relative;
    padding: 0 5%;
    line-height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #C9C6C0;
    background: #F8F7F4;
    font-size: 13px;
    margin: 0 auto
}


.select-box02 label:after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 5%;
    top: 19px;
    border-left: 2px solid #C9C6C0;
    border-top: 2px solid #C9C6C0;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

#s_form {
  text-align: center;
  margin-top: 5%;
}



#text {

}



#btn_area {

}

#btn_area a:link {
  color:#fff;
}

#btn_area a:visited {
  color:#fff;
}

#btn_area a:active {
  color:#fff;
}


#btn7 {

}


#btn7 input {
    border: solid 1px;
    margin-bottom: 0;
}

#btn7 p::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10%;
    bottom: 27px;
}

.sodan_all h1.cap {
    font-size: 1.3em;
    font-weight: bold;
    padding-left: 0;
    padding-top: 5%;
    line-height: 1.4em;
    padding-bottom: 0;
}

.sodan_all .icon-type {
    padding: 20px;
    margin-left: 0;
}


#btn8 {
  position: relative;
  margin-bottom: 4%;
}


#btn8 input {
    padding: 1em 1em;
    text-decoration: none;
    background: #e55050;/*ボタン色*/
    color: #FFF;
    box-shadow: 0px 3px 3px -1px #919191;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-color: #e47878;
    font-size: 18px;
}

#btn8 p::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    right: 10%;
    bottom: 27px;
}


