/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *768px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================*/

/*  画面サイズが480pxまで  */
p {
}




@media screen and (min-width:480px) and ( max-width:600px) { 
    /*　画面サイズが480pxからはここを読み込む　*/


#header {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	clear: both;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	position: fixed;
	top: 0;
	margin: 0;
	z-index: 9999;
	min-height: 70px;
}

.wrapper .article1 .title {
    width: 90%;
    height: auto;
    min-width: 20px;
    max-width: 1180px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: auto;
    padding-right: auto;
    min-height: 30px;
    max-height: 240px;
    overflow-y: hidden;
    ccolor: #4A2C2C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    line-height: 160%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
  
    margin-right: auto;
    margin-left: auto;
}

.headtitle a img {
}
#header .headtext  {
    display: none;
}
.wrapper .mainarticle .pcmainimage {
    display: none;
}
.wrapper .mainarticle .pcmap {
    display: none;
}
.wrapper .mainarticle .crollpcmain {
    display: none;
}
.wrapper .mainarticle .title2 {
    font-size: 13px;
}
.wrapper .mainarticle .outmain {
    display: none;
}
.wrapper .mainarticle .resimain {
    display: none;
}
.mainarticle .topservice .topservicetext2 {
    display: none;
}

}



@media screen and (min-width:600px) and ( max-width:768px)  {
    /*　画面サイズが768pxから960pxまではここを読み込む　*/
p {
}

.wrapper .article1 .title {
    width: 90%;
    height: auto;
    min-width: 20px;
    max-width: 1180px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: auto;
    padding-right: auto;
    min-height: 30px;
    max-height: 240px;
    overflow-y: hidden;
    color: #4A2C2C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    line-height: 160%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

#header .headtext  {
    float: right;
    margin-right: 10px;
    width: 40%;
    height: auto;
    min-width: 220px;
    min-height: 30px;
    max-width: 520px;
    max-height: 150px;
	display: block	text-align: right;
    color: #615D5D;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 145%;
    text-align: right;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 10px;
    margin-bottom: 10px;
}
#header .headtext img {
    width: 100%;
    height: auto;
    min-width: 120px;
    max-width: 350px;
}

.navbar-collapse {
    padding-right: 5%;
    padding-left: 2%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    margin-left: auto;
    margin-right: auto;
}
.wrapper .mainarticle .smartmainimage {
    display: none;
}
.wrapper .mainarticle .smartmap {
    display: none;
}
.wrapper .mainarticle .crollsmartmain {
    display: none;
}
.wrapper .mainarticle .outmainsmart {
    display: none;
}
.wrapper .mainarticle .resimainsmart {
    display: none;
}
.mainarticle .topservice .topservicetext2 {
    display: none;
}
}


@media screen and (min-width:960px) and ( max-width:1580px) {
    /*　画面サイズが960pxから1580pxまではここを読み込む　*/
p {
}

	#header {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	clear: both;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	position: fixed;
	top: 0;
	margin: 0;
	z-index: 9999;
	min-height: 90px;
}
.navbar-collapse {
    padding-right: 5%;
    padding-left: 3%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    margin-right: auto;
    margin-left: 5px;
}
.wrapper .mainarticle .smartmainimage {
    display: none;
}
.wrapper .mainarticle .smartmap {
    display: none;
}
.wrapper .mainarticle .crollsmartmain {
    display: none;
    padding-left: 0px;
}
.wrapper .mainarticle .outmainsmart {
    display: none;
}
.wrapper .mainarticle .resimainsmart {
    display: none;
}
.mainarticle .topservice .topservicetext2 {
    display: none;
}

}

@media screen and (min-width:1580px) {
    /*　画面サイズが1580pxからはここを読み込む　*/
p {
}
.wrapper .wideslider {
	width: 100%;
}
.wrapper .mainarticle .smartmainimage {
    display: none;
}
.wrapper .mainarticle .smartmap {
    display: none;
}
.wrapper .mainarticle .crollsmartmain {
    display: none;
}
.wrapper .mainarticle .outmainsmart {
    display: none;
}
.wrapper .mainarticle .resimainsmart {
    display: none;
}
.mainarticle .topservice .topservicetext2 {
    display: none;
}


}


#menu {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#menu li{
    display: block;
    float: left;
    width: 16.66%;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    background-color: #4265A3;
    color: #FFFCFC;
}
#menu li a {
    display: block;
    padding-top: 2px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 4px;
    color: #FFFCFC;
    text-align: center;
    text-decoration: none;
    border-right: 1px solid #FFFFFF;
}
#menu li:last-child a{
	border: none;
}
#menu li a:hover{
    background-color: #3E63A2;
    border-right: 1px solid #FFFFFF;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}

#toggle {
	display: none;
}
 
/* 画面サイズが960pxから768pxの場合に適用 */
@media screen and (min-width:768px) and ( max-width:960px) {
	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
    display: block;
    position: relative;
    width: 100%;
    background-color: #4074AD;
	}
	#toggle a{
	display: block;
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid #FFFFFF;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	}
	#toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #FFF;
	}
	#toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    height: 6px;
    background-color: #647E9A;
    width: 100%;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 3px;
	}
.navbar-collapse {
    padding-right: 0%;
    padding-left: 0%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    margin-right: auto;
    overflow-y: hidden;
    margin-left: 3px;
}

.wrapper .topitemlist {
    width: 47%;
    height: auto;
    min-width: 150px;
    min-height: 25px;
    max-width: 400px;
    max-height: 30px;
    display: block;
    margin-top: 2px;
    margin-right: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    color: #FFFFFF;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-size: 14.5px;
    line-height: normal;
    text-align: center;
    overflow-y: hidden;
    background-color: #437DB3;
    border-radius: 6px;
    float: left;
    text-shadow: 0px 0px;
}


	#header {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: block;
    float: left;
    height: auto;
    width: 100%;
    clear: both;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 9999;
    min-height: 90px;
    overflow-y: hidden;
    max-height: 1220px;
}
    
 .wrapper #header .headtitle {
    width: 50%;
    height: auto;
    min-width: 300px;
    min-height: 20px;
    max-width: 460px;
    max-height: 60px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    z-index: 9999;
    margin-top: 10px;
}
#header .headtitle img {
    width: 60%;
    height: auto;
    min-width: 300px;
    min-height: 40px;
    max-width: 300px;
    display: block;
    margin-right: auto;
    margin-left: 5px;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
#header .headtext {
    display: inline-block
}   
    
    
.wrapper .article1 {
    width: 95%;
    height: auto;
    margin-top: 10px;
    min-width: 180px;
    min-height: 30px;
    max-width: 850px;
    max-height: 14400px;
    display: block;
    font-size: 13px;
    text-align: center;
}
.wrapper .article1 .title {
	width: 90%;
	height: auto;
	min-width: 20px;
	max-width: 780px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-left: auto;
	padding-right: auto;
	min-height: 20px;
	max-height: 80px;
	overflow-y: hidden;
	color: #4A2C2C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 21px;
	text-align: center;
	line-height: 160%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 5px;

	margin-right: auto;
	margin-left: auto;
}
	
.wrapper .article1 .title {
    width: 90%;
    height: auto;
    min-width: 20px;
    max-width: 1180px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: auto;
    padding-right: auto;
    min-height: 30px;
    max-height: 240px;
    overflow-y: hidden;
    color: #4A2C2C;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    line-height: 160%;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 10px;

    margin-right: auto;
    margin-left: auto;
}
.wrapper .mainarticle .smartmainimage {
    display: none;
}
.wrapper .mainarticle .smartmap {
    display: none;
}
.wrapper .mainarticle .crollsmartmain {
    display: none;
}
.wrapper .mainarticle .outmainsmart {
    display: none;
}
.wrapper .mainarticle .resimainsmart {
    display: none;
}
.mainarticle .topservice .topservicetext2 {
    display: none;
}




}



/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
    display: block;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
    position: relative;
    width: 100%;
    background-color: #4B85C5;
    display: block;
	}
	#toggle a{
    display: block;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border-bottom: 1px solid #FFFFFF;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background-color: undefined;
	}
	#toggle:before {
    content: "";
    position: absolute;
    top: 10%;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: #FFF;
    display: block;
	}
	#toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 6px;
    background-color: #3C638E;
	}
	#toggle a:before {
    margin-top: -9px;
    background-color: undefined;
	}
	#toggle a:after {
		margin-top: 3px;
	}
	
#menu li ul {
    display: block;
    position: absolute;
    top: 30px;
    left: -1px;
    padding: 5px;
    width: 200px;
    background: #eee;
    border: solid 1px #ccc;
}
#menu li ul li {
    margin: 0;
    padding: 0;
    width: 200px;
    border: none;
    display: block;
}	
	
.wrapper .topslide p {
	width: 100%;
	height: auto;
	margin-top: 0px;
	position: absolute;
	top: 30%;
	color: #020202;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	font-size: 22px;
	font-weight: bolder;
	min-width: 220px;
	min-height: 30px;
	max-width: 960px;
	max-height: 100px;
	display: block;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	text-shadow: 0px 0px;
}

.wrapper .toparticle {
	width: 100%;
	height: auto;
	min-width: 220px;
	min-height: 40px;
	max-width: 480px;
	max-height: 600px;
	display: block;
	float: left;
	margin-left: auto;
	margin-right: auto;
	padding-right: 7px;
	padding-left: 7px;
}
.mainarticle .topservice .topservicetext {
    font-size: 12px;
    line-height: 150%;
    text-decoration: none;
}
.topservice .topservicetext .topservicelarge {
    font-size: 17px;
}
.wrapper .topitemlist {
	width: 100%;
	height: auto;
	min-width: 150px;
	min-height: 25px;
	max-width: 500px;
	max-height: 30px;
	display: block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-size: 14.5px;
	line-height: normal;
	text-align: center;
	overflow-y: hidden;
	background-color: #B36D43;
	border-radius: 6px;
	float: left;
	text-shadow: 1px 1px 2px #232020;
}


.wrapper #header .headtext {
	display: none;
}
.wrapper #header .headtitle {
    width: 40%;
    height: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    z-index: 9999;
    position: relative;
    min-width: 120px;
    max-width: 300px;
    margin-top: 14px;
}
#header .headtitle img {
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    max-width: 200px;
    margin-top: 14px;
}

.wrapper #header2 .headtext {
	display: none;
}
.wrapper #header2 .headtitle {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#header .headtitle2 img {
	margin-left: auto;
	margin-right: auto;
}



.wrapper .mainarticle2 {
	width: 95%;
	margin-left: 0px;
	padding-left: 5px;
}

.wrapper .article1 .title {
	width: 90%;
	height: auto;
	min-width: 20px;
	max-width: 780px;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-left: auto;
	padding-right: auto;
	min-height: 20px;
	max-height: 80px;
	overflow-y: hidden;
	color: #4A2C2C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	line-height: 160%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 10px;
	border-bottom: 2px solid #C78B8D;
	margin-right: auto;
	margin-left: auto;
}


#header #menu-box .navbar.navbar-inverse {
    width: 100%;
    height: auto;
    color: #FFFFFF;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 30px;
    max-height: 95px;
    text-shadow: 2px 2px 2px #000000;
    max-width: 350px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #FFFFFF;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 3;
}

.navbar-header .navbar-toggle.collapsed .sr-only {
    background-color: #4B85C5;
}

.nav.navbar-nav {
    background-color: #B2565F;
}
.navbar-header {
    background-color: #FFFFFF;
    z-index: 9999;
}
.navbar-header .navbar-toggle.collapsed .togmenutext {
    text-align: center;
    margin-top: 4px;
    width: 30px;
    height: 10px;
    max-width: 30px;
    max-height: 10px;
    color: #FFFFFF;
    font-family: "メイリオ";
    font-size: 0.5em;
    margin-left: -5px;
}
.navbar-header .navbar-toggle.collapsed .togmenutext:hover {
    text-align: center;
    margin-top: 4px;
    width: 30px;
    height: 10px;
    max-width: 30px;
    max-height: 10px;
    color: #FFFFFF;
    font-family: "メイリオ";
    font-size: 0.5em;
    margin-left: -5px;
}

.wrapper #header {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	float: left;
	height: auto;
	width: 100%;
	clear: both;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	position: fixed;
	top: 0;
	margin: 0;
	z-index: 9999;
	min-height: 70px;
}

.wrapper #header .headtitle {
    width: 80%;
    height: auto;
    min-width: 150px;
    min-height: 20px;
    max-width: 460px;
    max-height: 60px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    z-index: 9999;
    margin-top: 0px;
    text-align: left;
    float: left;
}
#header .headtitle img {
    width: 100%;
    height: auto;
    min-width: 120px;
    min-height: 20px;
    max-width: 300px;
    display: block;
    margin-left: 5px;
    margin-bottom: 0px;
    padding-bottom: 4px;
}

.wrapper .mainimage {
    width: 100%;
    height: auto;
    min-width: 200px;
    max-width: 1050px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: left;
}
.wrapper .mainimage img {
    width: 100%;
    max-width: 1052px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: auto;
    min-width: 200px;
}
.navbar-collapse {
    padding-right: 5%;
    padding-left: 5%;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    margin-left: auto;
    margin-right: auto;
}
#header #menu-box .navbar.navbar-inverse {
    width: 100%;
    height: 45px;
    color: #FFFFFF;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 45px;
    max-height: 682px;
    text-shadow: 0px 0px;
    background-color: #4B85C5;
    max-width: 1950px;
    min-width: 350px;
}
#inverseNavbar1 .nav.navbar-nav li a  {
    color: #FFFFFF;
    min-width: 0px;
    min-height: 10px;
    max-height: 105px;
    z-index: 999;
    height: 45px;
    line-height: 250%;
ｓ}
#inverseNavbar1 .nav.navbar-nav li a:hover  {
    color: #FFFFFF;
    border-right-color: #FFFFFF;
    background-color: #7390D8;
    height: 45px;
    max-height: 155px;
}

.nav.navbar-nav .dropdown .dropdown-menu {
    min-height: 45px;
    padding-top: 0px;
    height: 45px;
    max-height: 550px;
    background-color: undefined;
}
.dropdown .dropdown-menu li a {
    color: #FFFFFF;
    border-bottom: 1px solid #B1B1B1;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 45px;
    line-height: 160%;
    text-shadow: px px;
    background-color: #D17B83;
    height: 65px;
}


.mainarticle .article1 iframe ask {
    max-height: 2000px;
    overflow-y: hidden;
    background-color: undefined;
}

.mainarticle .title .titletext1 {
    font-size: 17px;
}
.wrapper .mainarticle .pcmainimage {
    display: none;
}
.wrapper .mainarticle .pcmap {
    display: none;
}
.wrapper .mainarticle .crollsmartmain {
    width: 92%;
    height: auto;
    min-width: 150px;
    min-height: 140px;
    max-width: 460px;
    max-height: 435px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wrapper .mainarticle .crollpcmain {
    display: none;
}
.wrapper .mainarticle .title2 {
    font-size: 12px;
}
.wrapper .mainarticle .text-red {
    font-size: 15px;
    line-height: normal;
}
.wrapper .mainarticle .title {
    font-size: 17px;
}
.mainarticle .crol1-3 .out2-2 {
    width: 65%;
    height: 65%;
}
.wrapper .mainarticle .outmain {
    display: none;
}
.wrapper .mainarticle .resimain {
    display: none;
}
.mainarticle .fabricunit .fabrintext {
    font-size: 12px;
}
.mainarticle .topservice .topservicetext {
    display: none;
}
.wrapper .mainarticle .col-md-3 {
    display: none;
}
.wrapper .mainarticle .subtitlearea {
    font-size: 14px;
}
.mainarticle .subtitlearea .title4 {
    font-size: 16px;
    text-align: center;
}
.col-md-8 a #Image6 {
    max-width: 220px;
}
.mainarticle .col-md-9 .subtitle {
    font-size: 17px;
}
.mainarticle .article1 .subtitle {
    font-size: 17px;
}


}
