/*
Theme Name: habakiri-child
Theme URI: http://2inc.org
Description: Habakiri の子テーマ
Author: Takashi Kitajima
Author URI: http://2inc.org
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

body {
	font-size: 1.5em;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Noto, Meiryo, "Helvetica Neue", Arial, sans-serif;
	color:#222;
	line-height: 1.8em;
	font-weight: 500;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	font-style: normal;
}

ul, dl, dt, dd {
margin: 0;
padding: 0;
list-style: none;
}

p.faqq{
	font-size:16px;
	font-weight:bold;
	color:#e6485b;
	border-bottom:none;
	margin-bottom:0;
}
p.faqa{
	font-size:16px;
	font-weight:bold;
	color:#6268d3;
	border-bottom:none;
	margin-top:0;
}
.header{
	margin-left:30px;
}

a img {
	 border: none;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.carousel-indicators { 
	bottom: 18px;
}

blockquote{
	position: relative;
	margin: 0 1em 1.5em;
	padding: 0.8em 1.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F2F2F2;
	z-index: 1;
}
blockquote p{
	position: relative;
	font-size:0.8em;
	font-style:italic;
	z-index: 3;
}
blockquote:before{
	content: "“";
	font-size: 800%;
	font-style:italic;
	line-height: 0.8em;
	font-family: 'Times', 'Times New Roman' ,sans-serif;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
 
blockquote:after{
	content: "”";
	font-size: 800%;
	font-style:italic;
	line-height: 0em;
	font-family: 'Times', 'Times New Roman' ,sans-serif;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.wp-caption {
	background: #ffffff;
	line-height: 18px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0;
	text-align: center;
	border: 0px solid #e5e5e5;
	max-width: 100% !important;
}

.wp-caption img {
	margin: 0 0 9px;
	max-width: 100% !important;
	height: auto !important;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 0px;
}

.pagination li > span {
  color: #fff; }

.responsive_video { 
    position: relative; 
    padding-bottom: 56.25%; 
    margin-bottom:25px
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

.pos {
	position: relative;
	margin: 0 ;
	padding: 0 ;
}
.pos p.official{
	position: absolute;
	color: white;
	background: rgba(84,114,205,0.7);
	font-size: 1em;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 2px 7px 0;
	bottom: -3px;
	left: 1em;
}
.pos img{
	border-radius: 12px ;
}
p.handle{
	margin: 0 0 8px;
	padding: 0 ;
	color: #5472cd;
	font-size: 0.9em;
	line-height: 1.2em;
}

ul.ul_sitemap {
	margin: 0 0 0 12px;
	padding: 0;
	list-style-type: none;
}

.center {
	text-align:center;
}

.clearfix {
               clear: both;
}
.widget_archive {
	margin:0 0 30px 0;
    position: relative;
    border-radius: 3px;
}

.widget_archive::before {
    position: absolute;
    top: 68px;
    right: 220px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 7px solid #fff;
}

.widget_archive select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 180px;
    margin: 8px 0 0 0;
    padding: 0.2em 1em;
    color: #fff;
    border: 1px solid #c9e8ed;
    border-radius: 3px;
    background: transparent;
}

