/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

body {
    line-height: 1;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: bold;
}

div#branding {
    position: absolute;
    z-index: -1;
}
.tel img {
    width: 25%;
}
.tel {
    width: 100%;
    text-align: center;
    padding: 3em;
}
.form_bar {
    width: 100%;
    text-align: center;
    font-size: 23px;
    background: #036fb8;
    color: #fff;
    padding: 0.8em;
    max-width: 1200px;
    margin: 0 auto;
}
.form_cont_naiyou {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2%;
}
.form_cont_naiyou {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    line-height: 2;
    letter-spacing: 2px;
}
.form_cont_naiyou_flex {
    display: flex;
    margin: 2em 0;
}
.form_cont_naiyou_flex p {
    width: 25%;
}
p.form_cont_naiyou_box {
    width: 75%;
}
p.form_cont_naiyou_box input {
    width: 100%;
    border: solid 1px #9E9E9E;
    height: 3em;
}
p.form_cont_naiyou_box textarea {
    width: 100%;
    border: solid 1px #9E9E9E;
}
.form_cont_sosin {
    width: 100%;
}
.form_cont_sosin input {
    width: 20%;
    background: #3c3c3c;
    color: #fff;
    padding: 1em 0;
    margin: 1em 0;
}
.footer_ar1 {
    background: #036eb8;
    text-align: center;
    line-height: 2;
    letter-spacing: 1px;
    color: #fff;
    font-size: 20px;
    padding: 2em 2em 1em;
}
.footer_ar1 a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}
.footer_ar1 a img {
    height: 3em;
    margin: 1em;
}
footer#footer {
    margin: 3em 0 0;
}
.form_cont_naiyou_hissu {
    margin: 2em 0;
    text-align: right;
    color: red;
    font-weight: bold;
}
img.spimg {
    display: none;
}
span.kome {
    color: red;
}
p.contact_mongon {
    font-size: 14px;
    line-height: 1.5;
    margin: 2em 0 0;
}
@media only screen and (max-width: 580px){
	.tel img {
    width: 70%;
}
	.form_cont_naiyou_flex p {
    width: 100%;
}
	p.form_cont_naiyou_box {
    width: 100%;
}
	.form_cont_sosin input {
    width: 60%;
}
	img.pcimg {
    display: none;
}
	img.spimg {
    display: block;
}
}