@charset "utf-8";
/*
Theme Name: 007
Author: num
Description: This is my original theme.
Version: 1.0
*/
.clearfix:after {
	content: "";
	display:block;
	clear:both;
	overflow:hidden;
	height:0px;}
.clearfix { display: inline-block; }
.clearfix { display: block; }
.clear {clear:both;}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:transparent;
    font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif}


body {line-height:1.5;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;}

nav ul {
	list-style:none;}

ul, ol, li {
	list-style:none;}

blockquote, q {
	quotes:none;}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background-color:transparent;
	text-decoration: none;
	font-weight: bold;
	color: #ff8f00;
	}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;}

mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;}

table {
	border-collapse:collapse;
	border-spacing:0;}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;}

input, select {vertical-align:middle;}

*, *:after, *:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
/*------------------------------------------------------*/

.RelationTitleBox img{
  display:block;
  width:100%;
  height:100%;
}

 body {
	width: 100%;
	background-color: rgb(241, 241, 241);
	font-family:serif;
	font-size: 16px;
}

#header{
	background-color: rgba(0, 0, 0, 0.66);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37);
}

.clearfix{
	display: block;
}

.box{
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 20px;
}

#main_img{
	max-width: 100%;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37);
}

#frontinner{
	padding: 10px 20px;
}

/*サイトタイトル*/
a.title{
	color: rgba(255,255,255,1.00);
}
a.title:hover{
	color: rgb(255, 255, 255);
}

.title{
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}

.sitetitle{
	font-size: 32px;
	order: 1;
	tecolor: rgba(255,255,255,1.00);
}

/*ヘッダーメニュー*/
#nav {
    list-style: none;
    overflow: hidden;
    order: 2;
    text-align: right;
    margin: 0 0 0 auto;
    padding-top: 20px;
}
 
#nav li {
  float: left;
  padding: 15px;
}
 
#nav li a {
  text-decoration: none;
	color: rgba(255,255,255,1.00);
}

#nav li a:hover{
	color: rgb(255, 255, 255);
}
 
clearfix:after {
    content: "";
    display: block;
    clear: both;
    overflow: hidden;
    height: 0;
}


/*コンテンツ*/
#content{
	max-width: 1100px;
	margin: 2px auto;
	display: flex;
	background-color: #ffffffe0;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.37);
}

.ContentInner img{
  display:block;
  max-width:100%;
  width:auto;
  max-height:100%;
  height:auto;
  margin:0 auto 15px;
}

#maincontent{
	width: 80%;
	order: 1;
}

.Paging {
    display: flex;
    margin-top: 5px;
}

.RightLink {
    margin: 0 0 0 auto;
}

.sns {
	margin-top: 20px;
    text-align: right;
}

/*サイド*/
.sidebar{
	width: 20%;
	order: 2;
	padding: 10px;
	text-shadow: 0 0 black;
}

img.po_img,img.new_p {
    width: 100%;
}



.RelationBox {
    margin-bottom: 10px;
}


dl.search2{
	position:relative;
}
dl.search2 dt{
	margin-right: 55px;
	padding:8px;
	background-color:#fff;
	border:1px solid #aaa;
}
dl.search2 dt input{
	width:100%;
	height:24px;
	line-height:24px;
	background:none;
	border:none;
}
dl.search2 dd{
	position:absolute;
	top: 0px;
	right:0;
	padding: 0;
}
dl.search2 dd button{
	display:block;
	width: 50px;
	height: 48px;
	color:#fff;
	line-height:40px;
	text-align:center;
	background-color: #464646;
	border: 1px solid #464646;
}

/*フッター*/
footer{
	color: #FFFFFF;
	height: 50px;
	text-align: center;
	padding-top: 25px;
	margin-top: 20px;
}

.footer{
	background-color: rgba(49,49,49,1.00);
}

.footer a{
	color: rgba(255,255,255,1.00);
}

ul#menu-navi-1 {
    display: inline-flex;
}

ul#menu-navi-1 li {
    padding: 10px;
}


a.footer{
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}

a.footer:hover{
	text-decoration: underline;
}

#page-top {
	position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 99999;

}


#page-top a {
    background: #ff8f00;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 15px;
    font-family: 'Tinos', serif;
    border-radius: 50%;
    text-align: center;
    font-weight: normal;
    display: block;
 }
#page-top a:hover {
    text-decoration: none;
    color:#ffffff;
}


/*タイトル*/

#frontinner h1{
	font-size: 30px;
     position: relative;
     padding:0 0 10px 15px;
     border-bottom: 1px solid black;
	margin-bottom: 30px;
}

#frontinner h1::after{
    position: absolute;
     top: 0.2em;
     left:0;
     content: '';
     width: 5px;
     height:1em;
     background-color: #464646;
}


.text h2,#frontinner>h2 {
     position: relative;
     color: white;
     padding:5px 5px 5px 20px;
     background-color: #464646;
     border-radius: 5px;
     margin: 20px auto 20px 0px;
     font-size: 30px;
     box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

h3,.widgettitle{
     position: relative;
     padding:5px 5px 5px 20px;
     border: 1px solid #CCC;
     border-radius: 5px;
     margin: 10px auto 20px 0px;
     font-size: 24px;
     box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

h4 {
     position: relative;
     padding-left: 1em;
	 margin: 50px auto 20px 0px;
	 font-size: 20px;
}
 
h4::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 10px;
     height:10px;
     border: solid 4px #464646;
     border-radius:100%;
}

.twotitle,.sample {
  position: relative;/*相対位置*/
  line-height: 1.4;/*行高*/
  display: inline-block;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.twotitle:before, .twotitle:after,
.sample:before, .sample:after{
  position: relative;
  font-family:FontAwesome;
  display: inline-block;
  font-size: 1.0em;
  color: #1e1a0f;
}
.twotitle:before,
.sample:before {
  content:"\f053";/*アイコン種類*/
  padding-right: 0.5em
}
.twotitle:after,
.sample:after {
  content:"\f054";/*アイコン種類*/
  padding-left: 0.5em
}

strong{
	font-weight: bold;
	background: linear-gradient(transparent 0%, #ffe4c2 0%);
}


/*ul li ol dt dd*/
.text ul, ol  {
  border: solid 2px #464646;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin: 20px auto 20px auto;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.text ul li,ol li  {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important; 
}

.text ul li:before, ol li:before {
  font-family:FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 1em;/*左端からのアイコンまでの距離*/
  color: #ff8f00;/*アイコン色*/
}

dt {
	font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
  color: #FFF;
  text-shadow: 1px 1px rgba(0,0,0,.4);
  background-color: #8C8A8A;
}
dd {
	padding: 5px;
  font-size: 16px;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: #8C8A8A;
  margin-bottom: 20px;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

/*パンくず*/
.breadcrumbs{
}


/*補足*/
.supplement {
    padding: 0.5em 1em;
    margin: 20px auto 20px auto;
    color: #464646;
    background: #f1f1f1;/*背景色*/
    border-top: solid 6px #464646;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.supplement p {
    margin: 0; 
    padding: 0;
}


.supplement p a {
	text-decoration: none;
}

summary {
    font-weight: 700;
}




/*引用*/
blockquote {
    position: relative;
    padding: 0px 10px 10px 40px;
    box-sizing: border-box;
    font-style: italic;
    color: #464646;
    background: #f1f1f1;
    border-top: solid 3px #464646;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
    margin: 20px auto 20px auto;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 30px;
    text-align: center;
    content: "\f10d";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #464646;
    font-weight: 900;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    color: #888888;
    font-size: 0.9em;
}


/*a*/
.text a,.supplement p a{
	text-decoration: underline;
}

a {
  display: inline-block;
}
a:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}


/* 記事一覧 */
.recomttl{
  margin:15px 0 25px;
  padding:5px 0px 10px;
  font-size:20px;
  font-weight:bold;
  border-bottom:solid 1px #333;
}
.recompost{
  margin-bottom:5px;
}
.recompost a{
  font-weight:bold;
  color:#505050;
  font-size:16px;
}
.recompost a:hover{
  text-decoration:underline;
}
.recominner{
  margin:0px 0px 10px;
}
.recominner li{
  box-sizing:border-box;
  width:32%;
  float:left;
  margin:0 2% 15px 0%;
  vertical-align:top;
}
.recominner li:nth-child(3n){
  margin-right:0;
}
.recominner li p{
  font-size:14px;
  line-height:1.6 !important;
  color:#333 !important;
}
.recominner img{
  display:block;
  width:100%;
  max-width:300px;
  height:100%;
  margin-right:10px;
}



@media only screen and (min-width: 769px){}
@media only screen and (max-width: 768px) {
	/*koko!*/
	


.title{
	max-width: 1100px;
	margin: 0 auto;
	display: block;
}

.sitetitle{
	font-size: 32px;
	tecolor: rgba(255,255,255,1.00);
}

#nav {
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    background-color: #FFFFFF;
}
	
#nav li a {
  text-decoration: none;
  color: rgb(76, 97, 86);
  padding: 10px;
}
	
#nav li {
  width: auto;
  float: none;
  padding: 0;
  display: inline-flex;
}
 


#nav li a:hover{
	color: rgb(76, 97, 86);
}

	
	#main_img{
		max-width: 100%;}
	
	#content{
		max-width: 768px;
		display: block;
	    }
	
	#maincontent{
		width: 100%;
	    }
	
	.sidebar{
		width: 100%;
	    margin-top: 10px;
	    }
	
	img.ninnki{
	    display:none;}
	
	.box{
        position: relative;
        text-align: center;
        align-items: center;
        display: flex;
		justify-content: center;
		padding-top: 0px;}
	
	.title{
		max-width: 100%;}
	
	a.title{
		font-size: 25px;
	    padding-left: 10px;}

	
	#nav li a{
		font-size: 14px;}
	
	h1:not(.sitetitle){
		font-size: 18px;
	}
	
	h2:not(.widgettitle) {
       font-size: 20px;
      

}

    h2.widgettitle,h2.archive{

       font-size: 18px;}


    h3{
	    font-size: 16px;}
    h4 {
	    font-size: 15px;}
	dt {
		font-size: 16px;}
	dd {
        font-size: 14px;}
	
	.supplement summary {
		font-size: 16px;}
		
	blockquote:before{
       font-size: 16px;}

	p,a{
		font-size: 14px;
	}
	
	dl.search2 dd button{
		height: auto;
	}
	
	img.po_img, img.new_p {
    width: 150px;
}
	.RelationTitleBox.clearfix {
    display: flex;
}
	.RelationBox {
    padding-left: 5px;
}
	footer {
		margin-top: 0; 
}

.clearfix {
    display: flex;
}

	#page-top{
		bottom: 20px;
	}

.recominner li{
  width:100%;
  float:none;
  margin:0 0% 15px 0%;
  vertical-align:top;
}
.recominner img{
  display:block;
  float:left;
  width:120px;
  height:100%;
  margin-right:10px;
}

.RelationTitleBox{
  margin:0 0 15px;
}
.RelationTitleBox img{
  width:120px;
}

}








