body {
    margin: 0px;
    padding: 0px;
   /* background: #f5f5f5;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}
/*.resp-tabs-list {
	width: 300px;
	position: fixed;
	top: 160px;
	background-color: #FFF;
}*/


.resp-tabs-list li {
	/*font-weight: 600;*/
	font-size: 13px;
	display: inline-block;
	padding: 13px 15px;
	/*margin: 0 4px 0 0;*/
	list-style: none;
	cursor: pointer;
	float: left;
}




.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.resp-tab-active { /*sp_opentab*/
	border: 1px solid #00a3db; !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	/*border-top: 4px solid #5AB1D0 !important;*/
	border-bottom: 0px #fff solid !important;
	color:#333;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
	border-top-color: #00a3db;
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 10px 15px;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
	position:fixed;
	top:155px;
    float: left;
    width: 15%;
	max-width:200px;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 10px 15px !important;
    /*margin: 0 0 4px;*/
	/*margin-top:4px;*/
	margin-bottom:4px;
	margin-left:12px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
	/*box-sizing:border-box;*/
    /*border: 1px solid #00a3db;*/
    float: right;
    width: 85%;
    min-height: 500px;
    /*border-radius: 4px;角丸*/
    clear: none;
	margin-top:24px;
}

/*追記開始*/
.resp-vtabs .resp-tabs-container #caption_box{
width:95%;
box-sizing:border-box;
margin-left:2%;
padding:10px 40px;
text-align:center;
margin-bottom:40px;
}
.resp-vtabs .resp-tabs-container #image_box{
width:95%;
box-sizing:border-box;
margin-left:2%;
padding:20px 40px;
text-align:center;
margin-bottom:40px;
}
.resp-vtabs .resp-tabs-container #souzoku_box{
width:95%;
box-sizing:border-box;
margin-left:2%;
padding:20px 40px;
text-align:center;
margin-bottom:40px;
}

/*追記終了*/

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
/*margin-right: -2px !important;*//*サイドタブクリック時*/
padding: 10px 15px 10px 14px !important;
border-top: 1px solid;
/*border: 1px solid #68B8DF !important;*/
/*border-left: 4px solid #5AB1D0 !important;*/
margin-bottom: 4px !important;
/*border-right: 1px #FFF solid !important;*/
}

.resp-arrow {/*スマホ▶*/
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {/*スマホ▶*/
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1;/* !important;*/
}


/*-----追記開始-----*/
/*tintai_page*/
#tintai_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#tintai_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*buy_page*/
#buy_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#buy_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*sale_page*/
#sale_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#sale_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*revival_page*/
#revival_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#revival_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*reform_page*/
#reform_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#reform_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*toushi_page*/
#toushi_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#toushi_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*souzoku_page*/
#souzoku_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#souzoku_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*company_page*/
#company_page #main_contents #nested-tabInfo2{
	position:fixed;
	top:120px;
	width:100%;
	height:28px;
	padding-top:10px;
	font-size:0.7rem;
	background-color:#fff;
}
#company_page #main_contents #nested-tabInfo2 .tabName {
	color:#2287b2;
	font-size:0.7rem;
}

/*-----追記終了-----*/

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 639px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 80px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
/*-----追記開始-----*/
/*tintai_page*/
#tintai_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}
/*buy_page*/
#buy_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}
/*sale_page*/
#sale_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}
/*revival_page*/
#revival_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}
/*reform_page*/
#reform_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}
/*toushi_page*/
#toushi_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}

/*souzoku_page*/
#souzoku_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}

/*company_page*/
#company_page #main_contents #nested-tabInfo2 {
	position:fixed;
	top:48px;
	padding-top:3px;
	height:20px;
}

/*-----追記終了-----*/
}
