﻿/*==============================
 * 特徴・効果
 *==============================*/
div#left h1 {
	padding:5px 0px;
	border-left:solid 10px #000000;
	border-bottom:solid 1px #000000;
	font-size:20px;
	text-indent:10px;
}

div#left section {
	width:98%;
	margin:0px auto;
}

section#effect1 dl {
	margin:15px 0px;
}

section#effect1 dl dt {
	font-size:18px;
	line-height:150%;
	letter-spacing:1px;
}

section#effect1 dl dt span {
	color:#61E2D6;
}

section#effect1 dl dd {
	margin:5px 0px 10px 22px;
	line-height:150%;
	letter-spacing:1px;
}

section#effect2 {
	line-height:150%;
	letter-spacing:1px;
}

section#effect2 article {
	width:98%;
	margin:10px auto;
}

section#effect2 ul {
	margin:10px 0px 10px 20px;
}

section#effect2 ul li {
	list-style-type:disc;
}


/*==============================
 * レスポンシブの部分
 *==============================*/
@media only screen and ( min-width:960px ) {
}

/* 769px～959px以下 */
@media only screen and ( max-width:959px ) {
}

/* 641px～768px以下（主にタブレット） */
@media only screen and ( max-width:768px ) {
}

/* 640px以下（主にスマホ横） */
@media only screen and ( max-width:640px ) {
}

/* 480px以下（主にスマホ縦） */
@media only screen and ( max-width:480px ) {
}
