/*
Theme Name: Sydney
Theme URI: https://athemes.com/theme/sydney
Author: aThemes
Author URI: https://athemes.com
Description: Sydney is a powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. As well as being fully compatible with Elementor, Sydney brings plenty of customization possibilities like access to all Google Fonts, full color control, layout control, logo upload, full screen slider, header image, sticky navigation and much more. Also, Sydney provides all the construction blocks you need to rapidly create an engaging front page. Looking for a quick start with Sydney? With just a few clicks, you can import one of our existing demos (https://athemes.com/sydney-demos/)
Version: 2.33
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 6.3
Requires PHP: 5.6
Text Domain: sydney
Tags: two-columns, right-sidebar, block-styles, custom-colors, custom-background, custom-header, custom-menu, featured-images, 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.
Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/

@charset "utf-8";


/*ワードプレスなどではここから下をコピーしてStyle.css等に貼り付けしてください。*/


/*利用規約等テンプレート*/
.termsarticle{
}


/*条*/

@counter-style mystyle2 {
  system: numeric;
  symbols: '0' '1' '2' '3' '4' '5' '6' '7' '8' '9';
  prefix: "第";
  suffix: "条 ";
}

.termsarticle ol {
  list-style-type: mystyle2;
}

.termsarticle ol li ol li{
}


/*項*/

@counter-style mystyle3 {
  system: extends decimal;
  suffix: '. ';
}

.termsarticle ol li ol{
  list-style-type: mystyle3;
}

.termsarticle ol li ol li {
}


/*号*/

@counter-style mystyle4 {
  system: extends decimal;
  prefix: '(';
  suffix: ') ';
}

.termsarticle ol li ol li ol{
	list-style-type: mystyle4;
}

.termsarticle ol li ol li ol li {
}


/*号の細分*/

@counter-style mystyle5 {
  system: alphabetic;
  symbols: 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j';  
  suffix: ') ';
}

.termsarticle ol li ol li ol li ol{
	list-style-type: mystyle5;
}

.termsarticle ol li ol li ol li ol li {
}


.termsarticle {
	width:100%;
}


.termsarticle p{
}

.termsarticle ul{
}

.termsarticle ul li{
}

.kome li {
	list-style:none;
	text-indent: -1.5em!important;
	line-height: 1.5em;
}

.kome li:before{
  content: "※";
  margin-right: 0.5em;
}

/* CSS Document */

