/*
Theme Name:aznou
Auther:仲野祐樹
Auther URI:https://aznou.jp
Dscription:aznou.jpのオリジナルテーマ
Version:1.0
*/

/***************************************************************
 *
 * Yahoo! YUI 3 CSS Reset – Minified
 * ブラウザのデフォルトCSSをリセットします
 *
***************************************************************/
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/***************************************************************
 *
 * WordPressスタイル
 * 本文中やコメント欄で使用される予定のスタイルを指定します
 * 独自テーマを作る際はこのセクションをコピーして再利用すると便利です
 *
 * 詳しくはCodex [テーマの作成 > スタイルシートガイドライン] を確認してください。
 * http://wpdocs.sourceforge.jp/%E3%83%86%E3%83%BC%E3%83%9E%E3%81%AE%E4%BD%9C%E6%88%90
 *
***************************************************************/


/* image
-------------------------------------------------------------- */

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}


/* comment
-------------------------------------------------------------- */


button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
div#comment-container ol {
	margin:20px 0 20px 20px;
}
div.comment-meta {
	margin-bottom:20px;
}




/* font
-------------------------------------------------------------- */
.entry p,
.widget p {
	margin-bottom:2em;
}
strong {
	font-weight:500;
}
em {
	font-style:italic;
}
ol {
	list-style-type:decimal;
}
.entry ul,
.entry ol,
.widget ul,
.widget ol {
	margin:20px 0 20px 20px;
	list-style-position:inside;
}





/***************************************************************
 *
 * ここからがアズノウのCSSです
 *
***************************************************************/


/* general
-------------------------------------------------------------- */


.cfx:before,
.cfx:after {
    content: " ";
    display: table;
}
 
.cfx:after {
    clear: both;
}
 
.cfx {
    *zoom: 1;
    width: 1000px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	font-size:16px;
}

a:link {
	color:#00F;
}
a:visited {
	color:#999;
}
a:hover {
	color:#AAB3FF;
}

p {
	font-family: Yu Gothic,YuGothic,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","Noto Sans JP",Lato,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}


/* header
-------------------------------------------------------------- */
#header {
	width:100%;
}

#header-top {
	width:1000px;
	position:relative;
	margin:0 auto;
}


h2#header-banner {
	width:100%;
	height:50px;
	float:left;
	border-bottom: .1rem solid rgb(255,9,9);
	padding-bottom: 10px
}
h2#header-banner a {
	display:block;
	width:472px;
	height:40px;
	margin:10px 0 0 0;
	background:url(img/aznou_logo.png) no-repeat;
	text-indent:-7777px;
}

#header-nav {
	float:right;
	margin:10px 0 19px 0;
	color:#ffffff;
}

p#header-contact a {
	display:block;
	text-indent:-7777px;
	width:200px;
	height:39px;
	margin:0 0 0 auto;
	background:url(img/header_contact.png) no-repeat;
}

div#header-menu ul{
	margin:10px 20px 0 50px;
	text-align:right;
}

div#header-menu ul li {
	display:inline;
	margin-left:50px;
}

div#header-menu a:link  {
	color:#ffffff;
	text-decoration:none;
}

div#header-menu a:visited {
	color:#333;
	text-decoration:none;
}

#header-pic {
	text-align:left;
	width:100%;
	height:420px;
	background:url(img/header_pic1.jpg) no-repeat center;
}

#header-pic p {
	position:relative;
	top:150px;
	font-size:2em;
	width:800px;
	margin:0 auto;
	color:rgb(23 33 98);
}

#header-second {
	width: 800px;
	position:relative;
	top: 150px;
	margin: 50px auto 0 auto;
	font-size:1.2em;
	text-align: right;
	color:#FFF;
	text-shadow: 3px 3px 10px #000;
}

#bg-left {
	width: 50%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	z-index: -1;
}

#bg-right {
	width: 50%;
	height:100%;
	position: fixed;
	left: 50%;
	background-color: rgb(23 33 98);
	z-index: -1;
}

#bg-container {
	width: 1000px;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
}

#bg-white {
	width: 129px;
	height:100%;
	position: fixed;
}

#bg-navy {
	width: 871px;
	height:100%;
	position: relative;
	left: 129px;
	background-color: rgb(23 33 98);
}


/* main content
-------------------------------------------------------------- */
#main {
	width:960px;
	padding:20px;
	left: 0; 
	right: 0;
	margin:0 auto 40px auto;
	position:relative;
	background-color:#FFF;
	box-shadow: 0px 0px 20px #ccc;
}

.index-title {
	margin:20px 0 20px 0;
	padding-bottom:10px;
	padding-left:10px;
	background:url(img/page_title_bgimg.png) no-repeat left bottom;
	font-size:2em;
	color:#3F7EAD;
}

.page-content {
	line-height:1.8em;
	position: relative;
	padding: 0 40px;
}

.page-content p {
	margin-bottom:1em;
}

span.required {
	color: red;
}

.index-title a:link ,
.index-title a:visited {
	color:#3F7EAD;
	text-decoration:none;
}
.index-title a:hover {
	color:#A5D6ED;
}

.page-meta {
	text-align:right;
	margin-bottom:20px;
	width: 640px;
	position: relative;
	left: 180px;
}

.page-content h2 {
	margin:20px 0;
	font-size:1.4em;
	color:#3F7EAD;
}

.page-content a {
	display: inline-block;
	text-align: right;
	width:620px;
	float: right;
}

#post-link {
	width: 820px;
	padding: 20px 0;
	margin: 0 40px;
	position: relative;
	border-top: 2px solid rgb(228,228,228);
}
#post-link-prev {
	float:left;
}
#post-link-prev {
	float:right;
}

#comment-container {
	padding-top:80px;
}
#comment-container p {
	margin-bottom:1em;
}


.archive-box {
	position: relative;
	overflow: hidden;
	margin: 40px;
}

.post-img {
	position: relative;
	float: left;
	margin-right: 20px;
}


#left-column {
	width:900px;
}
#right-column {
	float:right;
	width:240px;
}


/* single-page投稿記事
-------------------------------------------------------------- */
.single-page-meta {
	text-align:right;
	margin-bottom:20px;
	width: 900px;
	position: relative;
}

.single-page-content {
	line-height:1.8em;
	position: relative;
	width: 640px;
	margin: 40px 20px 40px auto;
}

h2.wp-block-heading {
	margin-top:20px;
	line-height:50px;
	font-size:1.8rem;
	color: #3F7EAD;
}

.single-page-content figure {
	width: 620px;
	padding: 10px;
}

/* toppage
-------------------------------------------------------------- */
#top-headline {
	width:960px;
	padding:20px;
	left: 0; 
	right: 0;
	margin: -30px auto 50px auto;
	position:relative;
	background-color:#FFF;
	box-shadow: 0px 0px 20px #ccc;
}

#top-news {
	border:0;
	margin:0;
	padding:0;
}

h2#top-news-title {
	height:52px;
	background:url(img/top_news_title.png) no-repeat;
	text-indent:-7777px;
	margin-bottom:10px;
}

ul#top-news-posts {
	padding:0 20px 0 20px;
}

li.top-news-post {
	width:180px;
	margin:20px;
	display:inline-block;
	position: relative;
	vertical-align: top;
}

li.top-news-post a {
	display:block;
	width:180px;
}

li.top-news-post a:link {
	color:#000;
	text-decoration:none;
}

li.top-news-post a img {
	float:left;
	margin:0 10px 5px 0;
}

li.top-news-post a span {
	display:block;
	padding-top:8px;
	color:#3F7EAD;
	font-size:12px;
	font-weight:800;
}
	
li.top-news-post a h3 {
	font-size:16px;
	margin-top:10px;
}

p#top-news-link {
	margin-top:20px;
}

p#top-news-link a {
	display:block;
	width:103px;
	height:30px;
	margin:0 100px 0 auto;
	background:url(img/top_news_link.png) no-repeat;
	text-indent:-7777px;
}


h2#top-service-title {
	margin-top:10px;
	text-align:center;
	line-height:50px;
	font-size:2.0rem;
}

p#top-service-text {
	width:700px;
	font-size:1.2rem;
	letter-spacing:.1em;
	line-height: 1.5;
	margin:20px auto 10px auto;
}

ul#top-service-item {
	overflow:hidden;
}

ul#top-service-item li {
	margin:40px;
	float:left;
}

p#top-service-link a {
	display:block;
	width:103px;
	height:30px;
	margin: 0 100px 0 auto;
	background:url(img/top_service_link.png) no-repeat;
	text-indent:-7777px;
}


#top-jirei {
	clear:both;
	position: relative;
	left: 0;
	right: 0;
}

h2#top-jirei-title {
	width:960px;
	height:65px;
	background:url(img/top_jirei_title.png) no-repeat;
	text-indent:-7777px;
	margin-bottom:20px;
}

ul#top-jirei-content li {
	display:block;
	float:left;
	width:180px;
	margin-right:12px;
}

ul#top-jirei-content li a {
	text-decoration:none;
	color:#000;
}

ul#top-jirei-content li h3 {
	margin-top:10px;
	color:#3F7EAD;
	font-size:14px;
	margin-bottom:6px;
}

p#top-jirei-link {
	margin-top:20px;
}

p#top-jirei-link a {
	display:block;
	width:120x;
	height:30px;
	margin-left:840px;
	background:url(img/top_jirei_link.png) no-repeat;
	text-indent:-7777px;
}


#top-maincontent {
	width: 100%;
	height: 440px;
	padding: 50px 0;
	background: url(img/top_main_bgimg.png) repeat-x center top;
	background-size: auto 576px;
	margin-top: 30px;
	margin-bottom: 50px;
	position: relative;
	box-shadow: 0px 0px 20px #ccc;
}

#top-maincontent h1 {
	width:100%;
	height:65px;
	font-size:2.0rem;
	text-align:center;
}

#top-maincontent-box {
	width:900px;
	height:380px;
	margin:0px auto 0 auto;
}
#top-maincontent-text {
	width:450px;
	margin-top: 20px;
	margin-left:420px;
	margin-bottom:30px;
	line-height: 1.5;
	font-size:1.2rem;
	letter-spacing:.1em;

}

p#top-maincontent-contact a {
	display:block;
	text-indent:-7777px;
	width:200px;
	height:39px;
	margin:20px 30px 0 auto;
	background:url(img/header_contact.png) no-repeat;
}


#top-flow {
	width:960px;
	padding:20px;
	margin:0 auto 50px auto;
	position:relative;
	background-color:#FFF;
	box-shadow: 0px 0px 20px #ccc;
	left: 0;
	right: 0;
}

h2#top-self-title {
	margin-top:10px;
	text-align:center;
	line-height:50px;
	font-size:2.0rem;
}

p#top-self-text {
	width:700px;
	font-size:1.2rem;
	letter-spacing:.1em;
	line-height: 1.5;
	margin:20px auto 40px auto;
}

h2#top-flow-title {
	margin-top:10px;
	text-align:center;
	line-height:50px;
	font-size:2.0rem;
}

ul#top-flow-item {
	overflow: hidden;
	position: relative;
}

ul#top-flow-item li {
	margin:15px;
	float:left;
}

.text {
	position:relative;
}

.fukidashi {
	display:none;
	position:absolute;
	top:100px;
	left:0px;
}

.text:hover + .fukidashi {
  display: block;
}

p#top-flow-link a {
	display:block;
	width:103px;
	height:30px;
	margin:0 100px 0 auto;
	background:url(img/top_service_link.png) no-repeat;
	text-indent:-7777px;
}

#top-founding {
	width:960px;
	padding:20px;
	margin:0 auto 50px auto;
	position:relative;
	background-color:#FFF;
	box-shadow: 0px 0px 20px #ccc;
	left:0;
	right:0;
}

h2#top-founding-title {
	margin-top:10px;
	text-align:center;
	line-height:50px;
	font-size:2.0rem;
}

p#top-founding-text {
	width:700px;
	font-size:1.2rem;
	letter-spacing:.1em;
	line-height: 1.5;
	margin:20px auto 20px auto;
}


/* 固定ページ
-------------------------------------------------------------- */
#page-maincontent {
	width: 100%;
	height: 476px;
	padding: 50px 0;
	background: url(img/top_main_bgimg.png) repeat-x center top;
	background-size: auto 576px;
	margin-bottom: 50px;
	position: relative;
	box-shadow: 0px 0px 20px #ccc;
}

#page-maincontent h1 {
	width:100%;
	height:65px;
	margin:0 auto;
	font-size:2.0rem;
	text-align:center;
}

#page-maincontent-box {
	width:900px;
	height:380px;
	margin:0px auto 0 auto;
}
#page-maincontent-text {
	width:450px;
	margin-top: 20px;
	margin-left:420px;
	margin-bottom:30px;
	line-height:1.8em;
}

.page-box {
	width:960px;
	padding:20px;
	left: 0; 
	right: 0;
	margin: 0 auto 50px auto;
	position:relative;
	background-color:#FFF;
	box-shadow: 0px 0px 20px #ccc;
}

h2.page-title {
	height:52px;
	margin-bottom:40px;
	text-align:center;
	line-height:50px;
	font-size:2.0rem;
}

.page-box img {
	margin: 10px 40px 10px 40px;
	display: inline-block;
}

.page-box p {
	font-size: 1.2rem;
	letter-spacing: .1em;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	width: 670px;
	line-height: 1.8em;
}





/* footer
-------------------------------------------------------------- */
#footer {
	position: relative;
	width: 100%;
}

#footer-contact {
	width:957px;
	height:216px;
	background:url(img/footer_contact.png) no-repeat;
	margin:0 auto;
	overflow:hidden;
}

#footer-contact a {
	display:block;
	width:360px;
	height:55px;
	text-indent:-7777px;
	margin:74px 0 0 95px;
}

#footer-copyright {
	width:100%;
	background-color:#322119;
	padding:20px 0;
}
#footer-copyright p {
	color:#FFF;
	text-align:center;
	font-size:14px;
}

