@charset "utf-8";


body {
	width: 100%;	/*コンテナー幅*/
	color: #000;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆中央・上部に配置*/
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}


#build-menu{
  display:none;
}
 #main-nav{
  display:none;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #23b123;
	text-decoration: none;
}
a:hover {
        opacity:0.5;
	text-decoration: none;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	width: 75%;	/*コンテナー幅*/
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 75%;
	height: 100%;	/*ヘッダーの高さ*/
}
#header h1 {
	left: 0px;	/*ヘッダーブロックに対して、左から0pxの位置に配置*/
	padding-top: 12px;	/*ヘッダーブロックに対して、上から22pxの位置に配置*/
	width: 100%;
	height: 74px;
	font-size: 2.5em;
	color: #fff;
	text-shadow:
 	           1px 0 0 #d00,
                   1px 1px 0 #d00,
                   0 1px 0 #d00,
                   -1px 1px 0 #d00,
                   -1px 0 0 #d00,
                   -1px -1px 0 #d00,
                   0 -1px 0 #d00,
                   1px -1px 0 #d00;
	letter-spacing: 0.2rem;
	text-align: left;	/*右よせ*/
}
h1 #anshin {
	font-size: 0.55em;	/*文字色*/
	color: #000;
	margin-bottom: -5px;	/*メインメニューとコンテンツブロックとの距離*/
text-shadow:none;
}

#header #ind {
	font-size: 1.0em;	/*文字色*/
	text-align: right;	/*右よせ*/
	line-height: 20px;
	position: absolute;
	top: 10px;	/*ヘッダーブロックに対して、上から34pxの位置に配置*/
	right: 13%;	/*ヘッダーブロックに対して、右から0pxの位置に配置*/
	color: #0080ff;
        font-weight: 600;
}
#header #ind .tel {
	font-size: 3.0em;	/*文字色*/
	color: #23b123;
	margin-top: 15px;	/*メインメニューとコンテンツブロックとの距離*/
	margin-right: 5px;	/*右から0pxの位置に配置*/
        font-weight: 600;
}
#header #ind .tel a {
	color: #23b123;
}
#header #ind .tel a:hover {
        opacity:0.5;
}
#header #ind .time {
	font-size: 1.0em;	/*文字色*/
	color: #000;
	padding-top: 5%;	/*メインメニューとコンテンツブロックとの距離*/
	margin-right: 60px;	/*右から0pxの位置に配置*/
        font-weight: 600;
}


/*メインメニュー
---------------------------------------------------------------------------*/
#menu {
	margin-bottom: 25px;	/*メインメニューとコンテンツブロックとの距離*/
	margin-top: 0;	/*メインメニューとコンテンツブロックとの距離*/
}


ul#menu li a {
	background-image: url(../../images/menu_01.gif);
	display: block;
	float: left;
	padding-top: 5px;
	margin-bottom: 10px;	/*メインメニューとコンテンツブロックとの距離*/
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 16.6%;
	height: 45px;
}

ul#menu li a:hover {
	background-image: url(../../images/menu_on_01.gif);
	color: #E13744;
	width: 16.6%;
	height: 45px;
}
ul#menu li strong {
	background-image: url(../../images/menu_on_01.gif);
	float: left;
	padding-top: 5px;
	margin-bottom: 10px;	/*メインメニューとコンテンツブロックとの距離*/
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 16.6%;
	height: 45px;
}
ul#menu li {
	display: inline;
}


ul#menu2 li {
	float: left;
	margin-bottom: 25px;	/*メインメニューとコンテンツブロックとの距離*/
}
ul#menu2 img {
	vertical-align: bottom;
}


/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;		/*コンテンツ幅*/
	background: #ffffff;	/*背景設定*/

}
/*コンテンツ背景白タイプ*/
.white #contents {
	background: #FFF;
	color: #333;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 10px;
	border-top: 1px solid #f4f4f4;	/*mainの下線*/
	border-bottom: 1px solid #f4f4f4;	/*mainの下線*/
	border-left: 1px solid #f4f4f4;	/*mainの左線*/
	border-right: 1px solid #f4f4f4;	/*mainの右線*/
}
/*h2タグ設定*/
#main #page1 h2 {
	font-size: 26px;	/*文字サイズ*/
	margin-top: 15%;
	background: none;
	color: #339933;
        border: 1px solid rgba(61, 209, 110, 1);
        border-radius: 10px;
        background-color: rgba(61, 209, 110, 0.2);
	padding-left: 40px;
}
/*段落タグの余白設定*/
#main p {
	padding: 0 10px 0;	/*左から、上、左右、下への余白*/
}




/*
パンクズ
-------------------------------------------*/

#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}
#pankuzu a {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
	text-decoration: none;
}



/*
内外サポートについて
-------------------------------------------*/
#support_img {
	width: 100%;
	height: 100px;
}
ul#image_1 {
	padding-top: 20px;
	padding-bottom: 20px;
}

ul#image_1 li {
	display: inline;
}


li.image_2 a {
	background-image: url(../../images/4.gif);
        background-size: 100% 100%;
	margin-right: 1%;	/*メインメニューとコンテンツブロックとの距離*/
	margin-left: 1.5%;	/*メインメニューとコンテンツブロックとの距離*/
	width: 31%;
	height: 100px;
	float: left;
}

li.image_2 a:hover {
	background-image: url(../../images/4_on.gif);
	color: #E13744;
}
li.image_3 a {
	background-image: url(../../images/5.gif);
        background-size: 100% 100%;
	margin-right: 1%;	/*メインメニューとコンテンツブロックとの距離*/
	margin-left: 1%;	/*メインメニューとコンテンツブロックとの距離*/
	width: 31%;
	height: 100px;
	float: left;
}

li.image_3 a:hover {
	background-image: url(../../images/5_on.gif);
	color: #E13744;
}
li.image_4 a {
	background-image: url(../../images/6.gif);
        background-size: 100% 100%;
	margin-right: 0.5%;	/*メインメニューとコンテンツブロックとの距離*/
	margin-left: 1%;	/*メインメニューとコンテンツブロックとの距離*/
	width: 31%;
	height: 100px;
	float: left;
}

li.image_4 a:hover {
	background-image: url(../../images/6_on.gif);
	color: #E13744;
}





/*メインブロック内のbox1設定
---------------------------------------------------------------------------*/
#main .box1 {
	margin-right: 5%;
	margin-left: 5%;
	width: 90%;
	overflow: hidden;
	border: 3px solid #C2001B;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;			/*ボックス同士の余白*/
}
/*段落タグ共通設定*/
#main .box1 p {
	padding: 5px;
	color: #333;		/*文字色*/
}
/*画像の設定*/
#main .box1 p.img {
	float: left;	/*左側に回り込み*/
}
/*h3タグ設定*/
#main .box1 h3 {
	padding-left: 5%;
	margin-top: 1em;
	font-size: 28px;
	color: #C2001B;		/*文字色*/
}
#main .box1 h4 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 24px;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	color: #6a6a6a;		/*文字色*/
	border-bottom: 1px solid #aaaaaa;	/*枠線の幅、線種、色*/
}

#main .box1 h4 span {
	font-size: 20px;
	color: #75A239;
	padding-left: 20px;
	font-weight: normal;
}

/*説明文設定*/
#main .box1 p.text {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
}
#main .box1 p {
	margin-left: 5%;	/*左の画像とバランスをとって設定する*/
}

#main .imgtell {
	background: url(../../images/tel_img.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 80px;
	margin-left: 100px;
	margin-bottom: 50px;
	font-size: 48px;
	color: #ff5555;		/*文字色*/
}




/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 22%;
	padding-bottom: 10px;
	border-top: 1px solid #f4f4f4;	/*subの下線*/
	border-bottom: 1px solid #f4f4f4;	/*subの下線*/
	border-left: 1px solid #f4f4f4;	/*subの左線*/
	border-right: 1px solid #f4f4f4;	/*subの右線*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;		/*文字サイズ*/
	background: url(../../images/bg1.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)にリピート*/
	margin-bottom: 1px;
	line-height: 50px;
	height: 50px;
	padding-left: 10px;
	border-bottom: 3px solid #C2001B;	/*下線の線の幅、線種、色*/
	overflow: hidden;
	color: #FFF;			/*マウスオン時の文字色*/
}
/*コンテンツ背景白タイプ*/
.white #sub h3 {
	color: #FFF;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu li a {
	display: block;
	width: 98%;
	padding: 3px 0px 3px 10px;
	text-decoration: none;
	border-bottom: 1px solid #3E3E3E;	/*メニューごとの下線の幅、線種、色*/
}
#sub ul.submenu li a:hover {
	background: #C2001B;	/*マウスオン時の背景色*/
	color: #FFF;			/*マウスオン時の文字色*/
}

/*サブコンテンツ内のbox1設定
---------------------------------------------------------------------------*/
#sub .box1 {
	background: #69000f;	/*ボックスの背景色*/
	padding: 8px;			/*ボックス内の余白*/
	margin-bottom: 1em;		/*ボックスの下に１文字分スペースをあける*/
}
/*コンテンツ背景白タイプ*/
.white #sub .box1,
.white #sub .box1 a {
	color: #FFF;
}

/*サブコンテンツ内のbox1にサブメニューを置いた場合の設定
---------------------------------------------------------------------------*/
#sub .box1 ul.submenu li a {
	width: 95%;
	background: #000;	/*メニューの背景色*/
}
#sub .box1 ul.submenu li a:hover {
	background: #C2001B;	/*マウスオン時の背景色*/
}

/*サブコンテンツ内のbox2設定
---------------------------------------------------------------------------*/
#sub .box2 {
	background: #f4ffff;	/*ボックスの背景色*/
	padding-left: 3px;			/*ボックス内左の余白*/
	margin-bottom: 5px;		/*ボックスの下にスペースをあける*/
}
#sub .box2 p.text {
	color: #000;			/*マウスオン時の文字色*/
}
#sub .box2 ul li.conv1 {
	background: #eaffff;	/*ボックスの背景色*/
	color: #000;			/*マウスオン時の文字色*/
	padding-right: 2px;	/*右の余白*/
	padding-left: 2px;	/*左の余白*/
	padding-top: 2px;	/*上の余白*/
	padding-bottom: 2px;	/*下の余白*/
}
#sub .box2 ul li.conv2 {
	background: #eaffea;	/*ボックスの背景色*/
	color: #000;			/*マウスオン時の文字色*/
	padding-right: 2px;	/*右の余白*/
	padding-left: 2px;	/*左の余白*/
	padding-top: 2px;	/*上の余白*/
	padding-bottom: 2px;	/*下の余白*/
}
#sub .box2 ul li.conv3 {
	background: #ffeaff;	/*ボックスの背景色*/
	color: #000;			/*マウスオン時の文字色*/
	padding-right: 2px;	/*右の余白*/
	padding-left: 2px;	/*左の余白*/
	padding-top: 2px;	/*上の余白*/
	padding-bottom: 2px;	/*下の余白*/
}


#sub .box3 {
	border-top: 1px solid #f4f4f4;
}

#sub .box3 ul#img_1 {
	padding-top: 10px;
	padding-left: 5px;
	height: 200px;
}
#sub .box3 ul#img_1 li {
	padding-bottom: 10px;
}


#sub .box3 ul#img_1 li.img_2 a {
	background-image: url(../../images/identification.gif);
	display: block;
	width: 210px;
	height: 50px;
}

#sub .box3 ul#img_1 li.img_2 a:hover {
	background-image: url(../../images/identification_on.gif);
}
#sub .box3 ul#img_1 li.img_3 a {
	background-image: url(../../images/service.gif);
	display: block;
	width: 210px;
	height: 50px;
}

#sub .box3 ul#img_1 li.img_3 a:hover {
	background-image: url(../../images/service_on.gif);
}
#sub .box3 ul#img_1 li.img_4 a {
	background-image: url(../../images/fee.gif);
	display: block;
	width: 210px;
	height: 50px;
}

#sub .box3 ul#img_1 li.img_4 a:hover {
	background-image: url(../../images/fee_on.gif);
}







/*フッター
---------------------------------------------------------------------------*/
#footer {
	background: #222;	/*ボックスの背景色*/
	clear: both;
	width: 100%;
	text-align: center;		/*文字をセンタリング*/
	color: #fff;
}
#footer a {
	text-decoration: none;
}

/*その他
---------------------------------------------------------------------------*/


p.thank {
	font-size: 14px;		/*文字サイズ*/
	color: #000;
	margin-top: 5px;
}
ul.thank {
	font-size: 14px;		/*文字サイズ*/
	color: #ff0000;
	margin: 5px 10px;
}

.look {
	background-color: #333333;
}
.mb1em {
	margin-bottom: 1em;
}
.gaiyo {
	font-size: 25px;		/*文字サイズ*/
	color: #999;
	padding-left: 35px;
	margin-top: 5px;
}
.gaiyou {
	font-size: 14px;		/*文字サイズ*/
	color: #555;
	padding-left: 10px;
}
.fee {
	font-size: 20px;		/*文字サイズ*/
	color: #999900;
	padding-left: 20px;
	margin-top: 5px;
}
.zeinuki {
	font-size: 14px;		/*文字サイズ*/
	color: #999999;
	padding-left: 10px;
	margin-top: 5px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #C2001B;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.hr001 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.del {
	text-decoration: line-through;
	color: #333;
}
.caps {
	font-size: 12px;
	color: #666;
}

p.gotop{
    position: fixed;
    right: 2%;
    margin-bottom: 2%;
}
p.gotop a{
    width: 60px;
    height: 60px;
    display: block;
}
p.gotop img{
    width: 60px;
}


/*FORM
-------------------------------------------------------------------*/

#input {
        height: 16px;
}
#input2 {
       width：35％;
	color：＃666;
	font-size：16px;
	margin-top：1％;
	left-margin：10％;
	margin-bottom：10px;
	padding-top：15px;
	padding-bottom：15px;
}
＃input2：hover {
	不透明度：0.8;
}


.bottom10 {
	padding-bottom: 15px;
	color: #333;
}
.chui {
	color: #D44767;
	font-size: 12px;
}
.bottom10_1 {
	padding-bottom: 15px;
	font-size: 16px;
	color: #333;
}
.bottom10_2 {
	padding-bottom: 20px;
	font-size: 16px;
	color: #ff0000;
}
.to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
.come {
	color: #333;
	padding: 20px;
}
.form_comment {
	color: #333;
	font-size: 12px;
	padding: 0px;
}
.space {
	padding-left: 3px;
}
.space5 {
	height: 25px;
	width: 50%;
	font-size: 14px;
}
.space6 {
	width: 70%;
	height: 25px;
	font-size: 14px;
}
.space2 {
	height: 100px;
	width: 95%;
	font-size: 14px;
}
.space3 {
	height: 25px;
	width: 30%;
	font-size: 14px;
}

.space4 {
	width: 70%;
	font-size: 14px;
	height: 25px;
}
.space8 {
	height: 25px;
}

.bikou {
	width: 70%;
	height: 100px;
}



/*PDFボタン
-------------------------------------------------------------------*/

.pdf_buttons ul {
	display: inline;
	padding: 5px;
}
.pdf_buttons li.image_01 a {
	background-image: url(../../images/moushikomi.gif);
	float: left;
	margin-left: 2%;
	width: 200px;
	height: 60px;
}

.pdf_buttons li.image_01 a:hover {
	background-image: url(../../images/moushikomi_on.gif);
	width: 200px;
	height: 60px;
}
.pdf_buttons li.image_02 a {
	background-image: url(../../images/ip_moushikomi.gif);
	float: left;
	margin-left: 2%;
	width: 200px;
	height: 60px;
}

.pdf_buttons li.image_02 a:hover {
	background-image: url(../../images/ip_moushikomi_on.gif);
	width: 200px;
	height: 60px;
}
.pdf_buttons li.image_03 a {
	background-image: url(../../images/doui.gif);
	float: left;
	margin-left: 2%;
	width: 200px;
	height: 60px;
}

.pdf_buttons li.image_03 a:hover {
	background-image: url(../../images/doui_on.gif);
	width: 200px;
	height: 60px;
}



/* ========SERVICE TOPPOINTS======== */
#service_area h3 {
	margin: 50px 150px 10px 10px;
	padding: 5px;
	font-size: 150%;
	line-height: 1.5;
	color: #339933;
	border-bottom: 1px solid #dedede;
}
#service_text {
	margin: 0;
	padding-left: 10px;
}

#service_text p {
	font-size: 1.5em;
	font-weight: bolder;
	color: #ea2a7d;
	text-shadow: 2px 2px 2px #dedede;
	padding-left: 10px;
	margin: 0;
}
#main p {
	margin: 6px 0 10px 0;
	padding-left: 10px;
}


#main .services {
	margin: 6px 0 10px 0;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
}

#main ul li {
	color: #333333;	/文字色*/
}

#main .gaiyou {
	margin: 6px 0 10px 5px;
	font-size: 14px;
	color: #333;
}
#main .captions {
	margin: 5px 0 5px 10px;
	color: #777;
	font-size: 14px;
}
#service_text .green {
	font-size: 17px;
	font-weight: bold !important;
	color: #3c99a3 !important;
	letter-spacing: 0px;
	text-decoration: none;
	padding-left: 15px;
}
#service_text .pink {
	font-size: 17px;
	color: #ea2a7d !important;
	letter-spacing: 0px;
	text-decoration: none;
}

.red {
	text-decoration: none;
	color: #d9333f;
}

.red12 {
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #d9333f;
}









/*
responsible
-------------------------------------------------------------------*/
@media screen and (min-width: 1100px) {
#mobile-menu{
  display:none;
}


  }




@media screen and (max-width: 1000px) {
#mobile-menu{
  display:none;
}
#sub{
  display:none;
}

.fax{
  display:none;
}


#container {
	width: 100%;	/*コンテナー幅*/
}
#main {
	width: 98%;	/*mainー幅*/
	margin-right: 1%;
	margin-left: 1%;
}



#contents {
	width: 100%;		/*コンテンツ幅*/

}

#header h1{
	font-size: 2.3em;
	margin-left: 5%;
}

#header #ind {

	position: absolute;
	top: 10px;	/*ヘッダーブロックに対して、上から10pxの位置に配置*/
	right: 5%;	/*ヘッダーブロックに対して、右から5%の位置に配置*/

}
#header #ind .time {
	font-size: 1.2em;	/*文字色*/
	margin-right: 5%;	/*右から5%の位置に配置*/
}

#support_img {
	width: 80%;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

.topcopy {
	width: 98%;
}
.topcopy img{
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}

@media screen and (max-width: 900px) {

#header #ind {
	font-size: 0.9em;	/*文字色*/
}
#header #ind .tel {
	font-size: 2.6em;	/*文字色*/
}
#header #ind .time {
	font-size: 1.1em;	/*文字色*/
}


#support_img {
	width: 80%;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
}

  }


@media screen and (max-width: 768px) {

#header h1{
	font-size: 2.1em;
}
#header #ind {
	font-size: 0.9em;	/*文字色*/
}
#header #ind .tel {
	font-size: 2.5em;	/*文字色*/
}
#header #ind .time {
	font-size: 1.1em;	/*文字色*/
}

  }


@media screen and (max-width: 720px) {

#header #ind {

	position: absolute;
	top: 10px;	/*ヘッダーブロックに対して、上から34pxの位置に配置*/
	right: 2%;	/*ヘッダーブロックに対して、右から0pxの位置に配置*/

}
#header #ind {
	font-size: 0.8em;	/*文字色*/
}
#header #ind .tel {
	font-size: 2.6em;	/*文字色*/
}
#header #ind .time {
	font-size: 1.2em;	/*文字色*/
}
#main .imgtell {
	background: url(../../images/tel_img.gif);
	padding-left: 10px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #23b123;
}

.topcopy {
	width: 96%;
}

.topcopy img{
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}

#demand .phone_num{
	font-size:2.0em;
	color:#ff0000;
	font-weight:bold;
	margin-bottom:0.5em;
	margin-left:0.3em;
}
#demand .phone_num2{
	font-size:14px;
	color:#333;
	margin-left:5.0em;
}



.campain {
	font-size: 26px;
	color: #ff0000;
}
.campain a {
	font-size: 26px;
	color: #ff0000;
	text-decoration: none;
}


  }
