@charset "UTF-8";
body.contact main .mv {
    background-image: url(../contact/img/mv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 300px;
    margin-bottom: 80px!important;
}
body.contact main .mv .catch {
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -250px;
    margin-top: 0px;
    top: 85px;
    position: relative;
    width: 500px;
}
body.contact main .mv .catch img {
    width: 500px;
    height: auto;
}
body.contact .section01 .inner p {
    color: #FF7DB5;
    font-size: 14px;
    line-height: 28px;
    margin-top: 80px;
}
body.contact .section02 {
    background-image: url(../contact/img/content_bg.jpg);
    background-size: 100% 1922px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 40px;
	padding-bottom: 40px;
}
body.contact .line {
    text-align: center;
}
body.contact .red {
    color: #ca5b53;
}

body.contact .formrow {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
body.contact .formrow li {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
body.contact .formrow li:first-child  {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    vertical-align: top;
    color: #355157;
    font-weight: bold;
    font-size: 16px;
    width: 20%;
    line-height: 28px;
    padding-top: 5px;
}
body.contact .formrow li:last-child {
    border-left: 1px solid #ccc;
    padding-left: 20px;
	border-radius: 0px;
}
body.contact .forminput  {
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 96%;
}
body.contact .pinklinearea{
    background-color: #fff;
    border: 4px solid #FE7DB5;
    border-radius: 10px;
    padding-top: 60px;
    padding-right: 100px;
    padding-bottom: 60px;
    padding-left: 100px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
}
.txt30 {
    font-size: 30px;
}
.txt24 {
    font-size: 24px;
}
.txtpink {
    color: #FE7DB5;
}
.txtgreen {
    color: #5ebf95;
}

.center {
    text-align: center;
}
.wtn_copyright{
	display: none;
}
body.contact .formcheckarea{
	background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
	
}
body.contact #confirm tr{
	border-bottom: 1px dotted #cccccc;
}
body.contact #confirm{
	width: 100%;
}
body.contact #confirm th{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    vertical-align: top;
    color: #355157;
    font-weight: bold;
    font-size: 16px;
    width: 20%;
    line-height: 28px;
    padding: 5px 20px;
	
}
body.contact #confirm td{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
	border-left: 1px solid #ccc;
    padding-left: 20px;
	border-radius: 0px;
}
@media only screen and (max-width: 767px) {
	body.contact main .mv {
    background-image: url(../contact/img/mv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin-bottom: 80px!important;
}
body.contact main .mv .catch {
    background-repeat: no-repeat;
    left: 50%;
    margin-left: -40%;
    margin-top: 0px;
    top: 60px;
    position: relative;
    width: 80%;
}
body.contact main .mv .catch img {
    width: 100%;
    height: auto;
}
body.contact .section01 .inner p {
    color: #FF7DB5;
    font-size: 12px;
    line-height: 20px;
    margin-top: 40px;
}
body.contact .section02 {
    background-image: url(../contact/img/content_bg.jpg);
    background-size: 100% 1922px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 40px;
}
body.contact .line {
    text-align: center;
}
body.contact .red {
    color: #ca5b53;
}

body.contact .formrow {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
body.contact .formrow li {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    vertical-align: top;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}
body.contact .formrow li:first-child  {
    background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    vertical-align: top;
    color: #355157;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    padding-top: 5px;
}
body.contact .formrow li:last-child {
    border-left: none;
    padding-left: 0px;
	border-radius: 0px;
}
body.contact .forminput  {
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
body.contact .pinklinearea{
    background-color: #fff;
    border: 4px solid #FE7DB5;
    border-radius: 10px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
}
.txt30 {
    font-size: 24px;
}
.txt24 {
    font-size: 16px;
}
	
	body.contact #confirm{
	 background-color: #FFFFFF;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	
}
body.contact #confirm th{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    vertical-align: top;
    color: #355157;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    line-height: 20px;
    padding-top: 5px;
	
}
body.contact #confirm td{
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
	border-left: none;
    padding-left: 0px;
	border-radius: 0px;
}
}







body.contact main .access {
    text-align: center;
    padding: 84px 0 0;
}

  @media only screen and (max-width: 767px) {
    body.contact main .access {
      padding: 40px 0 0; } }
  body.contact main .access strong {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .075em;
    margin-bottom: 10px; }
  body.contact main .access address {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .075em; }
    @media only screen and (max-width: 767px) {
      body.contact main .access address {
        padding: 0 23px;
        line-height: 1.3; } }
  body.contact main .access .label {
    margin: 30px auto; }
  body.contact main .access .map {
    margin: 64px 0 0; }
    @media only screen and (max-width: 767px) {
      body.contact main .access .map {
        margin: 60px 0 0; } }
    body.contact main .access .map iframe {
      height: 300px; }
      @media only screen and (max-width: 767px) {
        body.contact main .access .map iframe {
          height: 200px; } }
