/*
Theme Name: FSVBASIC Child
Theme URI: https://www.templateking.jp/
Author: FirstServer,Inc.
Author URI: https://www.firstserver.co.jp/
Description: A generic template that fits all kinds of business websites.
Template: fsvbasic
Version: 2.0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, three-columns, custom-background, custom-menu, flexible-header, theme-options, translation-ready
Text Domain: fsvbasic
*/

body {
	font-size:14px;
	font-size:1.4rem;
	font-family:"メイリオ","Meiryo",'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Helvetica, Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-rendering:optimizeLegibility;
	color:#333;
}
.topmain-welcome-area p,
.textwidget p,
.entry-content p,
.comment-content p,
.mu_register p {
	font-size:14px;
	font-size:1.4rem;
	margin:10px 0 15px;
	margin:1rem 0 1.5rem;
	line-height:1.8;
}

@media (max-width:785px) {

/* Breadcrumb ------------------------------------------- */

	.main-breadcrumb {
		display:block;
		font-size:11px;
		font-size:1.1rem;
		line-height:1.5;
		margin-bottom:20px;
		margin-bottom:2rem;
		word-wrap:break-word;
	}
}

.topmain-widget-area .widget {
    padding-bottom: 0;
    margin-bottom: 35px;
    margin-bottom: 1rem;
}
/*見出し------------------------------------------- */
.lead1 {
	border: 1px solid #EEE;
	background-color: #EEE;
	margin: 0 0 10px 0;
	padding: 10px;
	clear: both;
}
.lead1 h1,h2,h3,h4,h5 {
	margin: 3px;
	color: #000;
	font-weight:normal;
}
.lead4 {
	border: 1px solid #999;
	background-color: #fff;
	margin: 0 0 5px 0;
	padding: 5px;
	clear: both;
}
.lead4 p {
	margin: 0;
	font-size:small;
}
.lead4 h1,h2,h3 {
	margin: 0;
	padding: 2px;
	color: #333;
	font-weight:normal;
	font-size:medium;
}
.lead3 {
   border-bottom: 3px dashed #999;
   padding: 7px 0px 5px 5px ;
   margin: 30px 0px 20px;
   clear:both;
}
.lead3 h1,h2,h3,h4,h5 {
    font-size: large;
    font-weight:bold;
	margin: 5px;
	color: #000;
}
p.text-s {
   text-align: center;
   margin:10px;
}
.text-s {
   text-align: center;
   margin:10px;
}
/* Form fields, general styles first -------------------- */

/* fsvbasicのフォームCSS */
button,
input,
select,
textarea {
	border:1px solid #ccc;
	font-family:inherit;
	padding:6px;
	padding:0.6rem;
	border-radius:4px;
	border-radius:0.4rem;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
textarea {
	border:1px solid #1177ba;
	background-color:#b8dcf1;
        width:100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input:focus,
textarea:focus {
	background-color:#fff;
}

textarea {
	font-size:100%;
	overflow:auto;
	vertical-align:top;
}

/***** コンタクトフォーム *****/

.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}

/* Page Top Button ====================================== */

#pagetop {
    position:fixed;
    display:none;
	right:10px;
	right:1rem;
	bottom:20%;
	bottom:10rem;
	width:50px;
	width:5rem;
	height:50px;
	height:5rem;
    border-radius:25px;
    border-radius:2.5rem;
    -webkit-transform:translateZ(0);
    z-index:9999;
	box-shadow:0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
    font-size:20px;
    font-size:2rem;
	padding-top:15px;
	padding-top:1.5rem;
    text-align:center;
	background-color:#1177ba;
    color:#fff;
}

#pagetop:hover {
	transition:all 0.3s;
	opacity:0.7;
	text-decoration:none;
}

