@charset "utf-8";
/* CSS Document */


/*-----menu-----*/
.inner {
    width: 100%;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 90px auto 0;
    padding: 15px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
   
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
	margin-left: 30px;
 width: 21%;
}
.top_btn ul {
    list-style: none;
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 14px;
	display: flex;
 align-items: center;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
	top: 60px;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
	border-right: 1px solid;
}
#global-nav ul li:last-child{
	border-right: none;
}

#global-nav ul li a {
    padding: 0 30px;
}


 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 90px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

/* Btn Hover */
#global-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#global-nav ul li a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background: #abdde3;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#global-nav ul li a:hover::after {
  transform: scale(1, 1);
}
#global-nav ul li.current {
	border-bottom: 5px solid #abdde3;
}
/*------電話・お問合せボタン------*/
.req_topbtn {
   background: #83724d; /* Old browsers */
background: -moz-linear-gradient(left, #83724d 0%, #703500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #83724d 0%,#703500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #83724d 0%,#703500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83724d', endColorstr='#703500',GradientType=1 ); /* IE6-9 */

    border-radius: 30px;  
}

.req_topbtn a {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    display: block;
}

.req_topbtn a::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f0e0';
	font-size: 16px;
	margin-right: 5px;
}

.tel_topbtn {
    font-size: 26px;
	border-right: none;
	margin-right: 15px;
	
  
}

.tel_topbtn a{
 color: #713C08;
 font-weight: bold;
}

.tel_topbtn a::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: '\f095';
	font-size: 20px;
	margin-right: 5px;
}

.tel_topbtn a span{
	font-size: 50%;
}

@media (min-width: 680px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

@media screen and (max-width: 1350px) {
#global-nav ul li a {
    padding: 0 10px;
}	
	
}

@media screen and (max-width: 1000px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
    position: relative;
    left: 0;
    top: 10px;
    color: #333;
    font-size: 26px;
    width: 50%;
    margin-left: 0px;
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #404040;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul:last-child {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul:last-child li a,
    #top-head.fixed #global-nav ul:last-child li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	
	.top_btn ul {
    position: fixed;
    bottom: 0;
    top: inherit;
    width: 100%;
    right: 0;
}

 
 .top_btn ul li {
    padding: 10px 0;
    height: 40px;
    vertical-align: middle;
}

 
 .tel_topbtn {
    font-size: 17px;
    border-right: none;
    margin-right: 0px;
    width: 50%;
    text-align: center;
  background: #009aad;
}
 .tel_topbtn a::before{
  font-size: 17px;
 }
 
 
 .tel_topbtn a{
  color: #fff;
 }
 .tel_topbtn span{
  display: block;
  margin-top: -8px;
 }
	.req_topbtn {
    background: #713C08;
    border-radius: 0px;
    width: 50%;
  text-align: center;
}
 
 .req_topbtn a{
  padding: 0px;
  font-size: 17px;
  padding-top: 3px;
 }
}
@media screen and (max-width: 640px){
#mobile-head {
    
    height: 60px;
}}
/*------フッター------*/
.f_contact{
 background: #abdde3;
 width: 100%;
 padding: 30px 0;
 
}

.f_contact a{
    background: #83724d; /* Old browsers */
background: -moz-linear-gradient(left, #83724d 0%, #703500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #83724d 0%,#703500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #83724d 0%,#703500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83724d', endColorstr='#703500',GradientType=1 ); /* IE6-9 */

    padding: 10px 15px;
    border-radius: 30px;
    font-size: 24px;
    color: #fff;
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.f_contact a::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0e0';
    font-size: 24px;
    margin-right: 5px;
}

.f_nav{
 max-width: 1200px;
 margin: 20px auto;
 font-size: 14px;

 
}

.f_nav ul li{
float: left;
 border-right: 1px solid ;
 padding: 0 21px;
}

.f_nav ul li:last-child{
 border-right: none;
}

.f_guide li{
 margin: 10px;
}

.f_guide li:nth-child(3){
 display: none;
}

@media screen and (max-width: 640px) {
.f_guide li:nth-child(3){
 display: block;
}
}

.copy{
 background: #636363;
 padding: 5px 0;
 color: #fff;
 text-align: center;
 font-size: 12px;
 
}
@media screen and (max-width: 960px) {
	.f_guide li{
		margin: 0px 10px;
  font-size: 13px;
	}	
 
.f_guide li.tel_topbtn{
	 font-size: 23px;
	background: none;
    margin-right: 0px;
}
		
.f_guide .tel_topbtn a {
    color: #713C08;
    font-weight: bold;
	font-size: 20px;
}
	
	
	
.copy{
    margin-bottom:62px;
	margin-top: 20px;
}	
}
@media screen and (max-width: 680px) {
.f_nav ul li {
    float: left;
    border-right: 1px solid;
    padding: 10px 10px;
}
	
	.f_nav ul li:last-child {
    border-right: none;
}
}
/*------トップページ------*/

/*------MV------*/
.mv{
    background: url(../img/top/mv.jpg) no-repeat;
    padding-top: 36%;
    margin-top: 100px;
    position: relative;
	background-size: cover;
}

.mv_text{
  position: absolute;
  top: 43%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -43%); /* Safari用 */
  transform: translate(-50%, -43%);
}
@media screen and (max-width: 640px) {
.mv{
    padding-top: 82%;
    margin-top: 50px;
	background-position: center;
}
	
	
}


/*------ナビ------*/

.top_nav ul{
	max-width: 1155px;
    margin: -25px auto 0;
    text-align: center;}

.top_nav ul li{
	background: #fff;
	width: 14%;
	padding: 30px 0;
	z-index: 10;
	border-right: 1px solid #dedede;
	
	
}


.top_nav ul li span{
	display: block;
}
.top_nav ul li a{
	display: block;
}


@media screen and (max-width: 640px) {
	.top_nav ul li{
		width: 33.1%;
	}
	.top_nav ul li:nth-child(-n+3){
		border-bottom: 1px solid #dedede;
	}
	
	.top_nav ul li:nth-child(3n){
		border-right: none;
	}

}
/*------タイトル------*/

h2.top_title {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
	color: #674938;
	margin-bottom: 50px;
}
h2.top_title:before {
  content: '';
  position: absolute;
  bottom: -5px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color:#abdde3;
  border-radius: 2px;
}

/*------事務所について------*/
.top_text {
    line-height: 2em;
    font-size: 16px;
	text-align: center;
}

.top_about_wrap{
	background: #f4eee8;
	width: 100%;
	padding: 30px 0;
}

.top_about_wrap ul{
	max-width: 1080px;
	margin: 30px auto;
}

.top_about_wrap ul li{
	position: relative;
	width: 48%;
	max-width: 500px;
}

.top_about_wrap ul li p {
    position: absolute;
    background: #83724d; /* Old browsers */
background: -moz-linear-gradient(left, #83724d 0%, #703500 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #83724d 0%,#703500 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #83724d 0%,#703500 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83724d', endColorstr='#703500',GradientType=1 ); /* IE6-9 */

    padding: 10px 15px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    bottom: 10%;
    width: 150px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    text-align: center;
}

.top_about_wrap ul li p::after{
    content: ">";
    font-size: 21px;
    float: right;
    line-height: 1em;
}


.top_about_wrap ul li img{
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}


@media screen and (max-width: 640px) {
	.top_text {
    line-height: 2em;
    font-size: 14px;
    text-align: center;
}
	
	.top_about_wrap ul li {
        width: 90%;
		margin: 0 auto 20px;;
	}}

/*------相続サイトへ------*/
.inheritance {
    margin: 0px auto;
    position: relative;
    text-align: center;
    max-width: 1080px;
    width: 95%;
    background: url(../img/top/inheritance_bnr.jpg) no-repeat;
    padding-top: 12%;
    margin: 60px auto;
    position: relative;
    background-size: cover;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.6));
}



.inheritance_text{
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    color: #fff;
	line-height: 1.4em;
}

.w_border{
    padding: 10px;
    border: 1px solid #fff;
    font-size: 16px;
    display: block;
    max-width: 150px;
    margin: 20px auto 0;
 
}

.w_border a{
	color: #fff;
}

@media screen and (max-width: 1600px) {
	
	.inheritance{
		padding-top: 21%;
		background-position: right;
	}
	.inheritance_text{
		
		line-height: 1.2em;
	}
	
}
@media screen and (max-width: 900px) {
	
	.inheritance{
		padding-top: 30%;
		background-position: right;
	}
	
	
}

@media screen and (max-width: 640px) {
	
	.inheritance{
		padding-top: 65%;
		background-position: right;
	}
	.inheritance_text{
		left: 0;
	}
}
	

/*------コンテンツページ------*/

#pagetitle{
    padding-top: 5%;
    position: relative;
    margin-top: 100px;
	background-size: cover;
}

h3.title{ 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
	font-weight: bold;
	color: #fff;
	font-size: 22px;
}
.pannavi{
	padding: 0 0 5px 5px;
}

.pannavi li,
.pannavi li a
{
	color: #fff;
}

.pannavi li::after{
	content: ">";
	margin: 0 5px;
	
}

.pannavi li:last-child::after{
	content: "";
	
}

#contents{
	max-width: 1200px;
	width: 95%;
	margin: 50px auto;
}

#contents section{
	margin-bottom: 50px;
}
.heading{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #674938;/*左線*/
	margin-bottom: 10px;	
	font-weight: bold;
	color:#674938; 
}

.border-top{
    border-top: 1px solid #bbb;
    padding-top: 30px;
}

.cap{
	font-size: 80%;
	margin-top: 10px
}


#access01,
#access02,
#access03,
#corporate-registration01,
#corporate-registration02,
#corporate-registration03,
#inheritance01,
#inheritance02,
#inheritance03,
#inheritance04,
#court-documents01,
#court-documents02,
#court-documents03,
#debt-consolidation01,
#debt-consolidation02,
#debt-consolidation03,
#debt-consolidation04,
#debt-consolidation05,
#real-estate-registration01,
#real-estate-registration02,
#real-estate-registration03,
#real-estate-registration04,
#real-estate-registration05,
#registration-of-movable-property-claim-transfar01,
#registration-of-movable-property-claim-transfar02{
  margin-top : -100px;
  padding-top : 100px;
}

@media screen and (max-width: 640px) {
	#pagetitle {
    padding-top: 20%;
	 margin-top: 50px;}

	.pannavi{
		font-size: 10px;
	}	
	
	#contents {
   
    margin: 30px auto;
}
	
}

/*------access------*/

.access{
	background: url(../img/access/title.jpg) no-repeat;
}

.map_address{
	text-align: center;
	line-height: 2em;
}

.map_address span {
    font-size: 120%;
    border-bottom: 1px solid #abdde3;
    display: block;
    max-width: 450px;
    margin: 0 auto 10px;
    padding-bottom: 5px;
}


table.outline {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 750px;
    width: 95%;
    margin: 0 auto;
}

table.outline th{
  border-bottom: solid 2px #ddd;
	border-right: 2px solid #ddd;
  padding: 10px 0 10px 10px;
    width: 20%;
	color: #528a91;
	font-weight: bold;
	border-top: solid 2px #ddd;
}



table.outline td{
  border-bottom: solid 2px #ddd;
  padding: 10px 0 10px 10px;
	 width: 80%;
	 border-top: solid 2px #ddd;
}

.staff ul li {
    width: 48%;
    max-width: 370px;
    margin: 0 40px;
}

.staff .map_address{
 font-size: 12px;
}

.staff .map_address span{
 font-size: 150%;
 font-weight: bold;
}

.staff ul li table.outline{
 font-size: 14px;
}

.staff ul li table.outline th {
   
    width: 27%;
    color:inherit;
    font-weight: normal;
}

/*------real-estate-registration------*/
.businesstitle{
	background: url("../img/business/title.jpg") no-repeat;
}

.example  {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #abdde3;
    max-width: 700px;
	margin: 30px auto;}


.example .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #abdde3;
    font-weight: bold;
}
.example p {
    margin: 0; 
    padding: 0;
}

.example ul {
  padding: 0.5em 1em 0.5em 3em;
  position: relative;
}

.example ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
	font-size: 16px;
}

.example ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
	font-weight: 700;
  left : 1em; /*左端からのアイコンまで*/
  color: #703500; /*アイコン色*/
	
}


.business ul li {
    width: 16%;
    position: relative;
    padding: 13px 0;
    line-height: 1.6;
    padding-right: 20px;
    border-bottom: solid 1px #d8d8d8;
    box-sizing: border-box;
    margin: 0 20px;
 font-weight: bold;
 color: #713C08;
}

.business.inh ul li{
	width: 18%;
}

.business ul li:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 25%;
    right: 2px;
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 5px 4px;
    border-top-color: #abdde3;
    margin-top: -2px;
}

.business ul li a{
	display: block;}

.business_text,
.business_img{
	width: 48%;
}


table.business_table th{
	background: #674938;
	color: #fff;
}

table.business_table th, table.business_table td {
  font-weight: normal;
  padding: 5px 10px;
  text-align: left;
  vertical-align: top; }

table.business_table tr {
  border-top: 1px solid rgba(160, 216, 239, 0.25); }
  table.business_table tr:first-child {
    border-top: none; }
table.business_table {
	width: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(160, 216, 239, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(160, 216, 239, 0.25);
  -ms-box-shadow: 0 1px 2px rgba(160, 216, 239, 0.25);
  -o-box-shadow: 0 1px 2px rgba(160, 216, 239, 0.25);
  box-shadow: 0 1px 2px rgba(160, 216, 239, 0.25); }
  table.business_table th, table.business_table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #e8e8e8; }
  table.tbusiness_table tr th {
    background: #e8e8e8;
    border-bottom: 2px solid #999; }
  table.business_table tr td {
    background: #fff; }


#real-estate-registration_02 table.business_table tr th:first-child{
	width: 19%;
}
#real-estate-registration_05 table.business_table tr th:last-child{
	width: 19%;
}

.indent{
padding-left:2em;
text-indent:-1em;
}


@media screen and (max-width: 640px) {
 .business ul li,
.business.inh ul li{
    width:inherit;
    font-size: 12px;
    position: relative;
  margin: 10px;}
 
 
 .staff ul li {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 30px;
}
 .business_text, .business_img{
  width: 100%;
  margin-bottom: 20px;
 }
 
 table.business_table{
  font-size: 12px;
 }
	
	
}

/*------corporate-registration------*/


.business.corp ul li{

 width: 27%;
}


.index1 {
	border-bottom: 3px solid #829fcc;
 margin-bottom: 10px;
}
.index1 span {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	background: #829fcc;
	display: inline-block;
	padding: 5px;
 position: relative;
}

.index1 span:after {
	content: " ";
	position: absolute;
	top: 0;
	left: 100%;
	width: 0;
	height: 0;
	border-width: 0 25px 30px 0;
	border-style: solid;
	border-color: transparent;
	border-bottom-color:#829fcc;
}

.corp_h {
    position: relative;
    padding: 0.25em 0;
    font-size: 120%;
    font-weight: bold;
    color: #674938;
}

.corp_h:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(171, 221, 227), transparent);
  background: linear-gradient(to right, rgb(171, 221, 227), transparent);
}

ul.corp_list{
 list-style: decimal;
 padding-left: 19px;
}

ul.corp_list li{
 margin-bottom: 10px;
}

ul.corp_list li p{
 font-weight: bold;
    color: #674938;
 
}

.business_text.wide_55{
 width: 55%;}

.business_img.wide_40{
 width: 40%;
}

@media screen and (max-width: 640px) {
 
 .business_text.wide_55,
.business_img.wide_40{
 width: 100%;
 margin-bottom: 20px;
}
.index1 span {
	
	font-size: 15px;
	
	
	}}
/*-----inheritance-----*/


ul.inheritance_list{
 padding-left: 5px;
}

ul.inheritance_list li{
 position: relative;
    padding-left: 20px;
 margin-bottom: 10px;
}


ul.inheritance_list li:before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #8b6b4e;
    border-bottom: 3px solid #8b6b4e;
  }



.inheritance_about ul li{
 width: 30%;
}

@media screen and (max-width: 640px) {
 .inheritance_about ul li{
 width: 100%;
  margin-bottom: 20px;
 }}
 
/*-----debt-consolidation-----*/

.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    width: 100%;
    color: #555;
    padding: 10px 20px;
    border-radius: 20px;
    background: #e0edff;
    background: -moz-linear-gradient(left, #e0edff 0%, #abdde3 100%);
    background: -webkit-linear-gradient(left, #e0edff 0%,#abdde3 100%);
    background: linear-gradient(to right, #e0edff 0%,#abdde3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0edff', endColorstr='#abdde3',GradientType=1 );
    box-sizing: border-box;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 7%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.corp_list.border {
    border: 3px double #abdde3;
    padding: 10px 10px 10px 30px;
    display: inline-block;
}

.casestudy {
    position: relative;
    background: #f9f2ec;
    padding: 30px 10px 10px;
    max-width: 1155px;
    margin: 0 auto 50px;
}

.casestudy p {
    position: absolute;
    top: -20px;
    left: -10px;
    background: #83724d;
    background: -moz-linear-gradient(left, #83724d 0%, #703500 100%);
    background: -webkit-linear-gradient(left, #83724d 0%,#703500 100%);
    background: linear-gradient(to right, #83724d 0%,#703500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83724d', endColorstr='#703500',GradientType=1 );
    padding: 10px;
    color: #fff;
}

@media screen and (max-width: 640px) {
 
 .balloon1 {
  font-size: 16px;}
 }


/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1000ms;
	}



/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* 左から */
.fadein.left {
	opacity : 0.1;
	transform : translate(-50px, 0px);
	transition : all 1000ms;
	}

/* 左から */
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* 右から */
.fadein.right {
	opacity : 0.1;
	transform : translate(50px, 0px);
	transition : all 1000ms;
	}

/* 右から */
.fadein.right.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

@media screen and (max-width: 640px) {
	
	
	/* 左から */
.fadein.left {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1000ms;
	}

/* 左から */
.fadein.left.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}

/* 右から */
.fadein.right {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1000ms;
	}

/* 右から */
.fadein.right.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	}
	
}

/*-----contact-----*/

body#Contact{
	background:#fff;
	overflow-x: hidden;
}



#Contact #pagetitle {
	padding-top: 10%;}


#Contact .close {
    position: relative;
    display: block;
    padding: 0.5em 0.5em;
    text-decoration: none;
    color: #47566d;
    background: #abdde3;
    border-bottom: solid 2px #799a9e;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    font-size: 18px;
    width: 30%;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
}

#Contact .close :active {
  border-bottom: solid 2px #799a9e;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#Contact .tel_topbtn {
    font-size: 26px;
    border-right: none;
    margin-right: 15px;
    margin-top: 10px;
}


.contact {
    background: url("../contact/_img/title.png") no-repeat;
}

#Contact  .copy {
    margin-bottom: 0px;
    margin-top: 20px;
}
@media screen and (max-width: 960px) {
	
#Contact #pagetitle {
	padding-top: 20%;}

#Contact .tel_topbtn {
  display: none;
}	

#Contact .f_guide{
	padding-top: 30px;}
	
	#Contact .f_guide li{
		margin: 0px 10px;
  font-size: 13px;
	}	
 
#Contact .f_guide li.tel_topbtn{
	 font-size: 23px;
	background: none;
    margin-right: 0px;
}
		
#Contact .f_guide .tel_topbtn a {
    color: #713C08;
    font-weight: bold;
}
	}
@media screen and (max-width: 480px){
#Contact .copy {
    margin-bottom: 60px;
}}
	