/*
Theme Name: 安部様オリジナルテーマ
Author: mitukun32
Author URI: オリジナルテーマ
Description: オリジナルテーマ
*/


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}



.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}



hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}


.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}

.col-lg-3.col-md-3.text-left p {
    font-size: 14px;
}

p.price_after {
    font-weight: bold;
    color: #ff0000;
    margin-top: 20px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
        padding-top: 90px;
}


.navbar-inverse .navbar-nav > li > a:hover {
    background: #f7f4ee !important;
}


.col-lg-12.form_area {
    margin-bottom: 30px;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(./img/header_bg.jpg) no-repeat center top;
	margin-top: -50px;
	padding-top:120px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


#headerwrap p {
	color:#ffffff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}
#headerwrap p span {
	color:#F00;
	font-weight:bold;
	text-shadow:none;
	font-size:140%;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}

.textdivider h1 {
	padding-top: 70px;
	color: #000;
	font-size: 40px;
}

.textdivider p {
	color: #232323;
	font-size: 25px;
}




/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('./img/bg/divider1.jpg')
}

.divider2 {
	background-image: url('./img/bg/divider2.jpg')
}

.divider3 {
	background-image: url('./img/bg/divider3.jpg');
	margin-top: 0px;
}

.divider4 {
	background-image: url('./img/bg/divider4.jpg')
}

.divider6 {
	background-image: url('./img/bg/divider6.jpg')
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}
/* ==========================================================================

news  
 ========================================================================== */
 .news{
}

.newslist {
    list-style: none;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ababab;
}

.newsdate {
    font-weight: bold;
}
bootstrap.css:259


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}

/* ==========================================================================
   top
   ========================================================================== */
h3.toptitle {
    font-size: 36px;
    font-weight: bold;
    /* border-bottom: 1px solid; */
    text-decoration: underline;
}

.flow img {
    margin-top: 20px;
}

.flow {
    background: #fff;
    padding: 30px 0;
}

.row.white.centered.voice_top {
    width: 960px;
    margin: 0 auto;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
.sp_logo img {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.sec-news-link {
    top: 7px !important;
}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
	.icon-shield {
		width:90%;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.icon-shield img {
		width:100%;
	}

	.row.white.centered.voice_top {
    width: 100%;
    margin: 0 auto;
}

.col-lg-12.col-md-12.callout.pricesample.flow {
    width: 100%;
    margin: 0 auto;

}

.row {

    padding-bottom: 30px;
    width: 100%;
}
}

.estimate {
	background-color:rgba(0,0,0,0.6);
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
.estimate p {
	font-size:120% !important;
	color:#FFF !important;
	text-shadow:none !important;
	font-weight:bold !important;
}
.estimate p.form_bigtxt {
	font-size:200% !important;
	font-weight:bold;
}
.estimate .form-radio {
	color:#fff;
	font-weight:bold;
	line-height:30px;
	font-size:20px;
}
.estimate .form-radio input[type="radio"] {
	margin-right:10px;
}
.article-block {
    text-align: left;
}
.article-block h5 {
    font-weight: bold;
    margin-top: 4%;
    border-left: 4px solid #008789;
    padding-left: 10px;
    font-size: 18px;
}


/*　ContactForm7のテーブル化レスポンシブ調整　*/
/***** コンタクトフォーム *****/
.table-contactform7{
  overflow: hidden;
table-layout: fixed;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
   padding: 20px !important;
       text-align: left;
}
.table-contactform7 td{
   padding: 20px !important;
}

.col-sm-4.footer_left {
    text-align: left;
}

.col-sm-4.footer_left li{
    text-align: left;
        margin-bottom: 10px;
}

.col-sm-4.footer_left li {
  list-style-type: none;
}

.col-sm-4.footer_left a{
  color: #fff;
}

.company_area table{
  text-align: left;
}

.company_area th{
  text-align: left;
  padding: 20px 30px !important;
}

.company_area td{
  text-align: left;
  padding: 20px 30px !important;
}

.news_area tr{
  padding: 20px 30px !important;
}

.sec-news-link {
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 27px;
    right: 0px;
}
.sec-news-link a{
    display: inline-block;
    border: 1px solid #dadad9;
    color: #666;
    font-size: 1.1rem;
    padding: 6px 12px 4px;
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    background: -moz-linear-gradient(top, #fff, #f1f2f2);
    background: -webkit-linear-gradient(top, #fff, #f1f2f2);
    background: -ms-linear-gradient(top, #fff, #f1f2f2);
}

.sec-news-before a {
    display: inline-block;
    background: #1b1b1b;
    color: #fff;
    font-size: 1.4rem;
    padding: 1.5% 4.5%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    margin-right: 20px;
}
.sec-news-before {
    display: block;
    text-align: center;
    position: static;
    top: 0;
    right: 0;
    padding-top: 6%;
    margin-bottom: 1%;
}
.col-sm-4.footer_left li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  position: relative;
  left: -15px;
  top: -3px;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}

p.text-xs-center {
    text-align: center;
}
 
@media screen and (min-width: 900px){
  .table-contactform7 th{
    width:28%;
  }
.sp_logo img {
    width: 299px;
    float: left;
    /* text-align: left; */
    margin-top: 10px;
}

#headerwrap h1 {
    text-align: left;
    color: #ffffff;
    margin-top: 90px;
    margin-left: 120px;
    padding-bottom: 30px;
    letter-spacing: 8px;
    font-size: 100px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #000;
}

    }
     
@media screen and (max-width: 900px){
.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }
  .table-contactform7 th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
}
.table-contactform7 td{
  display: list-item;
  list-style-type:none;
  margin:0;
  padding:0;
  width: 100%;
  border-top: none !important;
}


}







.voice p {
	margin:10px auto;
	padding:0;
	font-size:22px;

}
.voice p.price {
	font-size:22px;
}
.voice p.down {
	font-size:200%;
	font-weight:bold;
	margin-top:30px;
	line-height: 1.4;
}
.voice p img {
	width: 100%;
    height: auto;
    margin: 0 auto;
}
.reason,h1 {
	font-weight:bold;
}
.pricesample {
	margin-top:30px;
}
@media screen and (max-width:800px) {
.pricesample img {
	width:95%;
}
}
@media screen and (max-width:840px) {
.reason img {
	width:95%;
}
}
@media screen and (min-width:1200px) {
	.headleft {
		width:60% !important;
	}
}

@media screen and (max-width:840px) {
	.headermes img {
		width:100%;
	}
}

.faq {
	text-align:left;
}
.faq dl {
	border-bottom:dashed #CCC 1px;
	padding:20px 0;
}
.faq dl dt {
	padding-left:15px;
}
.faq dl dt.question {
	border-left:5px #00F solid;
	font-size: 28px;
}
.faq dl dt.answer {
	border-left:5px #F00 solid;
	font-size: 28px;
}
.faq dl dd {
    padding: 10px 0;
    font-size: 20px;
}

dd.ques_con {
    font-weight: bold;
    font-size: 28px !important;
}

.pricesample img {
    margin: 20px 10px;
}
.voice .row .col-lg-3,.voice .row .col-md-3 {
	min-height:500px;
}

/** 以下ついてくるフッター用の設定 **/

.fixed_footer {
	height:102px;
	background-color:#f00;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
.fixed_footer img{
	width:100%;
	height:auto;
}
.fixed_footer .pc{
	width:940px;
	margin:auto;
	line-height:102px;
}
.fixed_footer .sp{
	display:none;
	line-height:60px;
}
.fixed_footer img{
	width:100%;
	height:auto;
}
.fixed_footer .pc .left{
	float:left;
	width:328px;
}
.fixed_footer .pc .right{
	float:right;
	width:251px;
}
.fixed_footer .sp .center{
	width:247px;
	margin:auto;
}



@media screen and (max-width:768px) {
	.fixed_footer {
		height:60px;
	}
	.fixed_footer .pc{
		display:none;
	}
	.fixed_footer .sp{
		display:block;
	}
}

.wpcf7-recaptcha{
	margin: 30px auto;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}