@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
	CONTENTS
	========================================================================== */

.date {
  display: inline-block;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  xborder-bottom: dashed 1px;
  margin-bottom: 10px;
}
.date span {
  color: #19a78e;
}
.theme {
  overflow: hidden;
  border: dotted 1px #19a78e;
  padding: 50px;
}
.theme dt {
  float: left;
  width: 10%; 
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  background-color: #fbb731;
  border-radius: 3px;
}
.theme dd {
  float: right;
  width: 85%; 
  font-size: 2.2rem;
  font-weight: bold;
}

/*フォーム*/

.err {
  color: #e00202;
  font-weight: bold;
}
.contact-form {
  width: 70%;
  margin: 0 auto 50px auto;
}
.contact-form dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.contact-form dt {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-form dd {
  display: table-cell;
  vertical-align: middle;
  width: 75%;
}
.contact-form dd li {
	margin-bottom: 10px;
}

.hissu {
	color: #fff;
	font-size: 80%;
	text-align: center;
	background-color: #e00202;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
}

.contact-form02 {
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
  padding: 50px 0 20px 0;
  margin: 60px 0 50px 0;
}

.input01 input {
	background-color: #fff;
	border: solid 1px #fff;
	padding: 20px;
	width: 100%;
}
.input02 input {
	background-color: #fff;
	border: solid 1px #fff;
	padding: 20px;
	width: 30%;
}
select {
  border: solid 1px #ccc;
  padding: 10px;
}
textarea {
	width: 100%;
	background-color: #fff;
	border: solid 1px #fff;
	box-sizing: border-box;
	padding: 20px;
}
.radio {
  line-height: 3rem;
}

/* 各ベンダープレフィックスが取れた標準版 */
:placeholder-shown {
	color: #cecece;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #cecece;
}
/* Firefox 18- */
:-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder {
	color: #cecece; opacity: 1;
}
/* IE 10+ */
:-ms-input-placeholder {
	color: #cecece;
}

.form-bt {
	width: 50%;
	margin: 0 auto;
}
.form-bt li {
	width: 48%;
	-webkit-transition: 0.4s ease-in-out;  
		 -moz-transition: 0.4s ease-in-out;  
			 -o-transition: 0.4s ease-in-out;  
					transition: 0.4s ease-in-out;  
}
.form-bt li input {
	width: 100%;
}
.bt-submit input {
	color: #fff;
	background-color: #19a78e;
	border: solid 1px #19a78e;
  border-radius: 3px;
	padding: 15px;
	cursor: pointer;
}
.bt-reset input {
	color: #fff;
	background-color: #727272;
	border: solid 1px #727272;
  border-radius: 3px;
	padding: 15px;
	cursor: pointer;
}

.form-bt02 {
	width: 40%;
	margin: 0 auto;
}
.form-bt02 li input {
	width: 100%;
}

.thanks {
	margin-bottom: 50px;
}
.back-top {
	color: #223f9e;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
.back-top a {
	color: #223f9e;
}

.confirm p {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 0;
}
.tit-cmn01 {
  color: #19a78e;
  font-size: 2.2rem;
  text-align: center;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.date {
  font-size: 1.6rem;
}
.theme {
  padding: 25px;
}
.theme dt {
  float: none;
  width: 100px; 
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.theme dd {
  float: none;
  width: 100%; 
  font-size: 1.7rem;
}

/*フォーム*/

.contact-form {
  width: 100%;
}
.contact-form dt {
  width: 30%;
}
.contact-form dd {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.hissu {
	font-size: 1.1rem;
  margin-left: 5px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.date {
  font-size: 1.4rem;
}
.theme {
  padding: 15px;
}
.theme dd {
  font-size: 1.5rem;
}


/*フォーム*/

.contact-form {
  width: 100%;
  margin: 0 auto 20px auto;
}
.contact-form dl {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.contact-form dt {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.contact-form dd {
  display: block;
  width: 100%;
}

.input01 input {
	padding: 15px;
}
.input02 input {
	padding: 15px;
	width: 50%;
}
textarea {
	padding: 15px;
}
.radio {
  line-height: 1.8rem;
}
.hissu {
	font-size: 1rem;
}

.form-bt {
	width: 80%;
	margin: 0 auto;
}
.bt-submit input {
	padding: 10px;
}
.bt-reset input {
	padding: 10px;
}

.contact-form input {
  font-size: 16px;
}
.contact-form textarea {
  font-size: 16px;
}
.contact-form select {
  font-size: 16px;
}
.contact-form radio {
  font-size: 16px;
}
}

