@charset "UTF-8";
@media only screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}

@media only screen and (max-width: 767px) {
/*----------------------------------------------------------------------

Setting

----------------------------------------------------------------------*/
.sp-only {
	display: block !important;
}
.pc-only {
	display: none !important;
}
.container {
}
#main {
	width: 100%;
	padding: 30px 15px 0;
}
p {
	font-size: 15px;
	line-height: 1.7;
}

/*----------------------------------------------------------------------

Title Style

----------------------------------------------------------------------*/
.ttl-a {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 3px solid #11376B;
}
.ttl-b {
    font-size: 22px;
    margin-bottom: 15px;
}

/*----------------------------------------------------------------------

Header Style

----------------------------------------------------------------------*/
header {
	margin-top: 0;
}
.header-box {
	width: 100%;
	padding: 15px 15px 25px;
}
.header-message {
	width: 100%;
	margin-bottom: 10px;
	padding-top: 0;
}
.header-message span {
	font-size: 24px;
	margin-bottom: 10px;
}
.header-message p {
	font-size: 16px;
}
.header-box img {
	width: 100%;
	text-align: center;
	display: block;
	margin: 0 auto 20px;
}
#header-logo img {
	width: 100px;
}
.header-info {
	width: 100%;
	margin: 0 auto;
	text-align: inherit;
	justify-content: inherit;
	display: block;
	text-align: center;
}
.header-info a {
	display: block;
	margin-bottom: 5px;
}
.header-info img {
	width: 150px;
	display: inline-block;
}
.header-info li {
	font-size: 18px;
}
.header-info li:first-child {
	font-size: 20px;
	margin-bottom: 15px;
}
.header-info li:first-child span {
	font-size: 17px;
}

/*----------------------------------------------------------------------

Gnav Style

----------------------------------------------------------------------*/
#gnav {
	width: 100%;
	padding: 0;
}
#gnav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#gnav ul li {
	font-size: 10px;
	padding: 10px 5px;
}

/*----------------------------------------------------------------------

Intro Style

----------------------------------------------------------------------*/
#intro {
	padding: 20px;
	margin-bottom: 50px;
}
.intro-box h2 {
	font-size: 20px;
	margin-bottom: 20px;
}
.intro-box h2 span {
	font-size: 15px;
}

/*----------------------------------------------------------------------

Product Style

----------------------------------------------------------------------*/
#product {
	margin-bottom: 50px;
}
.product-box {
	display: inherit;
	display: -webkit-inherit;
	padding: 20px;
}
.product-img {
	display: block;
	margin: 0 auto 10px;
}
.product-txt {
	width: 100%;
	padding: 20px 20px 10px;
}
.product-txt h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.product-txt p {
	font-size: 16px;
}

/*----------------------------------------------------------------------

Greeting Style

----------------------------------------------------------------------*/
#greeting {
	margin-bottom: 50px;
}
#greeting p {
	font-size: 16px;
}

/*----------------------------------------------------------------------

Company Style

----------------------------------------------------------------------*/
#company {
	margin-bottom: 50px;
}
#company dl {
	padding-bottom: 10px;
}
#company dl:last-child {
	border-bottom: 3px solid #11376B;
}
#company dl dt {
	width: 30%;
	font-size: 15px;
}
#company dl dd {
	width: 70%;
	font-size: 15px;
}

/*----------------------------------------------------------------------

Privacy Style

----------------------------------------------------------------------*/
#privacy {
	margin-bottom: 50px;
}
#privacy p {
	font-size: 16px;
}

/*----------------------------------------------------------------------

Footer Style

----------------------------------------------------------------------*/
footer {
	padding: 20px 5px 10px;
}
.footer-nav ul {
	margin: 0 auto 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-nav li {
	font-size: 10px;
	margin-bottom: 10px;
}
.footer-nav li a {
	padding: 0 3px;
}
.footer-info > ul > li:first-child {
	font-size: 24px;
}
.footer-info ul ul {
	margin: 0 auto 25px;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
.footer-info ul ul li {
	font-size: 14px;
}
.copyright p {
	font-size: 11px;
}

/*----------------------------------------------------------------------

Contact Style

----------------------------------------------------------------------*/
.contact .container {
	box-sizing: border-box;
	padding: 0;
}
.contact #main .container p {
	line-height: 1.5;
	font-size: 14px;
	margin-top: 5px;
}
#form table {
	margin-bottom: 20px;
}
#form table th {
	width: 100%;
	display: block;
	font-size: 16px;
}
#form table tr:last-child th {
	padding-top: 20px;
}
#form table td {
	width: 100%;
	display: block;
	font-size: 16px;
	padding-bottom: 15px;
	padding-top: 15px;
}
#form table td input[type="text"] {
	font-size: 16px;
}
#submit {
	width: 200px;
	font-size: 20px;
	height: 45px;
}
#submit-sub {
	width: 200px;
	font-size: 20px;
	height: 45px;
}
.postmail #form {
	margin-top: 20px;
}
.postmail #form table td {
	padding-bottom: 30px;
}
}