@charset "utf-8";

.topt {
	padding-left: 2%;
	padding-right: 2%;
}

@media (max-width: 767px){
    .content-area .site-main .entry-content.asd {
        font-size: 12px;
    }
}

@media (max-width:640px){
	.search_list table tr td:first-child {
		/*width: 100px;*/
	}
	.search_list table tr td:last-child {
		line-height: 30px;
	}

	#contents img {
		max-width: 100%;
		max-height: 100%;
	}
	select {
		border: 1px solid #CCC;
	}
	/* toppage */
	.sp {
		display: block;
	}

	#contents {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	#globalnavi,
	#side-search,
	#side-contact {
		display: none;
	}

	#header .menubtn.sp {
		display: block;
		margin: 0;
		padding: 0px;
	}

	#header {
		width: auto;
		height: 80px;
		padding-left: 10px;
		padding-right: 10px;
	}

	header {
		display: block;
	}

	header h1{
		overflow: hidden;
		-webkit-animation: marqueeScroll linear 8s infinite;
		white-space: nowrap;

		position: relative;
		top: auto;
		left: auto;
	}

	@-webkit-keyframes marqueeScroll {
	  0% {
	    margin-left: 100%;
	  }
	  100% {
	    margin-left: -480px;
	  }
	}

	header .logo {
		padding-left: 1%;
		padding-right: 100px;
		padding-bottom: 10px;
		position: relative;
	}

	header .logo img {
		height: auto;
		width: 100%;
		max-height: 51px;
		max-width: 139px;
	}

	header .freedial  {
		padding: 0 1% 0 0;
		position: absolute;
		top: 100px;
		display: table-cell;
		list-style-position: inside;
		height: 57px;
		margin: 0 0 0 31%;
		text-align: left;
		left: 0px;
		width: 68%;
		line-height: 57px;
	}

	header .freedial img {
		width: 100%;
		line-height: 87px;
		vertical-align: middle;
		height: auto;
		max-width: 276px;
		margin-top: 3px;
	}

	header .mail {
		position: absolute;
		float: left;
		width: 30%;
		margin: 0px;
		padding: 0;
		left: 0px;
		right: auto;
		top: 100px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;
		max-width: 50%;
		border-bottom-left-radius: 0px;
		height: 57px;
		line-height: 57px;
	}

	header .mail img {
		max-width: 82px;
		max-height: 41px;
		width: 100%;
		height: auto;
	}

	header .contact {
		position: relative;
	}

	#mainvisual{
		background: none;
		height: auto;
	}

	#mainvisual .inner {
		width: 100%;
	}

	#mainvisual .inner img{
		max-width: 100%;
		left: 0px;
	}

	#mainvisual .inner img.mainvisual-img {
		position: relative;
	}
	#mainvisual .inner img.mainvisual-text{
		width: 40%;
	}

	/* top-mission */
	#top-mission {
		background-size: contain;
		width: auto;
		height: 190px;
		left: 0;
		padding-top: 10px;
	}

	#top-mission h2 {
		top: auto;
		position: relative;
		left: auto;
		margin-left: 8px;
	}

	#top-mission h2 img {
		width: 30%;
		height: auto;
	}

	#top-mission p {
		font-size: 10px;
		width: auto;
		height: 36px;
		position: relative;
		top: auto;
		left: auto;
		margin: 8px 0 4px 8px;
		line-height: 1.2em;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	#top-mission a {
		position: relative;
		bottom: auto;
		left: 8px;
	}
	/* end top-mission */

	#top-find {
		background: url(../images/sp/sp-index-find-bg.png) repeat;
		border: 4px solid #FFF;
		border-radius: 4px;
		width: auto;
		height: auto;
		left: auto;
		margin-bottom: 0;
	}

	#information,
	#information #top-news,
	#information #top-blog {
		width: 100%;
	}

	#information .inner {
		width: auto!important;
	}

	#information .jspContainer,
	#information .jspPane {
		width: 100%!important;
	}

	#top-blog h2 img,
	#top-news h2 img {
		width: 100%;
	}

	#top-blog {
		top: 0;
	}

	#top-find .bukken h2,
	#top-find .feature h2,
	#top-find .bukken_right_title,
	#top-find .shubetu,
	#top-find .area h3,
	#top-find .shubetu h3 {
		top: auto;
		left: auto;
		position: relative;
	}

	#top-find .bukken h2 {
		margin-top: 10px;
	}

	#top-find .bukken_right_title {
		margin-top: 4px;
	}

	#top-find .bukken_right_title span {
		font-size: 12px;
		line-height: 1.4em;
	}

	#top-find .shubetu {
		width: 100%;
		height: auto;
		padding: 10px 0 0;
		text-align: center;
	}

	#top-find .shubetu h3 img {
		width: auto;
		max-width: 100%;
	}

	#top-find .shubetu a{
		width: 48%;
		display: inline-block;
	}

	#top-find .shubetu img{
		width: auto;
		height: auto;
	}

	#top-find .arrow {
		text-align: center;
	}

	#top-find .top_arrow {
		position: relative;
		top: auto;
		left: auto;
		transform: rotate(90deg);
		-ms-transform: rotate(90deg); /* IE 9 */
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
	}

	#top-find .area {
		position: relative;
		width: 100%;
		height: auto;
		top: auto;
		left: 0;
		padding: 0;
	}

	#top-find .area img {
		width: 100%;
	}

	#top-find .feature {
		position: relative;
		left: auto;
		width: 100%;
		height: auto;
		bottom: auto;
		padding-top: 20px;
	}

	#top-find .feature .find-box {
		margin-top: 4px;
		margin-left: 0;
	}

	#top-find .feature .find-box a{
		width: 48%;
		margin-left: 4px;
	}
	#top-find .feature .find-box a img{
		width: auto;
		height: auto;
	}
	#top-reform {
		width: auto;
		height: auto;
		left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 10px 0;
		background: url(../images/sp/sp-index-reform-bt.png) repeat;
		border: 4px solid #FFF;
		border-radius: 4px;
	}
	#top-reform h2 {
		position: relative;
		top: auto;
		width: 70%;
		left: 10px;
	}
	#top-reform h2 img{
		width: 100%;
		height: auto;
	}
	#top-reform #dokomade {
		position: relative;
		width: auto;
		height: auto;
		top: auto;
		left: auto;
		display: block;
		margin: 4px 10px 0 10px;
		padding-bottom: 16px;
		background: #FFF;
		border-radius: 2px;
		transform: none;
	}
	#top-reform #dokomade span.title {
		font-size: 20px;
		color: #CF5F4F;
		padding: 6px 0 0 8px;
	}
	#top-reform #dokomade span.main {
		padding-left: 8px;
	}
	#top-reform #dokomade p {
		position: relative;
		padding: 0px;
		top: auto;
		left: auto;
		font-size: 10px;
		width: auto;
	}
	#top-reform #dokomade a {
		left: auto;
		right: 10px;
		bottom: 6px;
	}
	#top-reform .reform_right {
		width: auto;
		display: inline-block;
		vertical-align: top;
		margin: 4px 8px 0;
		text-align: center;
	}
	#top-reform .soudan,
	#top-reform .sagasu {
		width: 49%;
		display: inline-block;
		right: auto;
	}
	#top-reform .soudan img,
	#top-reform .sagasu img{
		width: 100%;
		height: auto;
		margin-bottom: 2px;
	}
	#top-reform .sagasu {
		position: relative;
		top: auto;
	}
	#top-reform .soudan {
		position: relative;
		bottom: auto;
	}
	#top-recommend {
		width: auto;
		height: auto;
		left: auto;
		background: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#top-recommend h2 {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
	}
	#top-recommend .tab-menu {
		position: relative;
		top: auto;
		left: auto;
		margin-top: 4px;
	}
	#top-recommend .tab-menu ul{
		display: inline-block;
		width: 100%;
	}
	#top-recommend .tab-menu li {
		width: 49%;
		height: 46px;
	}
	#top-recommend .tab-menu li:nth-child(even) {
		margin-left: 1%;
	}
	#top-recommend .tab-menu li a{
		width: 100%;
		height: 46px;
		background-size: contain;
	}
	#top-recommend .inner {
		position: relative;
		top: auto;
		padding: 0;
	}
	.bukken-list .container {
		width: 48%;
		margin-left: 0;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	.bukken-list .container:nth-child(even) {
	    margin-left: 1%;
	}
	.bukken-list .container h3 {
		font-size: 13px;
		padding-left: 4px;
	}
	.bukken-list .container .btn-detail {
		z-index: 9999;
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.bukken-list .container .btn-detail img {
		width: auto;
	}
	.bukken-list .container .thumbnail{
		margin-left: 4px;
		margin-right: 4px;
	}
	.bukken-list .container .thumbnail img{
		width: 100%;
	}
	#top-recommend .inner p {
		display: inline-block;
		font-size: 10px;
		padding-left: 4px;
	}
	.sonota {
		float: right;
	}
	.bukken-list {
		margin-left: 0;
		margin-top: 0;
	}
	#valuable-info,
	#valuable-info .inner {
		width: 100%;
		left: auto;
		margin-left: 0;
	}
	#valuable-info .inner a{
		width: 100%;
		margin: 0 0 12px;
	}
	#valuable-info .inner a img{
		width: 100%;
		height: auto;
	}
	#top-access {
		background: url(../images/sp/sp-index-access-bg.png) repeat;
		border: 2px solid #F2BFAF;
		border-radius: 2px;
		width: auto;
		height: auto;
		text-align: center;
		padding: 6px;
	}
	#top-access a {
		display: inline-block;
	}
	#top-access a img{
		height: auto;
		width: 100%;
	}
	#top-access .access,
	#top-access .contact {
		top: auto;
		left: auto;
		right: auto;
		position: relative;
	}
	#facebook {
		width: 100%;
	}
	#f-bottom .inner {
		width: 100%;
	}
	#footernavi ul {
		width: 100%;
	}
	#f-bottom .inner .contact {
		max-width: 50%;
	}
	iframe,
	.fb_iframe_widget_fluid span {
		width: 100% !important;
	}
	.loansimulate-top {
		width: 100%;
		height: auto;
	}
	.loansimulate-top a img{
		width: 100%;
	}
	/* end toppage */

	/* search filters page */
	.wrapper {
		width: 100%;
	}
	/* end search filters */

	/* estate_detail */
	.box.search_list.list_info #bx-pager {
		width: 100%;
	}
	.box.search_list.list_info #bx-pager div{
		text-align: left;
	}

	.box.search_list.list_info #bx-pager a {
		width: 18%;
		display: inline-block;
	}

	/* end estate_detail */

	/*
	アコーディオンメニュー
	------------------------------*/
	.accordion.sp {
		display: inherit;
		position: absolute;
		top: 17px;
		right: 0px;
		width: 100%;
	}
	.accordion.sp label .close {
		position: absolute;
		right: 23px;
		top: 23px;
		opacity: 0;
	}
	.accordion.sp div a {
		color: #FFFFFF;
		display: block;
		width: 92%;
		height: 63px;
		padding-left: 4%;
		padding-right: 4%;
		line-height: 63px;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		border-bottom: 1px solid #FFFFFF;
		float: right;
	}
	.accordion input {
		display: none;
		width: 100%;
	}
	.accordion label {
		position: absolute;
		display: block;
		cursor: pointer;
		width: 54px;
		height: 54px;
		margin-left: auto;
		right: 0px;
		top: 0px;
		transition: background-color 0.7s ease-in-out;
		transition-delay: 0.7s;
		padding: 23px;
		background-image: url(../img/common/sp/menu_open.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.accordion div {
		position: absolute;
		background-color: #E9E9E9;
		padding: 0px 0px;
		height: 0px;
		overflow: hidden;
		box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1) inset;
		top: 100px;
		z-index: 9999;
		transition: height .8s ease-in-out,padding .8s ease-in-out,opacity .8s ease-in-out;
		border-left: 8px solid #050505;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 0px solid #050505;
	}
	.accordion input:checked ~ div {
		height: 512px;
		padding: 0px;
		position: absolute;
		top: 100px;
		z-index: 9999;
		opacity: 0.9;
		border-bottom-width: 1px;
	}
	.accordion input:checked ~ label {
		opacity: 0.9;
		color: #FFFFFF;
		background-image: url(../img/common/sp/menu_close.png);
	}
	.accordion input:checked ~span  {
		opacity: 1;
	}

	/*------------------------------*/
	.pankuzu {
		width: auto;
		padding-right: 1%;
		padding-top: 64px;
		padding-bottom: 4px;
		margin-top: 0px;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 16px;
	}
	.contents h2 {
		padding-left: 4%;
		width: 100%;
		height: auto;
		font-size: 20px;
	}
	.company th {
		display: block;
		width: 100%;
		padding-left: 4%;
		padding-right: 4%;
	}
	.company td {
		padding-right: 4%;
		display: block;
		width: 92%;
		padding-left: 4%;
	}
	.contents .map iframe {
		height: 240px;
	}
	.contents .map p {
		padding-left: 4%;
		padding-right: 4%;
	}
	.sintiku .btn_cover {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: static;
		text-align: center;
		clear: both;
	}
	.btn_cover button {
		margin-top: 8px;
		min-width: 10em;
	}
	.houses {
		padding: 1%;
	}
	.houses .contents .item  {
		width: 49%;
	}
	footer .btnbar {
		height: auto;
		margin: 32px auto;
		width: 98%;
	}
	footer .btnbar img  {
		height: auto;
		max-width: 472px;
		width: 100%;
	}
	footer .btnbar .btn {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: auto;
	}
	footer .btnbar .btn.r  {
		float: none;
		margin-top: 8px;
	}
	footer .footer .fnavi {
		margin: 0px;
	}
	footer .infobar .logo  {
		padding-left: 4%;
	}
	footer .infobar .info {
		padding-right: 4%;
	}
	footer .copyright {
		padding-left: 4%;
		padding-right: 4%;
		width: auto;
	}
	.textOverflow1    {
		display: none;
	}
	.bloglist li .listtitle {
		width: auto;
		float: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #FFFFFF;
		border-bottom: 1px solid #eee;
		padding-left: 4%;
	}
	.bloglist li .day {
		padding-left: 4%;
		text-align: left;
		width: auto;
		padding-right: 4%;
		min-width: 0px;
	}
	.contents .topinfo {
		padding-top: 0px;
		margin-top: 128px;
	}
	.topnews {
		width: 100%;
		border-bottom: 1px solid #BFBFBF;
		margin-bottom: 16px;
		padding-bottom: 8px;
		padding-top: 8px;
	}
	.topblog {
		width: 100%;
		padding-top: 8px;
	}
	.slide_over .text {
		margin: 0 auto;
		width: 100%;
		height: 240px;
		position: absolute;
		left: 0px;
		text-align: center;
		top: 0px;
		line-height: 240px;
	}
	section.slider {
		height: 240px;
		margin-top: 65px;
	}
	.slider .bxslider div {
		height: 240px;
	}
	.slide_over {
		width: 100%;
		margin: 0px;
		position: static;
	}
	.topinfo .topnews h3 {
		border: 0;
	}
	.topinfo .topblog h3 {
		border: 0;
	}
	.topblog .inr_contents ul {
		border: 0;
	}
	.topnews .inr_contents ul {
		border: 0;
	}
	.tab.style01 li span {
		display: none;
	}
	.slide_over ul {
		margin-top: -50px;
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
		height: 108px;
		text-align: center;
		position: absolute;
		padding-bottom: 8px;
	}
	.slide_over ul li img {
		width: 100%;
		height: auto;
		max-width: 108px;
	}
	.slide_over .text img {
		width: 75%;
		height: auto;
	}
	.bx-wrapper .bx-pager  {
		display: none;
	}
	.box.news img {
		width: 100%;
		height: auto;
	}
	.panel .panel {
		margin: 0px;
		padding: 24px 0;
	}
	.twncon ul  {
		border-bottom: 1px solid #dcdcdc;
	}
	.twncon ul li {
		float: none;
		width: 100%;
		border-top: 1px solid #DCDCDC;
		line-height: 40px;
	}
	.twncon ul li:nth-child(3n-1) {
		margin: 0;
	}
	.twncon ul li input {
		margin-left: 17%;
	}
	.twncon ul li label {
		width: 100%;
	}
	.h_twn {
		margin-left: auto;
		margin-right: auto;
		position: static;
	}
	.bctl_under04 {
		left: 50%;
		margin-left: -15px;
	}
	.ttl_slct_twn div {
		width: auto;
	}
	.answer {
		width: auto;
		text-align: center;
	}
	.answer .sbmt_btn  {
		float: none;
	}
	.answer p {
		display: inline-block;
		float: none;
		margin-bottom: 16px;
	}
	.formtable01 select  {
		width: 60%;
	}
	.formtable01 th {
		width: 90%;
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.formtable01 td {
		width: 100%;
		display: block;
		padding-left: 5%;
		padding-right: 5%;
		vertical-align: middle;
	}
	.formtable01 .box_radio label {
		width: 100%;
	}
	.formtable01 .box_check label {
		width: 100%;
	}
	.slctnavi {
		height: auto;
	}
	.slctnavi div {
		float: none;
		width: auto;
	}
	.slctnavi .bctl_r {
		display: none;
	}
	.train {
		float: none;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
	.train ul li {
		width: 97%;
		float: none;
		line-height: 40px;
		border-bottom: 1px solid #dcdcdc;
	}
	.train_r {
		border-top: 2px solid #E6E6E6;
		padding-top: 24px;
		margin-top: 24px;
	}
	.sintiku p {
		width: 100%;
		position: static;
		display: block;
	}
	.box.search_list .sidebar {
		display: none;
	}
	.box.search_list .seach_lists {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	.iteminfo.clearfix .img {
		width: 100%;
		height: auto;
	}
	.iteminfo.clearfix .img img {
		width: 100%;
		height: auto;
		max-width: 292px;
	}
	.iteminfo.clearfix table {
		width: 100%;
		margin-top: 8px;
	}
	.iteminfo.clearfix table th, .iteminfo.clearfix table td{
		display: block;
		width: 100%;
		margin: 0px;
		padding: 0px;
		border: 0;
		text-align: center;
		line-height: 3em;
	}
	.list_stack .i {
		width: 100%;
		text-align: center;
		padding: 0px;
	}
	.w_top  {
		width: 100%;
		overflow-x: scroll;
		display: none;
	}
	.slider2 .slide_atcl img {
		/*edited 17-03-2017*/
		height: 243px;
	}
	.box.search_list.list_info #bx-pager {
		padding: 0px;
	}
	.box.search_list.list_info.clearfix .main th{
		display: block;
		width: 100%;
		padding: 0px;
		height: 2.5em;
		line-height: 2.5em;
	}
	.box.search_list.list_info.clearfix .main td.harf {
		width: 100%;
		display: block;
		padding: 0.7em 0;
		text-align: center;
		vertical-align: middle;
		min-height: 32px;
	}
	.box.search_list.list_info td {
		padding: 0.7em 0;
		text-align: center;
		vertical-align: middle;
		min-height: 32px;
		width: 100%;
		display: block;
	}
	#printarea .btns_01 .print {
		display: none;
	}
	.box.search_list.list_info .f_contact th {
		display: block;
		width: 100%;
		height: 30px;
		line-height: 30px;
	}
	.box.search_list.list_info .f_contact td {
		display: block;
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	.article_map iframe {
		height: 300px;
	}
	.select_twn_change select   {
		display: block;
		width: 50%;
		margin: 8px auto;
		min-width: 240px;
	}
	.select_twn_change {
		text-align: center;
	}
	.f_contact tr td {
		display: block;
		width: 100%;
	}
	.f_contact tr td {
		display: block;
		width: 100%;
	}
	.box.search_list.list_info.clearfix .main td{
		width: 100%;
		display: block;
	}
	.iteminfo.clearfix table {
		width: 100%;
		margin-top: 8px;
	}
	.ttl_slct_twn.train {
		margin: 0;
	}
	.wrapper .menubtn.sp {
		display: block;
		margin: 0px;
		padding: 0px;
	}
	.box.blog h3 img {
		width: 100%;
		height: auto;
	}
	.box.blog .navi .blgtop {
		position: static;
		display: block;
		margin-left: auto;
		width: 103px;
		height: 23px;
		margin-right: auto;
		padding-bottom: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}
	.blog .content .main {
		width: auto;
		float: none;
		margin-bottom: 60px;
	}
	.blog .content .side {
		width: 100%;
		float: none;
	}
	.itembody img {
		width: 100%;
	}
	.t_cen ul li {
		float: none;
		height: auto;
	}
	.t_cen ul li:nth-child(2n) {
		float: none;
	}
	.box.conference .nini h4 {
		padding-left: 64px;
		padding-right: 64px;
	}
	.onftr_contact th  {
		display: block;
		width: auto;
		padding-top: 0.6em;
		padding-bottom: 0.6em;
	}
	.onftr_contact td  {
		display: block;
		text-align: center;
		padding-left: 1%;
		padding-right: 1%;
	}
	.onftr_contact .tel-link {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 4px;
	}
	.onftr_contact th  {
		display: block;
	}
	.t_cen ul li img {
		float: none;
		width: 100%;
		height: auto;
		max-width: 464px;
	}
	.t_cen .clearfix li {
		display: block;
		float: none;
	}
	.box.conference .t_cen h5 {
		width: 96%;
	}
	tr td .btn_cntct {
		margin: 8px auto;
		position: static;
		bottom: 0px;
		right: auto;
	}
	.box.conference h4 {
		height: auto;
		float: none;
		width: auto;
	}
	.contents.wrapper .box.conference .rental img {
		width: 100%;
		height: auto;
		max-width: 341px;
	}
	.nagare.clearfix .nmbrs {
		display: block;
		float: none;
		width: 100%;
		padding: 0px;
	}
	.nagare.clearfix .nmbrs_contents .cmnt {
		display: block;
		float: none;
		width: 95%;
		height: auto;
		margin: 8px auto;
	}
	.nagare_wrap .nagare.clearfix .nmbrs_contents {
		width: 100%;
		display: block;
		float: none;
		height: auto;
	}
	.nagare.clearfix .nmbrs_contents p {
		width: auto;
		float: none;
		height: auto;
	}
	.tbl_knw td, .tbl_knw th {
		/* [disabled]display: block; */
	}
	.slctnavi div.tri {
		width: 96%;
		float: none;
	}
	.panel.show.contact {
		margin: 0px;
		padding: 0px;
	}
	table.minitel {
		float: none;
		width: 100%;
		margin-top: 0 0 24px;
	}
	.panel.show.contact .cf{
		width: auto;
		padding: 0px;
	}
	table.minitel td {
		text-align: center;
	}
	tr .box_check textarea {
		width: 100%;
	}
	tr td input {
		height: 2em;
		margin-top: 8px;
	}
	#bt {
		right: 8px;
		bottom: 35px;
		margin-bottom: 38px;
	}
	.footer .fnavi a {
		display: inline-block;
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #FFFFFF;
		color: #6F6F6F;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #707070;
		margin-left: 0px;
		margin-right: 0px;
	}
	.img_cen img {
		width: 100%;
		height: auto;
	}
	.ribon img {
		width: 100%;
		height: auto;
	}
	h6.ribon+ ul li {
		display: block;
		float: left;
		width: 48%;
		margin: 1%;
	}
	h6.ribon+ ul li img {
		width: 100%;
		height: auto;
	}
	h6.ribon+ ul p {
		text-align: center;
	}
	.box.conference.renovation .ans {
		line-height: normal;
		background-position: center top;
		padding-top: 60px;
		padding-left: 0px;
	}
	.box.conference.knowledge .clearfix.member img {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
	}
	.box.conference.knowledge .clearfix .member {
		padding: 0;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		max-width: 100%;
		text-align: center;
		width: 440px;
	}
	.box.conference.knowledge .works.clearfix .txt {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.works.clearfix .txt p {
		width: 100%;
	}
	.box.conference.knowledge .works.clearfix img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
	}
	.contents.wrapper .box.conference.knowledge .clearfix.member {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.contents.wrapper .box.conference.knowledge .clearfix.member img {
		width: 100%;
		height: auto;
		max-width: 196px;
	}
	.box.conference.knowledge .works.clearfix img {
		width: 100%;
		height: auto;
		max-width: 362px;
	}
	.box.conference.knowledge .clearfix.member .member.clearfix table {
		margin-left: auto;
		margin-right: auto;
		float: none;
		width: 100%;
	}
	.box.conference.knowledge .clearfix.member .prof {
		float: none;
		width: 90%;
		margin: 0 auto;
		background-position: center top;
		padding: 70px 0 0;
		text-align: left;
	}
	.clearfix .btns_01 #btn_print {
		position: static;
		margin-left: auto;
		margin-right: auto;
		margin-top: 16px;
		display: none;
	}
	.clearfix .btns_01 a img {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.contents.wrapper .box.search_list.list_info.clearfix .f_contact td {
		text-align: center;
	}
	.contents.wrapper .box.search_list.list_info.clearfix .f_contact td img {
		display: block;
		margin-top: 4px auto 6px;
	}
	.pconly {
		display: none;
	}
	.sponly {
		display: block;
	}
	.seachs.onfo th, .seachs.onfo td {
		padding: 0px;
	}
	/* Blog SP design */
	#wrap #contents {
		max-width: 100%;
	}

	#contents .post-thumbnail img {
		width: auto;
		height: auto;
	}

	#contents .entry-header {
		width: 100% !important;
	}

	#contents .entry-header h1 {
		font-size: 20px;
		line-height: 1.4;
	}

	.entry-content p {
		overflow: auto;
	}

	#contents .entry-header h3 {
		font-size: 14px;
		line-height: 1.2;
		margin-left: 10px;
		margin-bottom: 10px;
	}
	figure {
		width: auto;
		max-width: 100%!important;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	/* end Blog */
}



@media (max-width:480px){
	#top-mission {
		height: 136px;
	}
	#top-mission p {
		margin: 4px 8px 0 8px;
	}
	#top-mission h2 img {
		width: 22%;
	}
	#top-reform #dokomade p {
		margin-left: 8px;
	}
}

/*edited 17-03-2017*/
@media (max-width: 375px) {
	.slider2 .slide_atcl img {
	    height: 217px;
	}
}

@media (max-width:320px){
	.contents.wrapper .box.search_list.list_info.clearfix .f_contact td {
		text-align: center;
	}
	.slide_over ul {
		height: auto;
		width: 98%;
		padding-left: 1%;
		padding-right: 1%;
		text-align: center;
	}
	.slide_over ul li {
		width: 30%;
		display: inline-block;
	}
	ul.style01 li {
		font-size: 10px;

	}

	/*edited 17-03-2017*/
	.slider2 .slide_atcl img {
	    height: 179px;
	}
}

@media (min-width:641px){
	.box.search_list.list_info #bx-pager a img {
		height: 55px;
	}
}
