@charset "utf-8";
/* CSS Document */


/*------------------------------------------------------
base
--------------------------------------------------------*/
/* .requiredtext{
} */

#content table.table-vertical th.requiredtext:after{
    content: "（必須）";
    color:#d85252;
    font-size:.8em;
    line-height: 25px;
}


h3 {
margin: 4.62% auto 2.31% auto;
padding: 0 1em;
color:#000;
text-align: center;
}


.content-inner{
    margin:0 auto;
    overflow: hidden;
}


h4 {
text-align: center;
margin-bottom:10%;
color: #000;

position: relative;
}
h4:before {
content: '';
position: absolute;
bottom: -6px;
display: inline-block;
width: 94px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #1e1e1e;
border-radius: 2px;
}

h4 span i{
    margin-right: .3em;
}

/*---------------boxarea ---------------------------------------
box
--------------------------------------------------------*/

.box{
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border:1px solid #ddd;
    padding:2.22%;
    margin:0 2.22% 2.22% 2.22%;
}

/********** midiamu 600px **********/
@media print, screen and (min-width : 658px){
/*　ここに600～のcssを記述*/

.box{
    margin: 0 auto 4.62% auto;
    max-width: 900px;
    }

/*END-600*/
}


/*---------------formarea ---------------------------------------
form
--------------------------------------------------------*/
/* Form Layout */

.formarea {
    background: #fff;
    border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px; /* Firefox用 */
    border:1px solid #ddd;
    padding:2.22%;
    margin: 0 2.22% 2.22% 2.22%;
}


/********** midiamu 600px **********/
@media print, screen and (min-width : 658px){
/*　ここに600～のcssを記述*/

/* Form Layout */
.formarea {
    margin: 0 auto 4.62% auto;
    max-width: 570px;
    padding:3em;
    }

/*END-600*/
}


.button-panel {
  margin: 0 auto;
}

ul.btn{
  padding: 20px;
    	list-style-type: none;
    	padding-left: 0;
    	text-align: center;
}

ul.btn li{
  display: inline-block;
    text-align: center;
    	height: 50px;
    	padding: 10px;
}

ul.btn li input{
  padding: 10px;
  text-align: center;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}
ul.btn li a{
      color: #fff;
      text-decoration: none;
}

/*確認・送信*/
ul.btn li .button {
  background: #f16272;
  border: none;
width:250px;
  height: 40px;
}

ul.btn li .button:hover {
  background: #ee3e52;
}

/*btn 確認*/
ul.btn li .back {
  background: #d9d9d9;
  border: none;
  height: 40px;
width:250px;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

ul.btn li .back:hover {
  background: #ebebeb;
}


/*---------------login-area --------------------------
login-area
--------------------------------------------------------*/

.login-area {
    margin-bottom: 15%;
}

/********** midiamu 600px **********/
@media print, screen and (min-width : 658px){
/*　ここに600～のcssを記述*/

.login-area {
    float: left;
    width: 47.777%;/*430px*/
    margin-right: 2.22%;
    margin-bottom: 0;
}

/*END-600*/
}

/*---------------signup-area --------------------------
signup-area
--------------------------------------------------------*/
/* .signup-area {
} */

.signup-area ul li.text{
    font-size: .9em;
}

.signup-area .button-panel .button{
    display: inline-block;
    padding: 8px 10px 12px 10px;
    width: 230px;
}
.signup-area p a{
    color: #fff;
    text-decoration: none;
    display: block;
}

/********** midiamu 600px **********/
@media print, screen and (min-width : 658px){
/*　ここに600～のcssを記述*/

/* Form Layout */
.signup-area  {
    /*margin: 0 auto 4.62% auto;*/
    background-image: url(../images/vertical-line.png);
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 2.22%;
    min-height: 409px;
    float: left;
    width: 47.777%;/*430px*/
    float: left;
    }



/*END-600*/
}


/*------------------------------------------------------
content table listdetail
--------------------------------------------------------*/

#content table.table-vertical{
    border: none;
    width: 100%;
    color: #5e5e5e;
}


#content table.table-vertical tr {
    display: block;
}

#content table.table-vertical th{
    background-color: #eee;
    font-weight: normal;
}

#content table.table-vertical th,
#content table.table-vertical td {
    display: flex;
    padding: 10px;
}


#content table.table-vertical td input,
#content table.table-vertical td select{
border:0;
padding:5px;
border:solid 1px #ccc;
font-size: 14px;
width: 100%;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

#content table.table-vertical td.selects select {
    width:25%;
}

#content table.table-vertical td.inputm input {
    width:40%;
}

#content table.table-vertical td select{
    margin: 0 auto
}


.privacy span{
	font-size:.9em;
	padding-left:.5em;
}


/********** midiamu 600px **********/
@media print, screen and (min-width : 600px){
/*　ここに600～のcssを記述*/

#content .formarea table.table-vertical {
  border-collapse: collapse;
  width: 100%;
	table-layout:fixed;
}

#content .formarea table.table-vertical tr {
    display: inline-flex;
    width: 100%;
    margin-bottom:1.11%;
    }

#content .formarea table.table-vertical th {
	display: inline-block;
	width: 40%;
}

#content .formarea table.table-vertical td {
  display: inline-block;
	width: 60%;
}




/*
#content .formarea table.table-vertical td input{
width:150px;
    }

#content .formarea table.table-vertical th{
    padding:3px 5px;
}


*/
/*END-600*/
}



/********** large 1281px **********/
@media print, screen and (min-width : 1281px){
/*　ここに1281～のcssを記述*/

    #wrapper header #headerinner{
        width:1080px;
        margin:0 auto;
    }


/*END-1281*/
}
