/*
Theme Name: Twenty Seventeen Child
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentyseventeen
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 見出しh1 */
h1.entry-title {
border-left: 10px solid #e7609e;
padding: 0 0 0 15px ;
line-height: 2;
background-color: #fff;}

header.entry-header h1 {
font-size: 24px !important;
}
	
/* 見出しh2 */
h2.widget-title{
border-left: 5px solid #1F5E73;
border-bottom: 1px solid #1F5E73;
padding: 0 0 0 15px ;
line-height: 2;
font-size: 16px;
background-color: #fff;}
 
h2.entry-title a {
border-left: 10px solid #e7609e;
padding: 0 0 0 15px ;
line-height: 2;
background-color: #fff;}


/* 見出しh3 */
h3.entry-content {
border-left: 5px solid #1F5E73;
padding: 0 0 0 15px ;
line-height: 2;
font-size: 18px;
background-color: #fff;}

.entry .entry__content ul, ol {
	padding: 0;
}

.list_image {
	list-style-image: url("http://mana.koleaf.com/wp-content/uploads/2015/04/list_style_f.png");
	margin: 0 0 0 2em;
	line-height: 1.6em;
}

.list_image h2{
	font-size:24px;
}
.list_image h3{
	font-size:18px;
}
.list_image .st{
	font-size:18px;
}
.list_number {
	list-style: decimal;
	margin: 0 0 0 2em;
	line-height: normal;
}

.sp ul {
	list-style: none;
	font-size: 0;
	margin: 0;
	padding: 0;
}

.sp li {
	display: inline-block;
	vertical-align: top;
}

/* ソーシャルメディアアイコンを四角にする */
.social-navigation a {background-color: #767676;
 -webkit-border-radius: 8px;
 border-radius: 8px;
 color: #fff;
 display: inline-block;
 height: 40px;
 margin: 0 0.2em 0.5em 0;
 text-align: center;
 width: 40px;
}

.simcal-events{
	 margin: 0 8px !important;
}

.custom-header-media:before {
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

