@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
html,
body {
	overflow-x: hidden;
	font: 14px/1.7 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

body {
	color: #333;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
img:hover {
    filter: alpha(opacity=80); /* IE7以下用 */
     -ms-filter: “alpha(opacity=80)”; /* IE8用 */
    opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
hr {
    margin-bottom: 1.5em;
}
.hr-01 {
  border: none;
  border-bottom: 1px dotted #333;
}
/* */
.news {
  background-color: #f8f8f8;
  padding: 1em;
}
.news-dt {
  font-weight: bold;
}
.news-dd {
  margin-top: 1em;
  margin-left: 1.5em;
}

.col-01 {
  color: #c00;
}

/**/
/* For modern browsers */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/* For IE 6/7 only */
.cf {
    *zoom: 1;
}

.material-icons {
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;
}
a:hover {
	color: #ff175e;
	text-decoration: none;
}

/*ヘッダー
---------------------------------------------------------------------------*/
.header {
	width: 980px;
	margin: 8px auto 0;
}
/*h1ロゴの設定*/
.header__logo {
    float: left;
    left: 6px;  /*innerに対して左から20pxの場所に配置*/
    bottom: 18px;  /*innerに対して上から20pxの場所に配置*/
}
/*電話番号ボックスの設定*/
.tel01 {
    line-height: 1.4;  /*行間*/
    font-style: normal;
}
/*電話番号の文字設定*/

.header__contact {
    text-align: right;
}
.tel01  a {
    color: #333;
}
.tel01__prefix {
    font-size: 80%;
}
.tel01__number {
    font: 162% "Century Gothic",sans-serif;
    font-weight: bold;
}
.tel01__business-hour {
    font-size: 0.8rem;  /*文字サイズ*/
}


/*トップページのmainimg
---------------------------------------------------------------------------*/
#mainimg {
	background: url(../images/bg_img.jpg) no-repeat center center;
}border-bottom: 1px solid #c4c3af;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
#mainimg aside {
	width: 980px;
	height: 292px;
	margin: 0px auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
    margin-top: 8px;
	height: 40px;
	line-height: 40px;
    border-top: 1px solid #0A4A00;
	background: #368d28;
    /*
	-webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
	background: -webkit-gradient(linear, left top, left bottom, from(#368d28), to(#006c40));
	background: -webkit-linear-gradient(#368d28, #006c40);
	background: linear-gradient(#368d28, #006c40);
    */
}
nav#menubar ul {
	margin: 0px auto;
	width: 980px;
	height: 40px;
	border-left: 1px solid #ffffff;
}
nav#menubar ul li {
	float: left;
	width: 16.5%;
	border-right: 1px solid #ffffff;
}
nav#menubar ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	color: #FFF;
}
nav#menubar ul li a:hover {
	background: #fff;
	color: #368d28;
}

.list01 {
  margin-left: 1em;
}
.list01__li {
  line-height: 1.5;
  list-style-type: disc;
  margin-top: 10px;
}


/*TODO
#site-navigation{
	background:#8FC527;
	width: 100%;
}

#site-navigation ul{
	width: 100%;
	border-left: 1px solid #C2E394;
	border-right: 1px solid #7EB021;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	box-sizing: border-box;
}

#site-navigation li{
	display: table-cell;
	text-shadow: 1px 1px 0px #888;
}

#site-navigation li a{
	display: block;
	text-align: center;
	font-size:1.2rem;
	padding:0.9rem 0.5rem;
	border-right: 1px solid #C2E394;
	border-left:1px solid #7EB021;
	box-sizing: border-box;
}

#site-navigation a{
	color:#fff;
}

#site-navigation li a:hover{
	text-decoration:underline;
}
*/



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 980px;
	padding-top: 10px;
	margin: 0px auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 720px;
	padding-bottom: 30px;
}
.entry-title {
	font-size: 1.62rem;
}
#main h2 {
	font-size: 1rem;
    margin-top: 2em;
    margin-bottom: 1em;
	padding: 6px 6px 5px 0.5em;
    background-color: #eff1e4;
	clear: both;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
    border-bottom: 1px solid #368d28;
}
#main h3 {
	font-size: 1.3rem;
    margin-top: 2em;
    margin-bottom: 1em;
	padding: 6px 6px 3px 0.5em;
	clear: both;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: bold;
    border-bottom: 2px solid #368d28;
}

#main h3.type1 {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #ff175e;
	background: transparent;
	font-size: 33px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#main h4 {
	font-size: 100%;
	color: #ff175e;
	border-left: 4px solid #ff175e;
	padding: 2px 0px 2px 11px;
}
#main p {
	padding: 0 0 1em 0;
    line-height:1.5;
}

.h3-1 {
  color: #368d28!important;
  font-weight: bold;
  font-size: 1.2rem;

  margin-top: 0!important;
  margin-bottom: 0!important;
  padding: 0!important;
  border-bottom: none!important;
}

/*main box1
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ccccba;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 30px;
	clear: both;
	overflow: hidden;
}
#main .box1 ul.disc {
	padding: 0.5em 15px 0.5em 30px;
}
#main .box1 ul.disc li {
	padding-bottom: 0em;
}
#main .box1 h3.responsive {
	border: none;
	background: #17b7cf;
	background: url(../images/bg_temptype.png) no-repeat right -35px, -webkit-gradient(linear, left top, left bottom, from(#17b7cf), to(#009bb2));
	background: url(../images/bg_temptype.png) no-repeat right -35px, -webkit-linear-gradient(#17b7cf, #009bb2);
	background: url(../images/bg_temptype.png) no-repeat right -35px, linear-gradient(#17b7cf, #009bb2);
	border: 1px solid #009bb2;
	color: #FFF;
	padding-right: 90px;
}
#main .box1 h3.xhtml {
	border: none;
	background: #77cf17;
	background: url(../images/bg_temptype.png) no-repeat right -135px, -webkit-gradient(linear, left top, left bottom, from(#77cf17), to(#5cb200));
	background: url(../images/bg_temptype.png) no-repeat right -135px, -webkit-linear-gradient(#77cf17, #5cb200);
	background: url(../images/bg_temptype.png) no-repeat right -135px, linear-gradient(#77cf17, #5cb200);
	border: 1px solid #5cb200;
	color: #FFF;
	padding-right: 90px;
}
/*#main .box1 h3.cms {
	border: none;
	background: #f29418;
	background: url(../images/bg_sprite.png) no-repeat right -535px, -webkit-gradient(linear, left top, left bottom, from(#f29418), to(#db7c00));
	background: url(../images/bg_sprite.png) no-repeat right -535px, -webkit-linear-gradient(#f29418, #db7c00);
	background: url(../images/bg_temptype.png) no-repeat right -235px, linear-gradient(#f29418, #db7c00);
	border: 1px solid #db7c00;
	color: #FFF;
	padding-right: 70px;
}*/

/*member
---------------------------------------------------------------------------*/
#main #member {
	background-image: url(../images/member/img1.jpg);
	background-repeat: no-repeat;
	height: 290px;
	width: 720px;
	position: relative;
	border-radius: 4px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
#main #member p.btn1 a {
	font-size: 16px;
	line-height: 40px;
}

#main #member p {
	padding: 0 0 10px;
}
/*#main #member #license {
	width: 450px;
	position: absolute;
	left: 30px;
	top: 30px;
}
#main #member #elicense {
	width: 450px;
	position: absolute;
	left: 30px;
	top: 200px;
}*/


/*pointブロック
---------------------------------------------------------------------------*/
#main p.point,
#main div.point {
	background: #fff799;
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcd9), to(#fff799));
	background: -webkit-linear-gradient(#fffcd9, #fff799);
	background: url(../images/bg_point.png) no-repeat right center, linear-gradient(#fffcd9, #fff799);
	border: 3px solid #ffb865;
	padding: 10px 70px 10px 10px;
	/*color: #ff8a00 !important;*/
	min-height: 60px;
	font-size: 12px;
	margin: 0px 15px;
}
#main p.point .color1,
p.point.color1,
#main div.point .color1,
div.point.color1 {
	color: #ff5400;
}

/*ページ内メニュー
---------------------------------------------------------------------------*/
#main ul.menu1 {
	margin-bottom: 30px;
	overflow: hidden;
/*	padding: 15px 0px 12px 10px;
	background: #FFF;
	border: solid 1px #ccc;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
*/}
#main ul.menu1 li {
	float: left;
	width: 352px;
	border: 1px solid #ccccba;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	margin-bottom: 5px;
}
#main ul.menu1 li:nth-child(odd) {
	width: 352px;
	margin-right: 10px;
}
#main ul.menu1 li a {
	background: #FFF;
	background: url(../images/bg_sprite.png) no-repeat -390px -30px, linear-gradient(#FFF, #e5e5e5);
	text-decoration: none;
	display: block;
	padding: 5px 0px 5px 25px;
}
#main ul.menu1 li#current a {
	background: #FF0 url(../images/bg_sprite.png) no-repeat -390px -30px;
	color: #ff175e;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
aside {
	float: left;
	width: 220px;
	padding-bottom: 30px;

}
aside .trial-btn a,
p.btn1 a,
#menubar2 .trial-btn a {

	-webkit-box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	background: #dc0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#dc0000), to(#B30000));
	background: -webkit-linear-gradient(#dc0000, #B30000);
	background: linear-gradient(#dc0000, #B30000);

	display: block;
	font-size: 120%;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 8px;
	border: 1px solid #cc0000;
	letter-spacing: 0.05em;
}
aside .trial-btn a:hover,
p.btn1 a:hover {
	-webkit-box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	background: #FD2525;
	left: 1px;
	top: 1px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}
aside .buy-btn a,
#menubar2 .buy-btn a {

	-webkit-box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	background: #000099;
	background: -webkit-gradient(linear, left top, left bottom, from(#000099), to(#00007A));
	background: -webkit-linear-gradient(#000099, #00007A);
	background: linear-gradient(#000099, #00007A);

	display: block;
	font-size: 120%;
	line-height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 15px;
	border: 1px solid #0000cc;
	letter-spacing: 0.05em;
}
aside .buy-btn a:hover {
	-webkit-box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	box-shadow: 0px 2px 8px rgba(cc,0,0,0.3);
	background: #0000C0;
	left: 1px;
	top: 1px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#side-contact {
	border:1.5px solid #cccccc;
	border-radius: 4px;
	margin-bottom: 15px;
}
#side-contact dt {
	border-bottom:1px solid #cccccc;
}
#side-contact dd {
	margin-top:9px;
	padding-top:3px;
	padding-bottom:9px;
}
#side-contact dd.freedial {
	border-bottom:1px dotted #cccccc;
}

#side-contact dd.freedial img {
	vertical-align:middle;
	margin-top:6px;
	margin-left:10px;
}
#side-contact dd.freedial p {
	margin-top:3px;
	margin-left:9px;
	margin-right:9px;
    line-height: 1.3;
}
#side-contact dd.toForm img {
	vertical-align:-3px;
	margin-left:10px;
	margin-right:3px;
}
#side-contact dd.toForm p {
	margin-top:3px;
	margin-left:9px;
	margin-right:9px;
    line-height: 1.3;
}

.subInfoHeading01 {
    background-color: #dddddd;
    border-bottom: 1px solid #ffffff;
	border-radius: 4px 4px 0px 0px ;
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-bottom: 0;
}
.subInfoHeading01 span {
    display: block;
    padding: 8px;
    color: #333333 !important;
    text-decoration: none;
}
.subInfoWrap {
    margin-bottom: 10px;
    background-color: #ffffff;
    font-size: 100%;
    line-height: 1.5;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
	border-radius: 0px 0px 4px 4px;
    margin-top: 0;
}

.addListLink {
    margin: 10px 0 25px;
    font-size: 85.7%;
}
.addListLink a {
    background: url(/common/images/cmn_ic_02.png) no-repeat 0 0.3em;
    text-decoration: none;
}
a {
    color: #006ab6;
}
.subInfoWrap ul.iconLink01 li {
    display: block;
    margin-bottom: 0;
    padding: 8px 20px;
    border-bottom: 1px solid #ffffff;
}
ul.iconLink01 li a {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0 0 12px;
    background: url(../img/common/arrow_green01.gif) no-repeat 0 0.5em;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}




/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
aside nav ul,
#menubar2 ul {
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}
aside nav ul li a,
#menubar2 ul li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
	border-right: 1px solid #ccccba;
	border-left: 1px solid #ccccba;
	border-bottom: 1px solid #ccccba;
	background-color: #FFF;
}
aside nav ul li a:hover,
#menubar2 ul li a:hover {
	color: #333;
	background: #fcff1a;
}

/*サブコンテンツ内のbannerブロック
---------------------------------------------------------------------------*/
aside .banner p img {
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	text-align: left;
}
footer a {
	text-decoration: none;
}
footer a:hover {
	color: #fcff1a;
}
footer small {
	text-align: center;
	padding: 10px 0px 80px;
	display: block;
}
/*
---------------------------------------------------------------------------*/
footer #footer_menu01 {
	height: 40px;
	line-height: 40px;
	background: #dddddd;
}
footer #footer_menu01 ul {
	margin: 0px auto;
	width: 980px;
	height: 40px;
}
footer #footer_menu01 ul li {
	float: left;
    margin-right: 2em;
}
footer #footer_menu01 ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
}
footer #footer_menu01 ul li a:hover {
	background: #fcff1a;
	color: #333;
}
/*
---------------------------------------------------------------------------*/




#footer_menu02 {
	overflow: hidden;
	width: 980px;
	margin: 0px auto;
	padding: 20px 0px;
}
#footer_menu02 ul {
	float: left;
	width: 223px;
	height: 290px;
	padding: 5px 0px 0px 20px;
}
#footer_menu02 h3 {
	font-size: 11px;
	color: #fcff1a;
	padding: 0px 0px 5px 5px;
}

#footer_menu02 ul.bl {
}
#footer_menu02 ul li {
	line-height: 20px;
	/*background: url(../images/bg_sprite.png) no-repeat 5px -40px;*/
	padding-left: 20px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
dl#newinfo {
	padding: 5px 15px 0px;
/*	height: 130px;
	overflow: auto;*/
}
dl#newinfo dt {
	font-weight: bold;
	float: left;
	width: 150px;
}
dl#newinfo dd {
	border-bottom: 1px solid #b9b9b9;
	padding-left: 160px;
}
dl#newinfo dd img {
	vertical-align: middle;
}
dl#newinfo.ha {
	height: auto;
}
dl#newinfo dt.temp {
	background: url(../images/top/icon.png) no-repeat right 7px;
}
dl#newinfo dt.program {
	background: url(../images/top/icon.png) no-repeat right -92px;
}
dl#newinfo dt.tips {
	background: url(../images/top/icon.png) no-repeat right -202px;
}
dl#newinfo dt.check {
	background: url(../images/top/icon.png) no-repeat right -302px;
}
dl#newinfo dt.spj {
	background: url(../images/top/icon.png) no-repeat right -402px;
}
dl#newinfo dt.others {
	background: url(../images/top/icon.png) no-repeat right -502px;
}

/*一覧
---------------------------------------------------------------------*/
.tempbox {
	width: 100%;
	padding-bottom: 20px;
	overflow: hidden;
}
.tempbox .text strong {
	font-weight: normal;
}
.tempbox div {
	float: left;
	height: 150px;
	width: 144px;
	width: 139px;
	font-size: 10px;
	line-height: 1.8;
	text-align: center;
	display: inline;
}
.tempbox p {
	padding: 0px !important;
}
.tempbox img {
	border: 2px solid #d3d3d3;
}
.tempbox a:hover img {
	border: 2px solid #ff175e;
}
.tempbox a.downloadbtn {
	color: #FFF;
	background: #ff175e;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff427c), to(#ff175e));
	background: -webkit-linear-gradient(#ff427c, #ff175e);
	background: linear-gradient(#ff427c, #ff175e);
	text-decoration: none;
	display: block;
	width: 100px;
	line-height: 16px;
	margin: 0px auto;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}
.tempbox a:hover.downloadbtn {
	background: #000;
	left: 1px;
	top: 1px;
	position: relative;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sampleimg img {
	border: 2px solid #d3d3d3;
	padding: 5px;
}
.sampleimg a:hover img {
	border: 2px solid #ff175e;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	background-color: #FFF;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #e2e2e3;	/*背景色*/
}
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));
	background: -webkit-linear-gradient(#4b4b4b, #333);
	background: linear-gradient(#4b4b4b, #333);
}
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background: #e9ddae;
	background: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}
/*ボタンの設定*/
input[type="submit"].btn,
input[type="button"].btn,
input[type="reset"].btn {
	width: 250px;
	padding: 10px;
	background: #0c0c0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e2e2e2));
	background: -webkit-linear-gradient(#FFF, #e2e2e2);
	background: linear-gradient(#FFF, #e2e2e2);
	-webkit-box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 4px rgba(0,0,0,0.1);
	border-radius: 30px;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	font-size: 16px;
	border: 1px solid #ccc;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"].btn:hover,
input[type="button"].btn:hover,
input[type="reset"].btn:hover {
	background: #FFF;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #333;
	font-size: 10px;
	background-color: #dddddd;
	text-decoration: none;
	text-align: center;
	width: 13em;
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;
	color: #FFF;
}

/*faq
---------------------------------------------------------------------------*/
dl.faq {
	padding: 0.5em 10px 2em;
}
dl.faq dt {
	font-weight: bold;
	background-image: url(../images/faq/faq_q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	color: #F53D6C;
	margin-top: 1em;
}
dl.faq dd {
	background-image: url(../images/faq/faq_a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
}
dl.faq dd.pagetop {
	text-align: right;
	border-bottom: 1px solid #999;
	background-image: none;
	font-size: 11px;
}
dl.faq.bb {
	border-bottom: 1px solid #999;
}

/*dbページ（style_db2と同じ）
---------------------------------------------------------------------------
#contents .box1 {
	text-align: left;
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
}
#contents .serarch-check div {
	float: left;
	width: 25%;
	padding-bottom: 15px;
}
#contents .serarch-check.w50 div {
	width: 50%;
}*/

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,.mb1em {
	margin-bottom: 15px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0.5em 15px 1em 30px;
	list-style: disc;
}
ol {
	padding: 0.5em 15px 1em 35px;
}
/*ul.disc li {
	padding-bottom: 1em;
}*/
.color1 {
	color: #ff175e;
}
.bg0 {
	background-color: #FFF !important;
	padding: 10px !important;
	margin: 0 15px 15px 15px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
.big1 {
	font-size: 20px;
}
.mini1 {
	font-size: 12px;
}
.fs100 {
	font-size: 14px !important;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.cgi,
.jido {
	background-color: #cad6e4;
	width: 35%;
}
.php {
	background-color: #cae4ca;
	width: 35%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.vam {
	vertical-align: middle;
}
.p0 {
	padding: 0 !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
img.fr {
	float: right;
	margin: 0px 0px 15px 10px;
}
img.fl {
	float: left;
	margin: 0px 10px 15px 0px;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr,
#menubar2_hdr,
#menubar2 {
	display: none;
}
p.pagetop {
	text-align: right;
	clear: both;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*ここからタブレット用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:500px) and (max-width:767px){

/*container
---------------------------------------------------------------------------*/
#container {
	padding: 10px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
.header {
	width: auto;
}
.header h1 {
	display: none;
}
.header #sitename {
	display: none;
}

/*トップページのmainimg
---------------------------------------------------------------------------*/
#mainimg aside {
	width: 100%;
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	line-height: normal;
	margin-bottom: 10px;
	overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
}
nav#menubar ul {
	width: auto;
	height: auto;
	border: none;
}
nav#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
nav#menubar ul li a {
	width: 100%;
    color: #0b850b;
	padding: 10px 0px;
}
/*licenseメニュー*/
nav#menubar ul li#license {
	width: 50%;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, aside {
	float: none;
	width: auto;
}

/*
---------------------------------------------------------------------------*/
#footermenu {
	width: auto;
}
#footermenu ul {
	width: auto;
	border-right: none;
	height: auto;
	padding: 0px;
}
#footermenu ul li {
	width: 100%;
}

/*
---------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}

}


/*ここからスマートフォン用環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 499px){

/*container
---------------------------------------------------------------------------*/
#container {
	padding: 10px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
.header {
	width: auto;
    text-align: center;
}
.header__logo {
    float: none;
    width: 62%;
    margin: 0 auto;
}
.header__logo img {
	width: 80%;
	height: auto;
}
.header__contact {
    float: none;
    text-align: center;
    font-size: 0.9rem;
}
/*トップページのmainimg
---------------------------------------------------------------------------*/
#mainimg aside {
	width: 100%;
	height: auto;
}

/*上部のメインメニュー
---------------------------------------------------------------------------*/
nav#menubar {
	height: auto;
	line-height: normal;
	margin-top: 8px;
	margin-bottom: 16px;
	overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #808080;
    border-right: 1px solid #808080;
}
nav#menubar ul {
	width: auto;
	height: auto;
	border: none;
}
nav#menubar ul li {
	width: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: none;
    border-left: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
nav#menubar ul li a {
	width: 100%;
    color: #0b850b;
	padding: 10px 0px;
}
/*licenseメニュー*/
nav#menubar ul li#license {
	width: 100%;
}
aside .kiyaku-btn,
aside nav:nth-child(2),
aside nav:nth-child(3),
aside nav:nth-child(4) {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, aside {
	float: none;
	width: auto;
}
aside {
	display: none;
}
#top aside {
	display: block;
}
#main h3.type1 {
	font-size: 18px;
}
#main h3, #main h3 {
	line-height: 1.6;
}
/*
---------------------------------------------------------------------------*/
#footermenu {
	width: auto;
}
#footermenu ul {
	width: auto;
	border-right: none;
	height: auto;
	padding: 0px;
}
#footermenu ul li {
	width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
dl#newinfo {
	padding: 5px 15px 0px;
}
dl#newinfo dt {
	font-weight: bold;
	float: none;
	width: auto;
}
dl#newinfo dd {
	border-bottom: 1px solid #b9b9b9;
	padding-left: 0px;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*その他
---------------------------------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
}
/*メニュー折りたたみ設定
#top #menubar_hdr,
#top #menubar_hdr2 {
	display: none;
}*/
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}

#menubar2_hdr {
	display: block;
	border: 1px solid #000;
	text-shadow: 0px -1px #000;
	padding: 8px 0px;
	font-size: 100%;
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}
#menubar2_hdr.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#000, #444);
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#000, #444);
}
#menubar2_hdr.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#777, #444 49%, #000 50%);
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#777, #444 49%, #000 50%);
}
#menubar2 {
	display: block;
}

}


#breadcrumb {
    margin-bottom: 10px;
    height:1.5em;
    margin-left: 10px;
}
#breadcrumb li {
display: inline;
padding-right: 2px;
text-align: left;
}
#breadcrumb div {
display: inline;
padding-right: 2px;
text-align: left;
}


/**/

.installments {
	width:100%;
	border: 1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
}


.installments tr{
	padding:0;
	margin:0;

}
.installments th {
	background-color:#f6f6f6;
	color:#333333;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	padding-left:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-right:1em;
	width:11em;
	white-space:nowrap;
	border-right: 1px solid #cccccc;
	width:20%;
}

.installments td {
	border-right: 1px solid #cccccc;
	text-align:right;
	white-space:nowrap;
	padding-left:1.5em;
	padding-right:1.5em;
}
.installments tr.thMain th {
	border-bottom: 1px solid #cccccc;
	text-align:center;
	font-weight:bold;
}
.installments tr.inner th {
	text-align:left;
	padding-left:2em;
}
.installments tr.last th {
	text-align:left;
	padding-left:2em;
}
.installments td.txt-ctr {
	text-align:center;
}
.installments tr.thMain th img {
	margin-top:1em;
	margin-bottom:6px;
}


.dl01 dt {
    font-weight:bold;

}
.dl01 dd {
    margin-bottom: 1.5em;
    border-left: 3px solid #999999;
    padding-left: 0.5em;

}
.dl02 dt {
    font-weight:bold;

}
.dl02 dd {
    margin-bottom: 1.5em;

}
.ul01 {
    margin-bottom: 1.5em;
}
.ul01 li {
    list-style-type:disc;
    margin-left: 1em;
}

/*form*/
form {
    margin-top: 1.5em;
}
#submit01 {
    text-align: center;
}
#submit01 input {
    padding: 0.5em 1em;
}
.radio_horizontal {

}

.form-02 {
  margin-top: 0;
}
.radio_vertical .wpcf7-list-item {
    display:block;
    padding-left: 2em;
    margin-right: 1em;
    text-indent: -2em;
}
.wpcf7-list-item {
    margin-left: 0 !important;
}

/**/
.colred {
    color: #cc0000;
}
.wpcf7-response-output {
    background-color: #368d28;
    color: #ffffff;
}
.wpcf7-validation-errors {
    background-color: #cc0000;
    color: #ffffff;
}
.wpcf7-checkbox input {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 2em!important;
}
.wpcf7-checkbox .wpcf7-list-item.trial-checkbox-kenchiku-denki:first-child {
    margin-left: 0!important;
}
.trial-koushu-disabled .wpcf7-list-item {
  margin-top: 10px;
}
@media all and (max-width:539px) {
  .trial-koushu-disabled .wpcf7-list-item {
    margin-top: 5px!important;
  }
}
.paper {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
    border-color: #dedede;
}
.btn {
    position: relative;
    display: block;
    width: 250px;
    margin: 16px auto;
    padding: 10px;
    background-color: #d10000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform-style: flat;
    transition: all 250ms ease-out;
}
.btn:before,
.btn::after {
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 250ms ease-out;
}

.paper-raise:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.paper-raise:hover {
    border: 1px solid #d10000;
    color: #d10000;
    background-color: #fff;
}
.paper-raise:hover:before {
			box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}


@media all and (min-width:540px) {

.top-catch-160825 {
    display: none;
}
.header-trial-smartphone {
    display: none;
}

}
@media all and (max-width:539px) {
    .top-catch-160308 {
        display: none;
    }

    .home #breadcrumb {
        display: none;
    }

    .home #breadcrumb {
        display: none;
    }

    .header-trial-smartphone {
        text-align: center;
    }
    .header-trial-smartphone .btn {
        margin-top: 8px;
    }


}









    .table03 {
        border: 1px solid #cccccc;
        border-collapse:collapse;
        border-spacing:0;
        margin-bottom: 1.5em;
        margin-top: 20px;
    }


    .table03__caption {
      text-align: left;
      font-weight: bold;
      font-size: 1.1rem;
    }
    .table03 tr{
        padding:0;
        margin:0;

    }
    .table03__th {
        background-color:#f6f6f6;
        color:#333333;
        font-size:14px;
        text-align:left;
        font-weight:normal;
        padding-left:1em;
        padding-top:0.5em;
        padding-bottom:0.5em;
        padding-right:1em;
        min-width:7em;
        white-space:nowrap;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        font-weight:bold;
    }

@media all and (max-width:539px) {
  .table03__th {
    min-width:4em;
    white-space: inherit;
  }
}

    .table03__td--right,
    .table03__td {
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        min-width: 5em;
        text-align:left;
        padding-left:1.5em;
        padding-top:0.7em;
        padding-bottom:0.7em;
        padding-right:1rem;
    }
    .table03__td--right {
      text-align: right;
    }
    .table03__tr.thMain th {
        border-bottom: 1px solid #cccccc;
        text-align:center;
    }
    .table03__tr.thMain th img {
        margin-top:1em;
        margin-bottom:6px;
    }
    .table03__tr.thMain span {
        font-weight:normal;
    }


@media all and (min-width:540px) {

    .table02 {
        width:100%;
        border: 1px solid #cccccc;
        border-collapse:collapse;
        border-spacing:0;
        margin-bottom: 1.5em;
    }


    .table02 tr{
        padding:0;
        margin:0;

    }
    .table02 th {
        background-color:#f6f6f6;
        color:#333333;
        font-size:14px;
        text-align:left;
        font-weight:normal;
        padding-left:1em;
        padding-top:0.5em;
        padding-bottom:0.5em;
        padding-right:1em;
        width:11em;
        white-space:nowrap;
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        font-weight:bold;
    }

    .table02 td {
        border-right: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
        text-align:left;
        padding-left:1.5em;
        padding-top:0.7em;
        padding-bottom:0.7em;
    }
    .table02 tr.thMain th {
        border-bottom: 1px solid #cccccc;
        text-align:center;
    }
    .table02 tr.thMain th img {
        margin-top:1em;
        margin-bottom:6px;
    }
    .table02 tr.thMain span {
        font-weight:normal;
    }



}


@media all and (max-width:539px) {
    #container {
        padding: 0 8px;
    }

    .table02 {
        width: 100%;
    }

    .table02 th,
    .table02 td{
        display: block;
        text-align: left;
    }

    .table02 th {
        margin-top: 32px;
    }
    .table02 td select {
        height: 32px;
        width: 35%;
    }

    .table02 td input[type="text"],
    .table02 td textarea
    {
        width: 95%;
    }

    .table02 td p {
        padding-bottom: 0!important;
    }
    #submit01 {
        margin-top: 32px;
    }
}








@media all and (min-width:540px) {

.footer-menu01 {
    text-align: center;
	background-color: #ddd;
}

.footer-menu01__ul {
	margin: 0px auto;
	width: 980px;
	height: 40px;
}

.footer-menu01__li {
    float: left;
    margin-top: 8px;
    margin-left: 32px;
}

.footer-menu01__li:first-child {
    margin-left: 0;
}

.footer-menu02 {
	margin: 32px auto 0;
	width: 980px;
}

.footer-menu02__ul {
    float: left;
    text-align: left;
    margin-left:64px;
}

.footer-menu02__ul:first-child {
    margin-left: 0;
}
.footer-menu02__li {
    list-style-type:disc;
    margin-left: 1.5em;
}

.copyright {
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
}
}

@media all and (max-width:539px) {
    footer {
        padding: 0 8px;
        background-color: #ddd;
    }

    .footer-menu01 {
        margin: 0 -80px;
        display: none;
    }

    .footer-menu02__ul {
        margin-top: 32px;
    }

    .footer-menu02__li {
        list-style-type:disc;
        margin-left: 1.5em;
    }

    .copyright {
        margin-top: 32px;
        margin-bottom: 32px;
        text-align: center;
        font-size: 0.8em;
    }
}


@media all and (min-width:540px) {


}

@media all and (max-width:539px) {

}

.dairiten-banner-side,
.dairiten-banner-footer {
  text-align: center;
  margin-top: 20px;
  background-color: #fafafa;
  padding-top: 15px;
  padding-bottom: 15px
}
@media screen and (min-width: 540px) {
.dairiten-banner-footer {
  display: none;
}
}


/* */
.i-big-num {
  color: #368d28;
  display: inline-block;
  font-size: 2.5rem;
  filter: drop-shadow(2px 2px 0 #fff462);
  margin-right: 10px;
}
.i-01 {
  color: #368d28;
  display: inline-block;
  font-size: 2.5rem;
  margin-right: 10px;
}

/* */
.mt-0 {
  margin-top: 0!important;
}
.mt-20 {
  margin-top: 20px!important;
}
.mt-1rem {
  margin-top: 1rem;
}

/* */
.wpcf7-form-control-wrap.plan input[type=radio] {
    display: none;
    text-align: center;
  }
  .wpcf7-form-control-wrap.plan .wpcf7-list-item {
    cursor : pointer;
    display: block;
    text-align: left;
    width: 100%;
  }

  @media all and (max-width:539px) {
    .wpcf7-form-control-wrap.plan .wpcf7-list-item {
      margin-top: 8px;
    }
  }  

  @media all and (min-width:540px) {
    .wpcf7-form-control-wrap.plan .wpcf7-list-item {
      margin-top: 10px!important;
      width: 390px;
    }
    .wpcf7-form-control-wrap.plan .wpcf7-list-item:first-child {
      margin-left: 0!important;
    }
  }

.plan-label {
  width: 9em;
}
.plan-description {
  font-weight: normal;
  font-size: 1rem;
}

.wpcf7-form-control-wrap.plan input[type="radio"]:checked + .wpcf7-list-item-label {
  /* background: $light-blue; */
  background: rgba(0, 255, 0, 0.1);
  /* border: 2px solid $medium-blue!important; */
  border: 2px solid green!important;
  /* color: $black;  /* マウス選択時のフォント色を指定する */ */
  color: #333;  /* マウス選択時のフォント色を指定する */
}
.wpcf7-form-control-wrap.plan input[type="radio"]:checked + .wpcf7-list-item-label:before {
  font-family: 'Material Icons';
  content: "\e834";
  /* color: $medium-blue!important; */
  color: green!important;
  font-size: 1.2em;
  border: none;
  /* background-color: $light-blue; */
  /* background-color: rgba(0, 0, 255, 0.1); */
  /* background-color: rgba(0, 0, 255, 0.1); */
  height: 1.4rem;
  line-height: 1;
  margin-right: 8px;
  width: 1.4rem;
}

.wpcf7-form-control-wrap.plan .wpcf7-list-item-label {
    /* border: 2px solid $black; */
    border: 2px solid #333;
    box-sizing: border-box;
    /* border-radius: $global-radius; */
    border-radius: 3px;
    /* display: block; */
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 1rem;
    height: 60px;

    /* position: relative; */
    /* padding-top: 9px; */
    /* padding-left: 55px; */
  }
  @media all and (-ms-high-contrast:none) {
    .wpcf7-form-control-wrap.plan .wpcf7-list-item-label {
      padding-top: 12px;
    }
  }
  @supports (-ms-ime-align:auto) {
    .wpcf7-form-control-wrap.plan .wpcf7-list-item-label {
      padding-top: 11px;
    }
  }
  .wpcf7-form-control-wrap.plan .wpcf7-list-item-label:before {
    border: none;
    content: "\e835";
    color: #999;
    font-family: 'Material Icons';
    font-size: 1.2em;
    font-weight: normal;
    margin-right: 8px;

    /* left: 25px; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* position: absolute; */
    /*  */
    width: 1.4rem;
  }
  .wpcf7-form-control-wrap.plan .plan-description {
    margin-left: 1rem;
  }

  .order-step2 {
    display: none;
  }


.submit01 {
  background-color: #368d28;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  min-width: 20em;
  padding: 1rem!important;
}
.submit01:hover {
  opacity: 0.7;
}
@media all and (max-width:539px) {
  .submit01 {
    width: 100%;
  }
}

.wpcf7-textarea,
.wpcf7-text {
  max-width: 100%;
}
.wpcf7-text,
.wpcf7-select {
  font-size: 1.3rem;
}
@media all and (max-width:539px) {
  .wpcf7-textarea,
  .wpcf7-text {
    width: 100%;
  }
}
.pay .wpcf7-list-item {
  display: block;
  font-size: 1.3rem;
}
