body {
	background: #eee;
}

star {
	color: #ff0000;
	margin-left: 5px;
}
code {
	color: #ff0000;
	font-weight: 600;
}
.mt-1 {
	margin-top: 0.5rem;
}
.mt-2 {
	margin-top: 1rem;
}

.mt-3 {
	margin-top: 1.5rem;
}
.mt-4 {
	margin-top: 2rem;
}
.mt-5 {
	margin-top: 2.5rem;
}

.mb-5 {
    margin-bottom: 2.5rem;
}

.description {
	margin-bottom: 40px;

}

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

.form-group .title {
	font-size: 1.25rem;
    font-weight: bold;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group textarea {
    padding: 20px;
    border: #eaeaea 2px solid;
    border-radius: 6px;
    display: block;
    width: 100%;
    line-height: 1.5;
    background-color: #f7f7f7;
    box-sizing: border-box;
}

.form-group .c-btn {
	margin-top: 40px;
}

.form-group table {
	width: 100%;
}
.form-group th {
	width: 30%;
	text-align: left;
	padding-right: 10px;
}

.form-group td {
	padding: 10px 0px;
}

@media screen and (max-width: 640px) {
  .form-group th,
  .form-group td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }

  .form-group th {
  	padding-top: 10px;
  }

  .form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group textarea {
    padding: 10px;
    line-height: 1;
  }
}


input[type=radio] {
  margin-right: 8px;
}



.field-icon {
    position: absolute;
    right: 25px;
    top: 7px;
}
.field-icon2 {
    position: absolute;
    right: 15px;
    top: 32px;
}
.field-icon3 {
    position: absolute;
    right: 15px;
    top: 42px;
}


/** TOPページ **/
#top td {
    background: #fff;
    padding: 10px;
    text-align: center;
    width: 300px;
}
#top .register {
    background-color: #fff4e9;
    padding: 35px 30px 20px 30px;
}

#top .mypage {
    background-color: #f7f7f7;
    padding: 35px 30px 20px 30px;
}

.text-start {
    text-align: left;
}

.font-sm {
    font-size: 12px;
}

.d-inline-block {
    display: inline-block;
}

.list-dotted li {
    list-style: disc;
    padding: 5px 0px;
}


.btn_register a {
    background: #ea7d3e;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.btn_register a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.btn_register a:hover {
    background: #ff6104;
    color: #FFF;
}
.btn_register a:hover:after {
    right: 1.4rem;
}



.btn_login a {
    background: #3a3838;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
}
.btn_login a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.btn_login a:hover {
    background: #1c1c1c;
    color: #FFF;
}
.btn_login a:hover:after {
    right: 1.4rem;
}


table.top_table {
    display: inline-block;
    margin: 30px 0;
}
@media (max-width: 772px) {

    table.top_table tbody,
    table.top_table tr,
    table.top_table td {
        display: block;
        width: 100%;
    }

    table.top_table td {
        box-sizing: border-box;
        padding: 8px; /* 任意 */
    }
    table.top_table {
        margin: 0 auto;
    }

    #top td {
        width: 100%;
    }
}
