@charset "UTF-8";

body {
	width: 100%;
	color: #333;	/*全体の文字色*/
	background-color: #fff;	/*全体の背景色*/
	margin: 0px;
	padding: 0px;
	font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,a{
	margin: 0px;
	padding: 0px;
}
ol,ul,li {
	list-style: none;
	color: #333;
}
a {
	color: #333;
	text-decoration: none;
}
table {
	width: 90%;
	margin: 0px auto 2%;
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
table, table th, table td {
	border: 1px solid #ccc;
}
table th, table td {
	height: 30px;
	line-height: 20px;
}
dl {
	line-height: 22px;
	padding: 3px 5% 10px;
	}
	dl dt {
		float: left;
		width: 1em;
		text-align: right;
	}
	dl dd {
		margin-left: 1.5em;
		text-align: left;
	}

.em1 {
	text-indent: 1em;
}

.container {
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}

/* トップイメージ
-------------------------------- */
.top_img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.main_img {
	margin: 0;
	padding: 0;
	width: 75.5%;
	height: auto;
	float: left;
}
.main_img img {
    width: 100%;
	height: auto;
}
.top_pc {
	width: 24.5%;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}
.top_pc .pc {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.top_pc .pc:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.top_pc .mobile {
	display: none;
}

/* メインコンテンツ
-------------------------------- */
.main{
	width: 100%;
	margin: 10px auto 0px;
	display: inline-block;
}
/* お知らせとか通知メッセージ */
.oshirase {
	font-size: 25px;
	font-weight: bold;
	color: red;
	margin: 0px auto;
	padding: 10px 0px;
	border: 2px solid red;
}

/* top */
.column_top {
	width: 85%;
	margin: 0px auto 0px;
	padding: 1% 0px 0px 0px;
}
.column_toptitle {
	clear: both;
    position: relative;
    color: #191957;
    background: #EFEDED;
	border-top: #191957 4px solid;
	font-size: 30px;
	letter-spacing: 4px;
	line-height: 50px;
    margin: 0px auto;
    padding: 3px 0px;
    box-shadow: 0 2px 3px #ccc;
	text-align: center;
}
.column_top h2 {
	clear: both;
    position: relative;
    color: #191957;
    background: #EFEDED;
	border-top: #191957 4px solid;
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 60px;
    margin: 5% auto 0;
    padding: 5px 0px 0px;
    box-shadow: 0 2px 3px #ccc;
	text-align: center;
}
.column_top h3 {
	margin: 3% auto 2%;
	line-height: 25px;
	font-size: 20px;
}

.top_syoukai{
	margin: 0px auto 20px;
	padding: 0px 0px;
	width: 90%;
	text-align: left;
}
.top_syoukai p {
	padding: 0.5% 1%;
	font-size: 22px;
	color: #191957;
	text-shadow: -1px -1px 0px rgba(225,225,225,0.1), 1px 1px 1px rgba(0,0,0,2);
	line-height: 30px;
	margin: 0px auto;
	text-align: justify;
}
/* 事務所ができるまで（swiper） */
[class^="swiper-button-"], .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.swiper-container {
  width: 100%;
  height: 25.5vw;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}
.swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-slide .entity-img {
  display: none;
}
.swiper-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
	height: 100%;
	padding: 15px;
  color: #333;
  text-align: left;
  background: hsla(0,0%,100%,0.65);
}
.swiper-slide .content .t_title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.swiper-slide .content .caption {
  display: block;
  font-size: 1em;
  color: #000;
  line-height: 1.4;
}
[class^="swiper-button-"] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  background: rgba(0,0,0,0.2);
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
/*ロウタス法律事務所が選ばれる理由*/
.reason {
	width: 90%;
	padding: 0px;
	margin: 0px auto;
}
.reason h3 {
	margin: 1.5% auto 1%;
	line-height: 25px;
	font-size: 20px;
}
.reason1 {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}
.reason2 {
	width: 60%;
	margin: 0px auto;
	padding: 0px;
}
.reason1 .rikai {
	float: left;
	width: 30%;
	max-width: 500px;
	height: auto;
	margin: 0px 1.6% 0.5%;
}
.reason1 .teian {
	float: left;
	width: 30%;
	max-width: 500px;
	height: auto;
	margin: 0px 1.6% 0.5%;
}
.reason1 .setsumei {
	float: left;
	width: 30%;
	max-width: 500px;
	height: auto;
	margin: 0px 1.6% 0.5%;
}
.reason2 .kekka {
	float: left;
	width: 45%;
	height: auto;
	margin: 0px 2.5%;
}
.reason2 .anshin {
	float: left;
	width: 45%;
	height: auto;
	margin: 0px 2.5%;
}
.reason1 img,
.reason2 img {
	width: 100%;
	max-width: 500px;
	height: auto;
}
.remodal h3 {
	font-size: 22px;
}
.remodal h4 {
	text-align: left;
	margin: 5% auto 1%;
	padding: 2px 0px;
	font-size: 18px;
	line-height: 20px;
}
.men:before {
	content: "　　";
	background: url(../images/men_s.png) no-repeat;
}
.woman:before {
	content: "　　";
	background: url(../images/woman_s.png) no-repeat;
}
.remodal p {
	text-align: left;
}
@font-face {
	font-family: "webfont";
	src: url("../font/beautiful font.woff2") format("woff2"),
		 url("../font/beautiful font.woff") format("woff"),
		 url("../font/beautiful font.ttf") format("truetype");
}
.tegaki p {
	text-align: left;
	margin: 0px auto 7%;
	padding: 0px 3%;
	font-family: "webfont";
	font-size: 22px;
	font-weight: bolder;
	line-height: 20px;
	letter-spacing: -2px;
}
.banner {
	width: 65%;
	height: auto;
	margin: 1% auto 1%;
	box-shadow: 2px 2px 2px 1px #ccc;
}
.banner:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

/* メインleft */
.left_article {
	background-color: #FFFFFF;
	width: 75%;
	float: left;
	margin: 0 auto;
	padding: 0 0 0 5%;
}
.noDisplay {
	display: none;
}
.left_article h3 {
	width: 90%;
    margin: 2% auto;
    padding: 5px 0;
	color: #191957;
	background: #F5F5F5;
    border-top: 2px solid #191957;
    border-bottom: 2px solid #191957;
}
.left_article h5 {
	text-align: left;
	font-size: 14px;
}
.left_article p {
	width: 90%;
	margin: 10px auto;
	text-align: left;
	line-height: 22px;
}
/* もっと見るボタン */
.more {
	line-height: 27px;
	float: right;
	padding: 2px 10px 1px;
	margin: 0px 20px 0px 0px;
    text-align: center;
    width: auto;
    color: #fff;
    font-weight: bold;
    display: table-cell;
	text-decoration: none;
    vertical-align: middle;
	background: #d12133;
	border: solid #fff 2px;
    border-radius: 100px;
	text-shadow: -1px -1px 0.5px #666, 1px 1px 1px #000;
	box-shadow: 1px 1px 1px rgba(255,255,255,0.5),-1px -1px 1px rgba(0,0,0,0.5),-1px -1px 1px rgba(255,255,255,0.5),1px 1px 1px rgba(0,0,0,0.5);
}
.more:hover {
	text-shadow: -1px -1px 1px #000, 1px 1px 1px #666;
	color: #FF6769;
}
.left_article .r {
	text-align: right;
	margin-right: 2em;
}
/*不安を安心に*/
.graph {
	padding: 20px 0;
	margin: 0px 5px 10px;
	border: #181854 solid 1px;
}
.graph h4 {
	width: 80%;
	margin: 0 auto 2%;
	color: #fff;
	background-color: #5C0000;
	text-shadow: -1px -1px 1px rgba(255,255,255,0.5),1px 1px 1px rgba(0,0,0,0.5);
}
.graph div {
	display: inline-block;
	width: 90%;
	margin: 0 auto;
}
.graph img {
	float: left;
	width: 40%;
	max-width: 500px;
	height: auto;
	margin: 0 5% 1em;
}
/*代表あいさつ*/
.topgreet {
	padding: 20px 0;
	margin: 0px 5px 10px;
	border: #181854 solid 1px;
}
.topgreet div {
	padding: 15px 0px 10px;
	margin: 15px auto;
	height: 400px;
	width: 88%;
	overflow: scroll;
	border: #ccc 1px solid;
}
.topgreet img {
	border: 6px double #ccc;
	float: left;
	margin: 10px 15px;
	width: 100%;
	height: auto;
	max-width: 300px;
}
.topgreet h4,
.topgreet h5 {
	width: 95%;
	margin: 20px auto 10px;
	line-height: 1.5em;
	text-align: left;
}
.topgreet p {
	width: 90%;
	margin: 0px auto;
	line-height: 22px;
	text-indent: 1em;
}
/*こんな事件を解決しました*/
.list_1 {
	padding: 20px 0;
	margin: 0px 5px 10px;
	border: #181854 solid 1px;
}
.list_1 ul {
	text-align: left;
	margin: 0px 8% 3%;
}
.list_1 li {
	padding: 0px 0px 1px;
	margin: 5px auto;
	line-height: 25px;
	list-style: none;
}
.list_1 li:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
/*サービス内容と料金*/
.service1 {
	padding: 20px 0;
	margin: 0px 5px 10px;
	border: #181854 solid 1px;
}
.service1 img {
	width: 15%;
	height: auto;
	padding: 0px;
	margin: 10px auto;
	transition: 0.5s;
	transform: rotateX(0deg)
}
.service1 img:hover {
	transform: rotateX(360deg);
}
/*相続講座*/
.flow_movie {
	padding: 15% 5% 0;
	margin: 0 auto -20px;
	width: 99%;
	height: auto;
	background: url("../images/souzoku-flow.png") no-repeat;
	background-size: contain;
	display: inline-block;
}
.flow-l {
	width: 50%;
	float: left;
}
.flow-l img {
	width: 100%;
	height: auto;
	margin: -10% auto 0;
}
.flow-r {
	float: right;
	width: 50%;
	margin: 0;
}
.example {
	position: relative;
	width: 50%;
	float: left;
	margin: 1% auto;
}
.example a {/*aタグを画像の真ん中に*/
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
    font-size: 1.1em;
	line-height: 1.2em;
    border: solid #333 1px;
    padding: 10% 2px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;
	width: 90%;
}
.example a:hover{
	color: #333;
	border: #fff solid 1px;
    background: rgba(255, 255, 255, 0.3);
}
.example img {
    width: 98%;
	border: 1px solid #fff;
}

/* メインright */
.right_article {
	width: 20%;
	height: auto;
	float: right;
	background-color: #F6F6F6;
	padding: 0;
	margin: 0 5% 0 0;
	text-align: center;
}
.right_article aside {
	margin: 20px auto 20px;
}
.right_article h3 {
	width: 90%;
	line-height: 40px;
	margin: 0px auto 10px;
	color: #fff;
	background: #181854;
	border: #fff solid 1px;
	font-weight: normal;
}
.right_article p {
	margin: 0px 10% 0.5em;
	text-align: left;
	line-height: 20px;
}
.right_article ul {
	margin: 0 auto;
	padding: 0px;
}
.right_article ul li {
	width: 90%;
	margin: 0px auto 0px;
	padding: 0px 0px;
}
.right_article ul li img {
	width: 100%;
	max-width: 400px;
	height: auto;
	border: 1px solid #585858;
}
.right_article a {
	color: #191957;
	font-weight: bold;
	text-decoration: none;
}
.side-map {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
}
.side-map iframe {
	width: 90%;
	height: auto;
	padding: 0;
}
.right_article img:hover {
	box-shadow: -1px -1px 5px #585858, 1px 1px 5px #585858;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;	
}

.placeholder {
	width: 90%;
	max-width: 400px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 5px auto 0px;
}
/* カレンダー */
.cale {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}
#cal1, #cal2 {
	padding: 0px;
	margin: 5px auto;
}
.cal {
	border: 1px solid #a2a2a2;	/*枠線の幅、線種、色*/
	background: #FFF;			/*テーブル内の背景色*/
	font-size: 1em;			/*文字サイズ*/
	margin: auto;
	margin-left: auto;
}
.cal td, .cal th{
	border: 1px solid #a2a2a2;	/*枠線の幅、線種、色*/
	line-height: 1;				/*行間*/
	text-align: center;			/*文字をセンタリング*/
	padding: 0;				/*ボックス内の余白*/
}
/*テーブル内のth(曜日)設定*/
.cal th{
	background: #ebebeb;	/*背景色*/
}
/*休日の設定*/
.cal .off {
	background: #ffced8;	/*背景色*/
	color: #FF5C7F;			/*文字色*/
}
.pink {
	border-left: #ffced8 solid 2em;
}
/*フェイスブック*/
.sns {
	text-align: center;
	width: 85%;
	margin: 20px auto;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
	margin: 0% 0px 2%;
}


@media (max-width: 420px) {
.container {
		width: 100%;
}
 
/* トップイメージスライドショー
-------------------------------- */
.top_img {
	margin: 60px auto 0%;
}
.main_img {
	width: 100%;
	margin-bottom: -10px;
}
.top_pc {
	width: 100%;
}
.top_pc .pc {
	display: none;
}
.top_pc .mobile {
	display: block;
	width: auto;
	margin: 2% auto;
}

/* top */
.column_top {
	clear: both;
	width: 98%;
	margin: 0px auto 0px;
}
.column_toptitle {
	font-size: 14px;
	font-weight: bold;
	padding: 7px 1px;
	line-height: 20px;
}
.column_top h2 {
	clear: both;
    position: relative;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
}

.top_syoukai p {
	width: 90%;
	font-size: 16px;
	text-shadow: none;
	line-height: 20px;
	padding: 2%;
	margin: 0px auto;
	text-align: justify;
}
/* 事務所ができるまで（swiper） */
.swiper-container {
	width: 100%;
	height: 80vh;
}
.swiper-slide .content {
    width: 100%;
	padding: 2%;
}
.swiper-slide .content .caption {
    font-size: 1em;
}
/*選ばれる理由*/
.reason h3 {
	margin: 3% auto 2%;
	text-align: left;
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.reason1 {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.reason2 {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.reason1 .rikai {
	width: 48%;
	margin: 0px 1%;
}
.reason1 .teian {
	width: 48%;
	margin: 0px 1%;
}
.reason1 .setsumei {
	float: none;
	width: 48%;
	margin: -5px 24% 5px;
}
.reason2 .kekka {
	width: 48%;
	height: auto;
	margin: 0px 1%;
}
.reason2 .anshin {
	width: 48%;
	height: auto;
	margin: 0px 1%;
}
.remodal h3 {
	font-size: 16px;
	letter-spacing: -1px;
}
.remodal h4 {
	font-size: 14px;
}
.men:before {
	font-size: 20px;
	content: "　 ";
	background: url(../images/men_s.png) no-repeat;
}
.woman:before {
	font-size: 20px;
	content: "　 ";
	background: url(../images/woman_s.png) no-repeat;
}
.remodal p {
	line-height: 20px;
}
.tegaki {
	margin: 15% 0px 0px;
}
.tegaki p {
	text-align: left;
	margin: 0px auto 15%;
	padding: 0px 1%;
}
.banner {
	width: 98%;
	height: auto;
}

/* メインleft */
.left_article {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 15px auto 0;
	font-size: 1em;
}
.left_article h3 {
	margin: 15px auto 15px;
    padding: 2px 5px;
	letter-spacing: -1px;
}
/* もっと見るボタン */
.more {
	font-size: 12px;
	line-height: 20px;
	float: right;
	padding: 1px 6px;
	margin: 3px 0px 0px 0px;
}
.left_article p {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 20px;
}
/*不安を安心に*/
.graph img {
	float: none;
	width: 95%;
	height: auto;
	margin: 0 auto 15px;
}
/*代表あいさつ*/
.topgreet div {
	padding: 0px 0px 10px;
	width: 95%;
}
.topgreet img {
	float: none;
	margin: 10px auto 5px;
	max-width: 80%;
	height: auto;
}
/*こんな事件を解決しました*/
.list_1 ul {
	text-align: left;
	margin: 0px 5%;
}
.list_1 ul li {
	margin-bottom: 15px;
	line-height: 20px;
}
/*サービス内容と料金*/
.service1 img {
	width: 25%;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}
/*相続講座*/
.flow_movie {
	background: url("../images/souzoku-flow@2.png") no-repeat;
	background-size: cover;
	padding: 25% 0 27%;
	margin: 0 auto;
	}
.flow-l, .flow-l img {
	display: none;
}
.flow-r {
	float: none;
	width: 90%;
	margin: 0 auto;
}

/* メインright */
.right_article {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0px auto;
}
.right_article aside {
	margin: 20px auto 0px;
	padding: 0px;
}
.right_article ul {
	width: 98%;
	margin: 0px auto;
	padding: 0px;
	display: inline-block;
}
.right_article ul li {
	width: 50%;
	padding: 0px 2%;
	margin: 0px auto;
	float: left;
}
.cale {
	width: 96%;
	padding: 0;
	margin: 0 auto;
}
#cal1, #cal2 {
	width: 50%;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0 auto;
}
.cal td, .cal th{
	line-height: 0em;
	padding: 0;
}
}


@media (min-width: 421px) and (max-width: 815px) {
p, a {
	font-size: 0.8em;
}

/* トップイメージスライドショー
-------------------------------- */
.top_img {
	margin: 60px auto 0px;
}

/* top */
.column_top {
	width: 100%;
}
.column_top h2 {
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 35px;
	width: 90%;
}

.top_syoukai p {
	font-size: 16px;
	text-shadow: none;
	line-height: 20px;
	padding: 1% 2%;
	margin: 0px auto;
	text-align: justify;
}
/* 事務所ができるまで（swiper） */
.swiper-container {
	width: 80%;
	height: 43vw;
	margin: 0 auto;
}
.swiper-container.swiper-container-coverflow {
    padding-top: 0;
}
.swiper-slide .content {
    width: 80%;
	padding: 2% 7%;
	margin: 0 auto;
}
.swiper-slide .content .caption {
    font-size: 0.6em;
}
/*選ばれる理由*/
.reason h3 {
	margin: 2% auto 2%;
	line-height: 18px;
	font-size: 1em;
	font-weight: normal;
}
.reason1 {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.reason2 {
	width: 66%;
	margin: 0px auto;
	padding: 0px;
}
.reason1 li {
	margin: 0px 1.6%;
}
.remodal h3 {
	font-size: 20px;
}
.remodal h4 {
	font-size: 16px;
}
.men:before {
	font-size: 20px;
	content: "　 ";
	background: url(../images/men_s.png) no-repeat;
}
.woman:before {
	font-size: 20px;
	content: "　 ";
	background: url(../images/woman_s.png) no-repeat;
}
.remodal p {
	line-height: 20px;
}
.tegaki {
	margin: 10% 0px 0px;
}

/* メインleft */
.left_article {
	padding: 0;
}
/* 相続講座 */
.flow_movie {
}

/* メインright */
.right_article {
	width: 25%;
	padding: 0;
	margin: 0;
}
}