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


h2 {
background-image: url(/affection-ichikawa/images/m04_on.png);
}

@media print, screen and (min-width: 641px) {
#topImage {
width: 1200px;
height: 160px;
margin-left: auto;
margin-right: auto;
background-image: url(images/topImage.jpg);
background-repeat: no-repeat;
overflow: hidden;
}
#topImage h1 {
font-size: 32px;
margin-left: 30px;
color: #fff;
float: left;
}
	.box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.fee {
	overflow: hidden;
	margin-bottom: 50px;
}

.fee p {
	text-align: left;
 margin-bottom: 40px;
}
.fee .box {
margin-bottom: 4rem;
}
.fee .box dl {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
align-items: center;
}
.fee .box dt {
width: 40%;
padding: 0.5rem 1rem;
text-align: center;
background: #fcf3d9;
color: #e2953d;
margin-right: 2rem;
font-size: 18px;
}
.fee .box dd a.fee_download {
    display: inline-block;
    background: url(images/icon-pdf.svg) left center no-repeat;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
    color: blue;
}
.fee .box dd a.fee_download:hover {
text-decoration: none;
}

.fee h3.sumi {
text-align: center!important;
margin-bottom: 3rem!important;
padding-bottom: 0!important;
border-bottom: none!important;
width: 60%;
margin: 0 auto;
display: block;
}


.fee .simulation_form {
margin-bottom: 4rem;
padding: 3rem 2rem;
background: #ede1ce;
border: solid 3px #a58455;
}
.fee .simulation_form .inner {
width: 90%;
margin: 2rem auto 0;
}
.sumi_wrap {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 1rem;
}
.sumi_wrap .select {
width: 55%;
}
.fee .simulation_form dl {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
align-items: center;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: solid 1px #a58455;
}
.fee .simulation_form dt {
width: 23%;
text-align: left;
padding-left: 2rem;
color: #a58455;
font-weight: bold;
font-size: 16px;
}
.fee .simulation_form dd {
text-align: left;
margin-left: 2rem;
width: 50%;
}
.fee .simulation_form dd.note {
width: 100%;
font-size: 14px;
text-align: left;
margin: 0.5rem 0 0;
padding-left: 2rem;
}
.fee .simulation_form dd select {
padding: 0.8rem 1.5rem;
border-image-repeat: 10px;
border: solid 1px #ccc;
width: 100%;
font-size: 16px;
}
.fee .simulation_form dd input[type="radio"] {
  transform: scale(1.5);
  margin-right: 0.5rem;
}
.fee .simulation_form .btnarea {
width: 40%;
}

.fee .simulation_form .btnarea dl {
margin-bottom: 1rem;
width: 100%;
display: flex;
flex-direction: column;
border-bottom: none!important;
}
.fee .simulation_form .btnarea dt {
background: #e2953d;
color: #fff;
font-size: 18px;
padding: 0.6rem 0;
width: 100%;
text-align: center;
}
.fee .simulation_form .btnarea dd {
background: #fff;
font-size: 24px;
font-weight: bold;
padding: 1rem 0;
text-align: center;
width: 100%;
margin: 0;
}
.fee .simulation_form .btnarea p {
font-size: 14px;
}
.fee .simulation_form button {
display: inline-block; 
  border: none; 
  border-radius: 5px;
  padding: 0.8rem 3rem; 
  background-color: #e2953d; 
  color: #fff; 
  text-align: center; 
  text-decoration: none; /* ボタンのテキストを中央揃えにする */
  font-size: 16px; 
  cursor: pointer; 
  margin: 0 auto 2rem;
  width: 80%;
}
.fee .simulation_form button:hover {
opacity: 0.7;
}
.fee .simulation_form button span {
display: inline;
padding-left: 2rem;
  background-image: url("images/calc.svg");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left center;
}

.fee .simulation_form .result {
border: solid 2px #e2953d;
padding: 0.5rem 4rem; 
font-size: 16px; 
background: #fff;
}
.fee .simulation_form .result span {
font-size: 24px;
font-weight: bold;
}
.application h3 {
	margin-bottom: 30px!important;
}
.application h3:before {
 content: url(images/h3_tel.png);
 margin: 10px;
 position: relative;
 top: 20px;
}
.application .inner .box ul li {
	width: 48%;
	margin-bottom: 40px;
}
.application .inner .box ul li dl {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.application .inner .box ul li dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	color: #e2953d;
	padding-bottom: 5px;
    width: 100%;
}
.application .inner .box ul li dl .tel,
.application .inner .box ul li dl .fax {
	font-size: 42px;
	letter-spacing: 0.1em;
}
.application .inner .box ul li dl .tel:before {
 content: url(images/icon_tel.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
.application .inner .box ul li dl dd {
	margin: 0px;
	padding: 0px;
    width: 100%;
}
.application .inner .box ul li dl .image {
	width: 35%!important;
	margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
}
.application .inner .box ul li dl .fax {
	padding-top: 10px;
	margin-bottom: 20px;
}
.application .inner .box ul li dl .fax:before {
 content: url(images/icon_fax.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
.application .inner .box ul li dl a.download_bt {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-top: 10px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    width: 100%;
}
.application .inner .box ul li dl a.download_bt:before {
    content: url(/affection-ichikawa/images/icon_download.png);
    margin: 10px;
    position: relative;
    top: 2px;
}
.application .inner .box ul li dl a.contact_bt {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-top: 10px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    width: 100%;
}
.application .inner .box ul li dl a.contact_bt:before {
content: url(/affection-ichikawa/images/icon_mail.png);
 margin: 10px;
 position: relative;
 top: 2px;
}
.application .inner .box ul li dl a.contact_bt:before {
    content: url(/affection-ichikawa/images/icon_mail.png);
    margin: 10px;
    position: relative;
    top: 2px;
}
#formwrap .inner p {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#formWrap h3:before,
#thanks h3:before {
 content: url(images/icon_mail.png);
 margin: 10px;
 position: relative;
 top: 20px;
}


}



@media screen and (max-width: 640px) {
#topImage {
background-image: url(images/topImage.jpg);
background-repeat: no-repeat;
overflow: hidden;
}
.box {
	margin-bottom: 50px;
}
.application h3:before {
 content: url(images/icon2.png);
 margin: 10px;
 position: relative;
 top: 20px;
}
.fee {
	overflow: hidden;
	margin-bottom: 50px;
}





.fee .inner p {
	text-align: left;
}
.fee .inner .box h4 {
	font-size: 18px;
	text-align: left;
}
.fee .inner .box .image {
	margin-bottom: 10px;
}

.fee .inner .box .left {
	float: none;
	margin-bottom: 20px;
}
.fee .inner .box .left .note {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.fee .inner .box .right {
	float: none;
}
.fee .inner .box .right a {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-radius: 50px 50px 50px 50px;
    -webkit-border-radius:50px 50px 50px 50px;
    -moz-border-radius:4px 50px 50px 50px 50px;
	transition : all 0.3s ease 0s;
	text-align: center;
}
.fee .inner .box .right a:before {
	content: url(images/icon_pdf.png);
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.fee .inner .box .right a.f1 {
	color: #FFF;
	background-color: #316700;
}
.fee .inner .box .right a.f1:hover {
	background-color: #37B121
}
.fee .inner .box .right a.f2 {
	background-color: #EEE;
}
.fee .inner .box .right a.f2:hover {
	background-color: #C3C3C3;
}
.fee .inner .box h4 {
margin-bottom: 1rem;
}
.fee .inner .box h4 span {
	font-size: 12px;
	display: block;
	text-align: right;
	margin-top: 10px;
}
.application h3 {
	margin-bottom: 30px!important;
}
.application h3:before {
 content: url(images/h3_tel.png);
 margin: 10px;
 position: relative;
 top: 20px;
}


.application .inner .box ul li {
	margin-bottom: 40px;
}
.application .inner .box ul li dl {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.application .inner .box ul li dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	color: #005076;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005076;
}
.application .inner .box ul li dl .tel,
.application .inner .box ul li dl .fax {
	font-size: 32px;
}
.application .inner .box ul li dl .tel:before {
 content: url(images/icon_tel.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
.application .inner .box ul li dl dd {
	margin: 0px;
	padding: 0px;
}
.application .inner .box ul li dl .image {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.application .inner .box ul li dl .fax {
	padding-top: 10px;
	margin-bottom: 20px;
}
.application .inner .box ul li dl .fax:before {
 content: url(images/icon_fax.png);
 margin: 10px;
 position: relative;
 top: 8px;
}
.fee .simulation_form .btnarea dl {
margin-bottom: 1rem;
width: 100%;
display: flex;
flex-direction: column;
border-bottom: none!important;
}
.fee .simulation_form .btnarea dt {
background: #e2953d;
color: #fff;
font-size: 18px;
padding: 0.6rem 0;
width: 100%;
text-align: center;
}
.fee .simulation_form .btnarea dd {
background: #fff;
font-size: 24px;
font-weight: bold;
padding: 1rem 0;
text-align: center;
width: 100%;
margin: 0;
}
.fee .simulation_form .btnarea p {
font-size: 14px;
}
.application .inner .box ul li dl a.download_bt {
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	margin-top: 10px;
	text-align: center;
	background-color: #000;
	color: #FFF;
}
.application .inner .box ul li dl a.download_bt:before {
content: url(/affection-ichikawa/images/icon_download.png);
  margin: 10px;
 position: relative;
 top: 8px;
}
.application .inner .box ul li dl a.contact_bt {
	padding: 10px 20px;
	display: block;
	margin-top: 20px;
	text-align: center;
	background-color: #000;
	color: #FFF;
}
.application .inner .box ul li dl a.contact_bt:before {
content: url(/affection-ichikawa/images/icon_mail.png);
  margin: 10px;
 position: relative;
 top: 2px;
}

.fee .box {
margin-bottom: 4rem;
}
.fee .box dl {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
align-items: center;
}
.fee .box dt {
width: 100%;
padding: 0.5rem 1rem;
text-align: center;
background: #fcf3d9;
color: #e2953d;
font-size: 16px;
margin-bottom: 1rem;
}

.fee .box dd a.fee_download {
    display: inline-block;
    background: url(images/icon-pdf.svg) left center no-repeat;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
    color: blue;
}
.fee .box dd a.fee_download:hover {
text-decoration: none;
}

.fee h3.sumi {
text-align: center!important;
margin-bottom: 2rem!important;
padding-bottom: 0!important;
border-bottom: none!important;
width: 80%;
margin: 0 auto;
}

.fee .simulation_form {
margin-bottom: 4rem;
padding: 2rem 1rem;
background: #ede1ce;
border: solid 3px #a58455;
}
.fee .simulation_form .inner {
width: 90%;
margin: 2rem auto 0;
}



.fee .simulation_form dl {
display: flex;
flex-wrap: wrap;
justify-content:flex-start;
align-items: center;
padding-bottom: 1rem;
margin-bottom: 1rem;
border-bottom: solid 1px #a58455;
}
.fee .simulation_form dt {
width: 100%;
text-align: left;
padding-left: 0rem;
color: #a58455;
font-weight: bold;
}
.fee .simulation_form dd {
text-align: left;
margin-left: 0rem;
width: 100%;
}
.fee .simulation_form dd select {
padding: 0.8rem 1.5rem;
border-image-repeat: 10px;
border: solid 1px #ccc;
width: 100%;
font-size: 16px;
}
.fee .simulation_form dd input[type="radio"] {
  transform: scale(1.5);
  margin-right: 0.5rem;
}
.fee .simulation_form .btnarea {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
margin: 2rem auto 0;
}
.fee .simulation_form button {
display: inline-block; 
  border: none; 
  border-radius: 5px;
  padding: 0.8rem 3rem; 
  background-color: #e2953d; 
  color: #fff; 
  text-align: center; 
  text-decoration: none; /* ボタンのテキストを中央揃えにする */
  font-size: 16px; 
  cursor: pointer; 
  margin: 0 auto 2rem;
  width: 80%;
}
.fee .simulation_form button:hover {
opacity: 0.7;
}
.fee .simulation_form button span {
display: inline;
padding-left: 2rem;
  background-image: url("images/calc.svg");
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: left center;
}

.fee .simulation_form .result {
border: solid 2px #e2953d;
padding: 0.5rem 4rem; 
font-size: 16px; 
background: #fff;
line-height: 1.8em;
}
.fee .simulation_form .result span {
font-size: 24px;
font-weight: bold;
}


#formwrap .inner p {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#formWrap h3:before,
#thanks h3:before {
 content: url(images/icon_mail.png);
 margin: 10px;
 position: relative;
 top: 20px;
}


}