@charset "utf-8";

/* CSS Document */

/*#top {
	background: url("../img/bg.jpg") no-repeat center top fixed;
	background-size: cover;
}*/

header {
	width: 900px;
	margin: 0px auto 80px;
	padding: 0px 0px 0px;
	position: relative;
}

header h1 {
	width: 100%;
	text-align: center;
	margin: 0px 0px 50px;
	line-height: 1.0em;
	font-size: 2.6em;
}

header h2 {
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px;
	font-size: 2.0em;
	color: #1DAD44;
}

header p {
	width: 900px;	
	margin: 0px auto 20px;
}

header .btn2 {
	position: absolute;
	top: 0px;
	right: 0px;
}

section {
	width: 900px;
	margin: 0px auto 50px;
}

section h2 {
	width: 100%;
	text-align: center;
	margin: 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #1DAD44;
}

section h2 span {
	color: #1DAD44;
	margin: 0px 20px 0px 0px;
}

section h3 {
	font-size: 1.4em;
	margin: 0px auto 10px;
	text-align: center;
	font-weight: 600;
	color: #1DAD44;
}

section h4 {
	font-size: 1.2em;
	margin: 0px auto 10px;
	text-align: center;
	font-weight: 600;
}

section h5 {
	font-size: 1.1em;
	font-weight: 600;
}

section p {
	margin: 0px 0px 20px 0px;
}

#login {
	width: 640px;
	margin: 0px auto 50px;
}

#login ul {
	list-style: outside;
	margin: 0px 0px 20px 30px;
}

#login dl dt {
	/*border-bottom: 1px dotted #666;*/
	margin: 0px 0px 0px;
	font-size: 1.0em;
	font-weight: 700;
	padding: 0px;
	width: 140px;
	float: left;
}

#login dl dd {
	margin: 0px 0px 0px 150px;
	font-size: 1.0em;
}

#flow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 0px 80px 0px;
}

#flow ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 0px;
	background: url("../img/arrow_pc.png") no-repeat 155px center;
	list-style-type: none;
}

#flow ul li:nth-child(5) {
	padding: 0px 0px 0px 0px;
	background: none;
}

#flow ul li div {
	width: 110px;
	height: 130px;
	margin: 0px;
	padding: 10px 20px;
	line-height: 1.2em;
	background: #1DAD44;
	color: #FFF;
	border-radius: 20px;
}

#flow ul li .step {
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #FFF;
}

#entry table {
	width: 100%;
	margin: 0px 0px 20px 0px;
	font-size: 1.0em;
}

#entry table tr th {
	font-size: 1.0em;
	font-weight: 700;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

#entry table tr td {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
}

.kaito {
	width: 740px;
	margin: 0px auto 50px;
}

.kaito dl {
	margin: 0px 0px 30px 0px;
}

.kaito dl dt {
	border-bottom: 1px dotted #666;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px;
	font-size: 1.0em;
	color: #FFF;
	background-color: #7B7B7B;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.kaito dl dt.sodan {
	color: #FFF;
	background-color: #1DAD44;
}

.kaito dl dd {
	margin: 0px 0px 30px 0px;
	padding: 10px 20px 10px;
	font-size: 1.0em;
	background-color: #ECECEC;
}

.kaito dl dd div {
	margin: 20px 0px 0px 0px;
}

.kaito ul {
	margin: 0px 0px 30px 0px;
}

.required {
	padding: 2px 5px;
	margin: 0px 0px 0px 10px;
	background: #F30;
	color: #FFF;
	display: inline;
	font-size: 0.8em;
}

#contact {
	width: 400px;
	text-align: center;
	padding: 10px;
	margin: 0px auto 50px;
	background: #FFF;
	border-bottom: 3px solid #1DAD44;
	border-top: 3px solid #1DAD44;
}

/*table tr td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
}*/

input[type=text],
input[type=email],
input[type=tel] {
	font-size: 1.0em;
	line-height: 1.8em;
	height: 1.8em;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px;
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.1em;
}

select {
	font-size: 1.0em;
	line-height: 1.8em;
	height: 1.8em;
	margin: 0px 0px 10px;
	padding: 0px 5px;
	font-family: 'Zen Maru Gothic', sans-serif;
}

input[type=radio] {
	margin: 0px 0px 20px;
}

textarea {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0px 0px 10px;
	padding: 0px 5px;
	font-family: 'Zen Maru Gothic', sans-serif;
	height: 200px;
	letter-spacing: 0.1em;
}

.w30 {
	width: 30px;
}

.w70 {
	width: 70px;
}

.w120 {
	width: 120px;
}

.w300 {
	width: 300px;
}

.w500 {
	width: 500px;
}

.w100 {
	width: 97%;
}

.btn1 {
	text-align: center;
	margin: 30px auto;
}

.btn1 input {
	margin: 0px 0px 20px 0px;
	padding: 10px 50px;
	background: #1DAD44;
	font-size: 1.3em;
	border: 1px solid #1DAD44;
	font-family: 'Zen Maru Gothic', sans-serif;
	cursor: pointer;
	color: #FFF;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.btn1 input:hover {
	background: #FFF;
	color: #1DAD44;
}

.btn1 a:link {
	padding: 10px 30px;
	background: #1DAD44;
	font-size: 1.0em;
	border: 3px solid #1DAD44;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #FFF !important;
	border-radius: 30px;
	text-decoration: none;
	line-height: 1.0em;
    display: inline-block;
}

.btn1 a:hover {
	background: #FFF;
	color: #1DAD44 !important;
	text-decoration: none;
	border: 3px solid #1DAD44;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.btn1 a:visited {
	border: 3px solid #1DAD44;
	color: #FFF;
}

.btn2 a:link {
	padding: 5px 5px;
	background: #999;
	font-size: 1.0em;
	border: 3px solid #999;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #FFF !important;
	text-decoration: none;
	line-height: 1.0em;
    display: inline-block;
}

.btn2 a:hover {
	background: #FFF;
	color: #999 !important;
	text-decoration: none;
	border: 3px solid #999;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.btn2 a:visited {
	border: 3px solid #999;
	color: #FFF;
}

footer {
	width: 1000px;
	text-align: center;	
	margin: 0px auto 20px;
	font-size: 0.8em;
}

/*****************************************************************/

.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #FF236E;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #FF236E;
  border-right: 3px solid #FF236E;
}

/*css radio02*/
.radio02{
  display: inline;
}
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #FF236E;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #FF236E;
  border-radius: 50%;
}


@media screen and (max-width:768px) {
	
header {
	width: 100%;
	margin: 0px auto 50px;
	padding: 0px 0px 0px;
	position: relative;
}

header h1 {
	width: 100%;
	text-align: center;
	margin: 0px auto 20px;
	font-size: 1.8em;	
}

header h1 img {
	width: 50%;
}

header h2 {
	width: 100%;
	text-align: center;
	margin: 0px auto 20px;
	font-size: 1.6em;
}
	
header p {
	width: 90%;	
	margin: 0px auto 20px;
}
	
header .btn2 {
	position: absolute;
	top: 0px;
	right: 0px;
}

section {
	width: 90%;
	margin: 0px auto 50px;
}
	
#login {
	width: 90%;
	margin: 0px auto 50px;
}

#kitei {
	width: 80%;
	padding: 5%;
	background: #EEE;
	border: 1px solid #CCC;
}
	
section h2 {
	width: 100%;
	text-align: center;
	margin: 0px auto 20px;
	font-size: 1.6em;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #1DAD44;
}
	
section h2 span {
	color: #1DAD44;
	margin: 0px 0px 10px 0px;
	display: block;
}

h3 {
	margin: 0px auto 20px;
}
	
h4 {
	text-align: center;
	margin: 0px auto 20px;
}
	
h5 {
	font-size: 1.1em;
	font-weight: 600;
}
	

#login ul {
	list-style: outside;
	margin: 0px 5% 10% 5%;
}
	
#login dl dt {
	margin: 0px 0px 0px;
	font-size: 1.1em;
	font-weight: 700;
	width: 100%;
	float: inherit;
}

#login dl dd {
	margin: 0px 0px 0px;
	font-size: 1.1em;
}

#login dl dt span{
	padding: 2px 5px;
	margin: 0px 0px 0px 10px;
	background: #F30;
	color: #FFF;
	display: inline;
}
	
#flow ul {
	display: inherit;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0px 0px 80px 0px;
}

#flow ul li {
	width: 100%;
	margin: 0px 0px 15px 0px !important;
	padding: 0px 0px 30px 0px !important;
	background: url("../img/arrow_sp.png") no-repeat center bottom;
	list-style-type: none;
}

#flow ul li:nth-child(5) {
	padding: 0px 0px 0px 0px !important;
	background: none;
}

#flow ul li div {
	width: 90%;
	height: auto;
	margin: 0px;
	padding: 5% 5%;
	line-height: 1.2em;
	background: #1DAD44;
	color: #FFF;
	border-radius: 20px;
}


#flow ul li .step {
	font-weight: 600;
	text-align: center;
	display: block;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #FFF;
}
	
#entry table {
	width: 100%;
	margin: 0px 0px 20px 0px;
	font-size: 1.0em;
}

#entry table tr th {
	font-size: 1.0em;
	font-weight: 700;
	padding: 10px 10px 10px 10px;
	text-align: left;
	vertical-align: top;
	display: block;
	width: 100%;
}

#entry table tr td {
	padding: 10px 0px 10px 10px;
	vertical-align: top;
	display: block;
}
	
.kaito {
	width: 90%;
	margin: 0px auto 50px;
}

.kaito dl {
	margin: 0px 0px 30px 0px;
}

.kaito dl dt {
	border-bottom: 1px dotted #666;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px;
	font-size: 1.0em;
	color: #FFF;
	background-color: #7B7B7B;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.kaito dl dt.sodan {
	color: #FFF;
	background-color: #1DAD44;
}

.kaito dl dd {
	margin: 0px 0px 30px 0px;
	padding: 10px 20px 10px;
	font-size: 1.0em;
	background-color: #ECECEC;
}

.kaito dl dd div {
	margin: 20px 0px 0px 0px;
}
	
.kaito ul {
	margin: 0px 0px 30px 0px;
}
	
#contact {
	width: 80%;
	text-align: center;
	padding: 5%;
	margin: 0px auto 50px;
	background: #FFF;
	border-bottom: 3px solid #1DAD44;
	border-top: 3px solid #1DAD44;
}

input[type=text],
input[type=email],
input[type=tel] {
	font-size: 1.0em;
	line-height: 1.8em;
	height: 1.8em;
	margin: 0px 0px 10px;
	padding: 0px 5px;
}
	
input[type=radio] {
	margin: 0px 0px 10px;
}
	
textarea {
	width: 100%;
	height: 200px;
}
	
.w30 {
	width: 10%;
}

.w70 {
	width: 20%;
	margin: 0px 10px 10px 0px !important;
}
	
.w120 {
	width: 25%;
	margin: 0px 10px 10px 0px !important;
}

.w300 {
	width: 97%;
}

.w500 {
	width: 97%;
}

.btn1 {
	margin: 30px auto;
}

.btn1 input {
	padding: 10px 0px;
	background: #1DAD44;
	font-size: 1.3em;
	border: 1px solid #1DAD44;
	cursor: pointer;
	color: #FFF;
	width: 100%;
}

.btn1 input:hover {
	background: #FFF;
	color: #1DAD44;
}

footer {
	width: 90%;
	text-align: center;	
	margin: 0px auto 20px;
	font-size: 0.6em;
	
}

}