@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.font-s {
    font-size: 12px;
}

.contact {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 1.6;
}

@media screen and (max-width: 960px) {
    .contact {
        width: 100%;
        margin: 0 auto;
        padding: 60px 0;
    }
}

.contact-ttl {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.contact-table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse ;
}

.contact-item,
.contact-body {
    padding: 20px;
    border: 0.5px solid #ccc;
}

.contact-item {
    text-align: left;
    width: 30%;
    background-color: #eee;
}

.contact-body {
    width: 70%;
}

.form-text {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
}

.contact-sex + .contact-sex {
    margin-left: 10px;
}

.contact-sex-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-select {
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.contact-skill {
    display: block;
}

.contact-skill + .contact-skill {
    margin-top: 10px;
}

.contact-skill-txt {
    display: inline-block;
    margin-left: 5px;
}

.form-textarea {
    width: 100%;
    padding: 10px;
    height: 200px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.contact-submit {
    width: 250px;
    background-color: #333;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    padding: 15px;
    border-radius: 100vh;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.font-blue {
    color: #0A53BF;
}

.logo-img {
    margin-bottom: 40px;
}
.logo-img img {
    max-width: 90%;
    height: auto;
    vertical-align: bottom;
}

.hissu-font {
    color: crimson;
    font-size: 12px;
    font-weight: normal;
}

.footer-nav {
    margin: 40px 0 30px;
}
.footer-nav .nav-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.footer-nav .nav-list li {
    font-size: 1.0rem;
    padding: 0 25px;
}

.footer-nav li {
    list-style: none;
}

.footer-nav ol, ul {
    list-style: none;
}

.footer-nav a {
    text-decoration: none;
    color: #0A53BF;
}

.notice {
	position: relative;
	border-top: 5px solid #ddd;
	padding: 15px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 0 0;
    background-color: #f3f3f3;
	}
.notice:before {
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 20%;
	height: 5px;
	content: '';
	background: #27acd9;
	}

.notice-p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

iframe {
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 15px auto 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.if-h1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 10px;
}
.if-p {
    color: #333;
    font-size: 16px;
    font-weight: normal;
    margin: 15px 10px;
}

.if-p .text1 {
    color: #333;
    font-weight: bold;
}

.price-notes {
    font-size: 0.8rem;
    color: #333333;
    margin-top: 10px;
}
.price-notes ol, ul {
    list-style: none;
    padding: inherit;
}
.price-notes li {
    list-style: none;
}