@charset "utf-8";
/* Global Styles */

body {
	margin-left: auto;
	margin-right: auto;
	width: 92%;
	max-width: 960px;
	padding-left: 2.275%;
	padding-right: 2.275%;
	position: relative;
}

hr {
    background-color: rgba(208,207,207,1.00);
    height: 1px;
}

.imgbox {
	max-width: 360px;
}

/* Header */
header {
	display: block;
}
header .profileLogo .logoPlaceholder {
	background-color: rgba(255,255,255,1);
	text-align: center;
}
header .logoPlaceholder span {
	width: 80px;
	height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 30px;
	font-weight: 700;
	line-height: 53px;
}
header .profileHeader h1 {
	font-family: 'Montserrat', sans-serif;
	color: rgba(51,51,51,1);
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
}


header .profileHeader p {
	font-family: sans-serif;
	color: rgba(85,85,85,1);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}


/* main */

.mainContent {
	display: block;
	max-width:720px;
	margin: 0 auto;
}

.mainContent h1 {
	font-family: sans-serif;
	color: rgba(51,51,51,1);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-top: 30px;

  margin: 1.5em 0;
  padding: 0.5em 0 0.3em 1em;
  border-left: 8px solid #CC9900;
}

.mainContent h2 {
    font-family: sans-serif;
    color: rgba(51,51,51,1);
    font-size: 16px;
    font-weight: 700;
    margin: 1.5em 0;
    padding: 0.5em 0 0.3em 0.5em;
    background: #F5F5F5;
    border-left: 10px solid #CC9900;
}

.mainContent li, .mainContent p {
	font-family: sans-serif;
	color: rgba(85,85,85,1);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	overflow-y: auto;
}




/* form */

input[type="date"],
input[type="text"],
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: 1px solid #aaa;
  background: #fff;
  display: block;
  font-size: 16px;
  padding: 12px 15px;
  width: 480px;
  transition: 0.8s;
  border-radius: 0;
	display: inline-block;
	width: 90%;
}

.c-form-complete__more-link,
.c-submit-button,
input[type="submit"] {
	padding: 10px 20px;
	margin:40px auto;
	width: 480px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	border: none;
	border-radius: 4px;
	background: #CC9900;
	box-shadow: 1px 1px 2px #eee;
	display:block;
}
.c-submit-button {
	width: 100%;
	max-width: 480px;
}
input[type="text"]:focus,
input[type="date"]:focus,
textarea:focus {
  background: #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

textarea[name="mailcontent"] {
  height: 200px;
}

.c-form-complete__more-link:hover,
.c-submit-button:hover,
input[type="submit"]:hover {
	background: #e6ac00;
	color: #fff;
	cursor: pointer;
}

input[type="submit"]:focus {
	background: #e6ac00;
	color: #fff;
	outline: 0;
}

/* Footer */
footer .footerDisclaimer {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerDisclaimer span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}
footer .footerNote {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: rgba(104,103,103,1.00);
	font-weight: 700;
}
footer .footerNote span {
	color: rgba(181,178,178,1.00);
	font-weight: 400;
}

/* Media query for Mobile devices*/
@media only screen and (max-width : 520px) {
/* Header */
header {
	width: 100%;
	float: none;
}
header .profileLogo .logoPlaceholder {
	display: inline-block;

}
header .profilePhoto {
	display: inline-block;
}
header .profileHeader {
	text-align: left;
	margin-top: 13%;
}
header .profileHeader h1 {
	font-size: 28px;
}


/* form */

.c-form-complete__more-link,
input[type="submit"] {
	width: 80%;
}

/* Footer */
footer {
	display: block;
	text-align: center;
	font-family: sans-serif;
}


}



/* Desktops and laptops  */
@media only screen and (min-width:960px) {
/* Header */
header .profileLogo .logoPlaceholder {
	float: left;
	margin-bottom: 50px;
}
header .profilePhoto {
	float: left;
	clear: both;
	margin-right: 3%;
}
header .profileHeader {
	text-align: left;
	padding-top: 13%;
}


/* Footer */
footer .footerDisclaimer {
	float: left;
	margin-left: 3%;
	font-family: sans-serif;
}
footer .footerNote {
	float: right;
	margin-right: 3%;
	font-family: sans-serif;
}


}

.c-input--row {
	display: flex;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
}
.c-input--row + .c-input--row {
	margin-top: 1rem;
}
.c-input--row .c-input__title {
	flex: 0 0 4em;
}
.c-input--row input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
}
.c-input--row .c-input__select,
.c-input--row .c-input__input {
	margin-left: 1rem;
}
.c-input--row .c-input__select {
	position: relative;
	border: 1px #aaa solid;
	border-radius: .5rem;
}
.c-input--row .c-input__select::before,
.c-input--row .c-input__select::after {
	content: '';
	display: block;
	position: absolute;
	right: 7px;
	width: 0;
	height: 0;
	border-width: 6px 3px;
	border-color: transparent;
	border-style: solid;
	z-index: 10;
}
.c-input--row .c-input__select::before {
	top: calc(50% - 13px);
	border-bottom-color: currentColor;
}
.c-input--row .c-input__select::after {
	top: calc(50% + 1px);
	border-top-color: currentColor;
}
.c-input--row .c-input__select select {
	-webkit-appearance: none;
	appearance: none;
	padding: .5rem 1rem .5rem .5rem;
	border: 0;
	font-size: .875rem;
}
/*** お問い合わせエラー ***/
.c-form-errors {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1.5rem;
	padding: 1.5rem;
	background-color: #fee;
	border: #f99 1px solid;
	color: #c00;
	display: none;
}
.c-form-errors.has-error {
	display: block;
}
/*** お問い合わせ完了 ***/
.c-form-complete {
	font-family: 'Montserrat', sans-serif;
	text-align: center;
}
.c-form-complete__more-link {
	text-decoration: none;
}
