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

/*  画面サイズが480pxまで  */
p {
 color:red;
}




@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 .footpart .leftfoot {
    width: 100%;
    height: 400px;
    min-width: 150px;
    min-height: 200px;
    max-width: 900px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #35A659;
    border-right: 1px solid #FFFFFF;
    bottom: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}



.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;
}
.custmerframe .custmertitle .custmtitletext {
    width: auto;
    height: auto;
    min-width: 50px;
    max-width: 550px;
    max-height: 200px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    margin-left: 5px;
    color: #9F3F41;
}
}



@media screen and (min-width:768px) and ( max-width:960px) {
    /*　画面サイズが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;
}

.wrapper .footpart  {
    width: 100%;
    height: auto;
    bottom: 0px;
    position: static;
    max-width: 1050px;
    overflow-y: hidden;
}
.wrapper .footpart .leftfoot {
    width: 57.9%;
    height: 400px;
    min-width: 150px;
    min-height: 200px;
    max-width: 900px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #35A659;
    border-right: 1px solid #FFFFFF;
    bottom: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}
.footpart .leftfoot img {
    width: 100%;
    height: auto;
    max-width: 350px;
}
.wrapper .footpart .rightfoot {
    width: 39.9%;
    height: 400px;
    min-width: 120px;
    min-height: 50px;
    max-width: 950px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #35A659;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #307CCB;
    margin-top: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}
.footpart .rightfoot .contactbox {
    width: 80%;
    height: 35px;
    max-width: 250px;
    max-height: 40px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    overflow-y: hidden;
    color: #FFFFFF;
    font-family: "メイリオ";
    font-style: normal;
    font-size: 15px;
    border: 1px solid #FEFEFE;
    line-height: 200%;
}
.wrapper .footpart .leftfoot .footertext {
    width: 90%;
    height: auto;
    min-width: 250px;
    min-height: 30px;
    max-width: 450px;
    max-height: 300px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: 20px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    text-align: left;
    font-family: "メイリオ";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12x;
    line-height: 200%;
    float: left;
}
.wrapper .footpart .rightfoot .footertext {
    width: 90%;
    height: auto;
    min-width: 200px;
    min-height: 30px;
    max-width: 350px;
    max-height: 300px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: 20px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    text-align: left;
    font-family: "メイリオ";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12x;
    line-height: 220%;
    float: left;
}
.wrapper .footpart .leftfoot .footrtlogo {
    width: 100%;
    height: auto;
    max-width: 200px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 20px;
    margin-top: 12px;
    float: left;
    min-width: 100px;
    max-height: 100pt;
}
.leftfoot .footrtlogo img {
    width: 100%;
    max-width: 120px;
    display: block;
    height: auto;
    margin-left: 1px;
    margin-top: 15px;
    float: left;
    min-width: 100px;
}
#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: 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;
}

}


@media screen and (min-width:960px) and ( max-width:1280px) {
    /*　画面サイズが960pxから1280pxまではここを読み込む　*/
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: 10%;
    padding-left: 20%;
    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 .footpart .leftfoot {
    width: 59.8%;
    height: 400px;
    min-width: 150px;
    min-height: 200px;
    max-width: 1300px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #35A659;
    border-right: 1px solid #FFFFFF;
    bottom: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}
.wrapper .footpart .rightfoot {
    width: 39.9%;
    height: 400px;
    min-width: 120px;
    min-height: 50px;
    max-width: 1350px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #35A659;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #307CCB;
    margin-top: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}
}

@media screen and (min-width:1280px) {
    /*　画面サイズが1280pxからはここを読み込む　*/
p {}
.wrapper .wideslider {
	width: 100%;
}


}


#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;
}
 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width: 768px) {

	#menu {
		display: none;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
    display: block;
    position: relative;
    width: 100%;
    background-color: #3E63A2;
	}
	#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: none;
		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: #84A9C5;
    width: 100%;
	}
	#toggle a:before {
		margin-top:-9px;
	}
	#toggle a:after {
		margin-top: 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;
}
    
 .wrapper #header .headtitle {
    width: 50%;
    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: 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: none
}   
    
    
.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;
}
.hidden_show .hiddenimagebox .hiddenunit {
    margin-left: 5px;
    margin-right: 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: 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;
}
.archiveframe .archivetitle .archiveicon {
    width: 50%;
    height: auto;
    min-width: 50px;
    max-width: 70px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.archivetitle .archiveicon img {
    width: 100%;
    min-width: 30px;
    display: block;
    max-width: 70px;
}

.wrapper .footpart  {
    width: 100%;
    height: auto;
    bottom: 0px;
    position: static;
    max-width: 1050px;
    overflow-y: hidden;
}
.wrapper .footpart .leftfoot {
    width: 100%;
    height: 400px;
    min-width: 150px;
    min-height: 200px;
    max-width: 850px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #35A659;
    border-right: 1px solid #FFFFFF;
    bottom: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}
.footpart .leftfoot img {
    width: 0%;
    background-color: undefined;
}
.wrapper .footpart .rightfoot {
    width: 100%;
    height: 400px;
    min-width: 120px;
    min-height: 50px;
    max-width: 850px;
    max-height: 450px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    background-color: #35A659;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #307CCB;
    margin-top: 0px;
    border-top: 1px solid #FFFFFF;
    overflow-y: hidden;
}
.footpart .rightfoot .contactbox {
    width: 80%;
    height: 35px;
    max-width: 250px;
    max-height: 40px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-left: 12px;
    overflow-y: hidden;
    color: #FFFFFF;
    font-family: "メイリオ";
    font-style: normal;
    font-size: 15px;
    border: 1px solid #FEFEFE;
    line-height: 200%;
}
.wrapper .footpart .leftfoot .footertext {
    width: 90%;
    height: auto;
    min-width: 150px;
    min-height: 30px;
    max-width: 350px;
    max-height: 300px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: 20px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    text-align: left;
    font-family: "メイリオ";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12x;
    line-height: 200%;
    float: left;
}
.wrapper .footpart .rightfoot .footertext {
    width: 90%;
    height: auto;
    min-width: 200px;
    min-height: 30px;
    max-width: 350px;
    max-height: 300px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: auto;
    margin-left: 20px;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 1px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-left: 5px;
    color: #FFFFFF;
    text-align: left;
    font-family: "メイリオ";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12x;
    line-height: 220%;
    float: left;
}
.wrapper .footpart .leftfoot .footrtlogo {
    width: 100%;
    height: auto;
    max-width: 120px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 20px;
    margin-top: 12px;
    float: left;
    min-width: 100px;
    max-height: 100pt;
}
.leftfoot .footrtlogo img {
    width: 100%;
    max-width: 120px;
    display: block;
    height: auto;
    margin-left: 1px;
    margin-top: 15px;
    float: left;
    min-width: 100px;
}
.bluearticle .leftcolum13 {
    width: 90%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.mainarticle .leftcolum13 {
    width: 0%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
    .wrapper .mainarticle .leftcolum13 {
    width: 90%;
    height: auto;
    min-width: 120px;
    min-height: 200px;
    max-width: 280px;
    max-height: 300px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0px;
    vertical-align: top;
}
 .mainarticle .leftcolum13 img {
    max-width: 200px;
    height: auto;
    width: 90%;
    min-width: 100px;
    top: 0px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.wrapper .bluearticle .leftcolum13 {
    width: 90%;
    height: auto;
    min-width: 120px;
    min-height: 200px;
    max-width: 280px;
    max-height: 300px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0px;
    vertical-align: top;
}
 .bluearticle .leftcolum13 img {
    max-width: 200px;
    height: auto;
    width: 90%;
    min-width: 100px;
    top: 0px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 20px;
}

    .mainarticle .colum33 .aboutuscolum {
    width: 90%;
    min-width: 200px;
    min-height: 40px;
    border-bottom: 1px solid #201D1D;
    max-width: 800px;
    max-height: 2500px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: hidden;
    height: auto;
    color: undefined;
}
.colum33 .aboutuscolum .aboutusleft {
    width: 90%;
    min-width: 150px;
    min-height: 28px;
    max-width: 800px;
    max-height: 300px;
    display: inline-block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/blueback.png);
    color: #000000;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 15px;
    line-height: 200%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
}
.colum33 .aboutuscolum .aboutusright {
    width: 88.5%;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 200px;
    min-height: 30px;
    max-width: 580px;
    max-height: 250px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    overflow-y: hidden;
    color: #000000;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 15px;
    line-height: 150%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
}

.colum33 .aboutuscolum .aboutusleft2 {
    width: 90%;
    min-width: 150px;
    min-height: 28px;
    max-width: 800px;
    max-height: 300px;
    display: inline-block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/blueback.png);
    color: #45516E;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 15px;
    line-height: 200%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
}
.colum33 .aboutuscolum .aboutusright2 {
    width: 88.5%;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 200px;
    min-height: 30px;
    max-width: 800px;
    max-height: 250px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    overflow-y: hidden;
    color: #000000;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 15px;
    line-height: 150%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
}



}



/* 画面サイズが480px以下の場合に適用 */
@media only screen and (max-width: 480px) {
	#menu {
    display: block;
	}
	#menu li {
		width: 100%;
	}
	#toggle {
    position: relative;
    width: 100%;
    display: block;
    background-color: #4B9015;
	}
	#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: #249E12;
	}
	#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 .shopban {
	width: 100%;
	height: auto;
}
.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;
}
.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;
}
#header .headtitle img {
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    max-width: 280px;
}

.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 .mainarticle2 .genrebbox {
	width: 48%;
	min-width: 120px;
	min-height: 20px;
	max-width: 400px;
	max-height: 50px;
	display: inline-block;
	margin-top: 1px;
	margin-bottom: 5px;
	overflow-y: hidden;
	margin-left: 2px;
	margin-right: auto;
	height: auto;
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.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;
}

.wrapper .article1 iframe {
    max-height: 3000px;
}

  
.wrapper .mainarticle .browntext {
    color: #722325;
    font-size: 15px;
}

#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: 550px;
    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: #2A69A7;
}

.nav.navbar-nav {
    background-color: #FFFFFF;
}
.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 .footpart .leftfoot {
    display: block;
    width: 100%;
    min-width: 180px;
    max-width: 500px;
}
.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;
    background-color: #FFFFFF;
}

.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;
    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;
    height: 45px;
    max-height: 155px;
}

.nav.navbar-nav .dropdown .dropdown-menu {
    min-height: 45px;
    padding-top: 0px;
    height: 45px;
    max-height: 250px;
}
.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: #254273;
    height: 65px;
}
.wrapper .mainarticle iframe {
    max-height: 2000px;
    overflow-y: hidden;
}
.wrapper .mainarticle .leftcolum13 {
    width: 90%;
    height: auto;
    min-width: 120px;
    min-height: 200px;
    max-width: 280px;
    max-height: 300px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0px;
    vertical-align: top;
}
 .mainarticle .leftcolum13 img {
    max-width: 200px;
    height: auto;
    width: 90%;
    min-width: 100px;
    top: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
}
.wrapper .bluearticle .leftcolum13 {
    width: 90%;
    height: auto;
    min-width: 120px;
    min-height: 200px;
    max-width: 280px;
    max-height: 300px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0px;
    vertical-align: top;
}
 .bluearticle .leftcolum13 img {
    max-width: 200px;
    height: auto;
    width: 90%;
    min-width: 100px;
    top: 0px;
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 20px;
}
    .mainarticle .colum33 .aboutuscolum {
    width: 90%;
    min-width: 200px;
    min-height: 40px;
    border-bottom: 1px solid #201D1D;
    max-width: 550px;
    max-height: 2500px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: hidden;
    height: auto;
}
.colum33 .aboutuscolum .aboutusleft {
    width: 90%;
    min-width: 150px;
    min-height: 28px;
    max-width: 490px;
    max-height: 300px;
    display: inline-block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/blueback.png);
    color: #040404;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 12px;
    line-height: 200%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
}
.colum33 .aboutuscolum .aboutusright {
    width: 88.5%;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 200px;
    min-height: 30px;
    max-width: 490px;
    max-height: 250px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    overflow-y: hidden;
    color: #040404;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 12px;
    line-height: 150%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
}

.colum33 .aboutuscolum .aboutusleft2 {
    width: 90%;
    min-width: 150px;
    min-height: 28px;
    max-width: 490px;
    max-height: 300px;
    display: inline-block;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-image: url(../img/blueback.png);
    color: #45516E;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 13px;
    line-height: 200%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 100%;
}
.colum33 .aboutuscolum .aboutusright2 {
    width: 88.5%;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-width: 200px;
    min-height: 30px;
    max-width: 490px;
    max-height: 250px;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 10px;
    overflow-y: hidden;
    font-family: "ＭＳ ゴシック", "ヒラギノ角ゴシック W3", "メイリオ";
    font-size: 13px;
    line-height: 150%;
    text-align: left;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    color: #000000;
}
    .rightcolum23 .aboutuscolum .aboutusright {
    width: 94%;
    min-width: 150px;
    min-height: 38px;
    max-width: 450px;
    max-height: 150px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    overflow-y: hidden;
    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: 13px;
    line-height: 200%;
    text-align: left;
    margin-left: 0px;
    float: left;
    height: auto;
    color: #000000;
}
.rightcolum23 .aboutuscolum .aboutusleft {
    width: 90%;
    height: auto;
    min-width: 100px;
    min-height: 38px;
    max-width: 450px;
    max-height: 140px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #060606;
    font-family: "ＭＳ ゴシック";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    background-image: url(../img/blueback.png);
    text-align: center;
    float: left;
}
.rightcolum23 .aboutuscolum2 .aboutusleft {
    width: 90%;
    height: auto;
    min-width: 100px;
    min-height: 38px;
    max-width: 490px;
    max-height: 140px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #45516E;
    font-family: "ＭＳ ゴシック";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    background-image: url(../img/blueback.png);
    text-align: center;
    float: left;
}

.rightcolum23 .aboutuscolum .aboutusright2 {
    width: 90%;
    min-width: 150px;
    min-height: 38px;
    max-width: 490px;
    max-height: 150px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    overflow-y: hidden;
    color: #332F2F;
    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: 13px;
    line-height: 160%;
    text-align: left;
    margin-left: 20px;
    float: left;
    height: auto;
    margin-top: 15px;
}
.aboutuscolum2 .aboutusright2 img {
    width: 80%;
    height: auto;
    max-width: 300px;
    margin-left: 30px;
}
.mainarticle .article1 iframe ask {
    max-height: 2000px;
    overflow-y: hidden;
}
.wrapper .bluearticle .blueleft12 {
    width: 95%;
    height: auto;
    min-width: 120px;
    min-height: 100px;
    max-width: 480px;
    max-height: 12000px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    overflow-y: hidden;
}
.bluearticle .blueleft12 img {
    width: 100%;
    height: auto;
    min-width: 120px;
    max-width: 320px;
    display: block;
    margin-left: 10px;
    margin-top: 30px;
    float: left;
}
.wrapper .whiteaticle whiteleft12 {
    width: 95%;
    height: auto;
    min-width: 120px;
    min-height: 100px;
    max-width: 480px;
    max-height: 12000px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    overflow-y: hidden;
}
.whitearticle .whiteleft12 img {
    width: 100%;
    height: auto;
    min-width: 120px;
    max-width: 320px;
    display: block;
    margin-left: 10px;
    margin-top: 30px;
    float: left;
}
    .wrapper .mainarticle .rightcolum23 {
    width: 90%;
    height: auto;
    min-width: 200px;
    min-height: 300px;
    max-width: 750px;
    max-height: 12000px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 10px;
    overflow-y: hidden;
}
.mainarticle .rightcolum23 .aboutuscolum {
    width: 100%;
    height: auto;
    min-width: 120px;
    min-height: 38px;
    max-width: 750px;
    max-height: 540px;
    display: block;
    border-top: 1px solid #655E5F;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: hidden;
    padding-top: 0px;
}
.mainarticle .rightcolum23 .aboutuscolum2 {
    width: 100%;
    height: auto;
    min-width: 120px;
    min-height: 38px;
    max-width: 750px;
    max-height: 540px;
    display: block;
    border-top: 1px solid #655E5F;
    border-bottom: 1px solid #655E5F;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    overflow-y: hidden;
}
.rightcolum23 .aboutuscolum .aboutusleft {
    width: 90%;
    height: auto;
    min-width: 100px;
    min-height: 38px;
    max-width: 450px;
    max-height: 140px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #45516E;
    font-family: "ＭＳ ゴシック";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 200%;
    background-image: url(../img/blueback.png);
    text-align: left;
    float: left;
    overflow-y: hidden;
}
.rightcolum23 .aboutuscolum2 .aboutusleft {
    width: 80%;
    height: auto;
    min-width: 100px;
    min-height: 38px;
    max-width: 450px;
    max-height: 140px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    color: #45516E;
    font-family: "ＭＳ ゴシック";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 200%;
    background-image: url(../img/blueback.png);
    text-align: center;
    float: left;
    overflow-y: hidden;
}
.rightcolum23 .aboutuscolum .aboutusright {
    width: 90%;
    min-width: 150px;
    min-height: 38px;
    max-width: 450px;
    max-height: 150px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    overflow-y: hidden;
    color: #332F2F;
    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;
    line-height: 200%;
    text-align: left;
    margin-left: 20px;
    float: left;
    height: auto;
}
.rightcolum23 .aboutuscolum .aboutusright2 {
    width: 90%;
    min-width: 150px;
    min-height: 38px;
    max-width: 550px;
    max-height: 150px;
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    overflow-y: hidden;
    color: #332F2F;
    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: 13px;
    line-height: 160%;
    text-align: left;
    margin-left: 20px;
    float: left;
    height: auto;
    margin-top: 15px;
}
.aboutuscolum2 .aboutusright2 img {
    width: 90%;
    height: auto;
    max-width: 300px;
    margin-left: 30px;
}
.hidden_show .hiddenimagebox .hiddenunit {
    margin-left: 5px;
    margin-right: 5px;
}

}
