@charset "utf-8";
/* CSS Document */
/*-------------
reset.css
font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
---------------*/
* {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", helvetica, Arial, "メイリオ", Meiryo, sans-serif;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
p, ul, li, dl, dt, dd, table, h1, h2, h3, h4, h5 {
	color: #333;
}
ul, li {
	list-style-type: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
}
li a {
	display: block;
}

.breadcrumb li a {
	display:inline;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align : middle;
	height: auto;
	max-width:100%;
}
#main a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background: #fff;
}
/*-------------
layout.css
---------------*/
html {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	width: 100%;
	-webkit-text-size-adjust: none;
}
/*コンテナ*/
#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
/*ヘッダー*/
header {
	width: 100%;
	position: relative;
}
#header-in {
	width : 100%;
	margin: 0 auto;
	position: relative;
}
/*コンテンツ*/
.contents {
	height: auto;
	width: 100%;
	position: relative;
}
.contents-in {
	width : 100%;
	margin: 0 auto;
	position: relative;
	height: auto;
}
.contents-in:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.contents-in {
	display: inline-block;
}
* html .contents-in {
	height: 1%;
}
.contents-in {
	display:block;
}
/*フッター*/
footer {
	width: 100%;
	background-image: url(../images/bg_11.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
#footer-in {
	width : 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px;
}
div.inside {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width:1160px;
}
/*=========================
ヘッダー
=========================*/
/*横幅いっぱいの画像

<div id="visual">
<div id="visual-image">
1600px幅</div></div>

*/
#visual {
	width: 100%;
	min-width: 320px;/* 画像の幅に合わせる */
	overflow: hidden;
}
#container.fixed #visual {
	padding-top: 60px;
}
#visual-image {
	position: relative;
	left: 50%; /* 画像の左端が画面中央にくる */
	margin-left: -800px; /* 画像幅1600pxの半分だけ左に移動する */
}
h1 {
	color:#333;
	font-size:17px;
	font-weight: normal;
}

@media screen and (max-width: 640px){
.sitetitle {
    display: none;
}
}

.uh1 {
	color:#333;
	font-size:16px;
	font-weight:normal;
}

strong {
    font-weight: normal;
}

#sign {
	width: 280px;
}
#signaddress p {
	font-size:16px;
	line-height: 140%;
}
#headercontact {
	font-size: 13px;
}
#headercontact p.text1 {
	font-size:16px;
	margin-bottom: 0px;
}
#headercontact p.text1 span {
	font-size:16px;
	color: #F00;
}
#headercontact p.tel {
	font-size:27px;
	margin-bottom: 0px;
	color: #295098;
	font-weight: bold;
	padding-left: 0px;
}
#headercontact p.tel a {
	color: #3857A6;
}
#headercontact p.tel img {
	width: 30px;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 5px;
}
#headercontact p.text2 {
	font-size:13px;
	line-height: 120%;
	padding-left: 0px;
}
#headercontact {
	position: relative;

}
#telnm {

	}
#headermail {
	position: absolute;
	right: 65px;
	bottom: 0px;
	z-index: 15;
}
#headerline {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
}
#telnm {
	padding-right: 130px;
	}
#headermail {
		z-index: 20;
}
#headermail img,
#headerline img {
	width: 60px
}
/*メニュー*/
nav {
}
nav ul {
}
nav ul li {
}
nav ul li a {
	font-size:17px;
	display: block;
	color: #FFF;
}
nav ul li a:hover {
}
/*=========================
フッター
=========================*/
#fsign {
	overflow: hidden;
}
#faddress {
	box-sizing: border-box;
}
#faddress img {
	margin-bottom: 15px;
}
#faddress p {
	font-size:17px;
	line-height: 150%;
	margin-bottom: 10px;
}
#fmap {
}
#copy {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#copy p {
	text-align: center;
	color: #FFF;
	line-height: 30px;
	font-size:17px;
}
#copy p span {
	font-size: 9px;
	color: #FFF;
	padding-left: 10px;
}

#copy p a {
	color:#ffffff;
	text-decoration:none;
}

#copy p a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#copy p span a {
	color: #638CD3;
}
#totop {
}
#totop p {
}
/*=========================
コンテンツ共通
=========================*/
#contents1 {
	background-image: url(../images/bg_03b.png);
	background-repeat: repeat;
}
#contents2 {
}
#contents2-in {
	padding-top: 30px;
	padding-bottom: 30px;
}
#contents3 {
	background-image: url(../images/bg_05.png);
	background-repeat: repeat;
}
#contents3-in {
	padding-top: 40px;
	padding-bottom: 50px;
}
#contents4 {
}
#contents4-in {
	padding-top: 40px;
	padding-bottom: 50px;
}
#contents5 {
	background-color: #08214c;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CFA200;
	border-bottom-color: #CFA200;
	background-image: url(../images/bgimg_05.png), url(../images/bgimg_06.png);
	background-position: 101% 10px, -5% 90%;
	background-size:400px auto, 300px auto;
}
#contents5-in {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents6 {
	background-image: url(../images/bg_09.png);
	background-repeat: repeat-y;
	background-position: center 0px;
}
#contents6-in {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents7 {
	background-color: #000;
	background-image: url(../images/bgimg_07.png);
	background-position: 105% 50%;
}
#contents7-in {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents8 {
	background-color: #d9e1f3;
}
#contents8-in {
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
#contents9 {
	background-image: url(../images/bg_03.png);
	background-repeat: repeat;
	background-position: 0px 0px;
}
#contents9-in {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents10 {
	background-image: url(../images/bgimg_09.png);
	background-position: center 10px;
}
#contents10-in {
	padding-top: 40px;
	padding-bottom: 40px;
}
#contents11 {
}
#contents11-in {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../images/bgimg_10.png);
	background-size:cover;
	background-attachment: fixed;
}
#contents12 {
	background-color: #F7F7F7;
}
#contents12-in {
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents13 {
	background-color: #EDF3FF;
}
#contents13-in {
	padding-top: 20px;
	padding-bottom: 20px;
}
#contents1u {
	background-color: #F2F1E8;
}
#contents1u-in {
	padding-bottom: 20px;
}
#contents1u-in .inside {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 20px;
}
/*パーツレイアウト*/
#main {
	box-sizing: border-box;
	padding-right: 3%;
	padding-left: 3%;
}
#sidebar {
	background-color: #F2F1E8;
	box-sizing: border-box;
	padding: 10px;
}
/*-------------------------
パンクズリスト
-------------------------*/
#topicpath {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F1E8;
}
#topicpath p {
	font-size: 17px;
	padding-left: 10px;
}
#topicpath p a {
	color:#0068b6;
}
#topicpath p a:hover {
	color: #5076C0;
}


/*NEW パン屑リスト*/
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 5px 0px 15px 0px;
  border-bottom-style: solid;
  border-bottom-color:#f2f1e8;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-size: 17px;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#0068b6;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
/*NEW パン屑リスト*/


/*-------------------------
ページ送り
-------------------------*/

.pagenavi {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px dotted #999;
}
.catepre {
	margin-bottom: 0px;
	float: left;
	width: 49%;
}
.catenext {
	margin-bottom: 0px;
	text-align: right;
	float: right;
	width: 49%;
}
.catepre a {
	background-color: #FEEDED;
}
.catenext a {
	background-color: #E0F4FF;
}
.pagenavi a {
	padding: 3px 5px;
	display: block;
}
.pagenavi a:hover {
	background-color: #E8DDCA;
}
/*single.php　ページ送り*/
.re_pagefeed {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 1px dotted #999;
}
.re_left {
	margin-bottom: 0px;
	float: left;
	width: 49%;
}
.re_right {
	margin-bottom: 0px;
	text-align: right;
	float: right;
	width: 49%;
}
.re_left a {
	background-color: #FEEDED;
}
.re_right a {
	background-color: #E0F4FF;
}
.re_pagefeed a {
	padding: 3px 5px;
	display: block;
}
.re_pagefeed a:hover {
	background-color: #E8DDCA;
}
/*-------------------------
コンタクトフォーム
-------------------------*/
/*
<div class="table">
<div class="row">
<div>お名前 (必須)</div>
<div>[text* your-name]</div>
</div>
</div><!--//table-->*/


/*コンタクトフォーム*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	width: 100%;
	padding:10px;
	border-radius: 4px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
/*contact7送信ボタン*/

.wpcf7-submit {
	width:100%;
	padding:15px;
	border-radius:10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	box-shadow: 0 3px 0 #ddd;
	background: #eee;
	transition: 0.3s;
	box-sizing: border-box;
}
.wpcf7-submit:hover {
	background: #ddd;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
	box-sizing: border-box;
}
/*=========================
サイドナビ
=========================*/

#sidebar div.side-in {
	background-color: #FFF;
	margin-bottom: 10px;
}
#sidebar div#s3 {

	margin-bottom: 0px;
}
#sidebar >div >div {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#sidebar >div >div >div {
	margin-bottom: 20px;
}
#sidebar > div>div> div:last-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
/*お問い合わせ*/
.sidecontact a {
	text-align: center;
	background-color: #3957A6;
	color: #FFF;
	display: block;
	margin-bottom: 15px;
}
.sidecontact img {
	width: 40px;
	margin-right: 10px;
}
/*s2*/
#s2> p:first-child {
	background-color: #E4E9F6;
	margin-bottom: 10px;
	padding-top: 3px;
	text-align: center;
	padding-bottom: 3px;
}
/*s2-1*/
#s2-1 {
}
#s2-1 ul li {
	margin-bottom: 2px;
}
#s2-1 ul li a {
	background-color: #E4E9F6;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3857A5;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(../images/arrow_02.png);
	background-position: 99% 50%;
}
#s2-1 ul li:nth-child(2) a {
	background-color: #FFF2E0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFBB02;
	background-image: url(../images/arrow_02b.png);
}
#s2-1 ul li a:hover {
	background-image: url(../images/arrow_01.png);
}
/*#s2-1 ul li a{
	color: #FFF;
	background-image: url(../images/bg_06.png);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-bottom: 2px;
	}
#s2-1 ul li a:hover{
	background-image: url(../images/bg_07.png);
	}*/
/*s2-2*/
#s2-2 p {
}
#s2-2 ul {
	margin-bottom: 10px;
}
#s2-2 ul li {
}
#s2-2 ul li a {
	background-color: #FAF8F2;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #333;
	background-image: url(../images/arrow_04.png);
	background-position: 5px 50%;
	background-size:8px auto;
}
#s2-2 ul li a:hover {
	background-color: #6B81CF;
	color: #FFF;
}
/*s2-3*/
#s2-3 {
}
#s2-3 p {
	margin-bottom: 5px;
}
#s2-3 ul {
	margin-bottom: 10px;
}
#s2-3 ul li {
	margin-bottom: 2px;
}
#s2-3 ul li a {
	background-color: #3857a5;
	background-image: url(../images/arrow_01.png);
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-position: 5px 50%;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-size:10px auto;
}
#s2-3 ul li a:hover {
	background-color: #6B81CF;
}
#s2-4 {
}
#s2-4 ul li {
	margin-bottom: 2px;
}
#s2-4 ul li a {
	background-color: #E4E9F6;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #3857A5;
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-image: url(../images/arrow_02.png);
	background-position: 99% 50%;
}
#s2-4 ul li:nth-child(2) a {
	background-color: #FFF2E0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #FFBB02;
	background-image: url(../images/arrow_02b.png);
}
#s2-4 ul li a:hover {
	background-image: url(../images/arrow_01.png);
}
/*s3*/
#sidebar #s3 {

}
#s3 >p:first-child {
	background-color: #FFF8EB;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*s3-1*/
#s3-1 {
}
#s3-1 ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F6C18B;
	margin-top: 2px;
	margin-bottom: 2px;
}
#s3-1 ul li a {
	color: #333;
	background-image: url(../images/arrow_05.png);
	padding-left: 28px;
	background-size:16px auto;
	background-position: 0px 50%;
}
#s3-1 ul li a:hover {
	background-position: 10px 50%;
	background-color: #FFF8EB;
}
/*----------------------
ドロップダウン
------------------------*/
.dropmenu {
 *zoom: 1;
	list-style-type: none;
	margin: 5px auto 30px;
	padding: 0;
}
.dropmenu:before, .dropmenu:after {
	content: "";
	display: table;
}
.dropmenu:after {
	clear: both;
}
.dropmenu li {
	position: relative;
	width: 100%;
	float: left;
	text-align: center;
}
.dropmenu li a {
	display: block;
	padding: 15px 0 11px;
}
.dropmenu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.dropmenu li ul li {
	width: 100%;
}
.dropmenu li ul li a {
	text-align: left;
	background-color: #FAF8F2;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #333;
	background-image: url(../images/arrow_04.png);
	background-position: 5px 50%;
	background-size:8px auto;
}
.dropmenu li ul li:hover > a {
	background-color: #6B81CF;
}
.dropmenu li ul li a:hover {
	background-color: #6B81CF;
	color: #FFF;
}
#d-menu li ul li {
	overflow: hidden;
	height: 0;
	transition: .2s;
}
#d-menu li:hover ul li {
	overflow: visible;
	height: 32px;
}
/*=========================
ホームページ
=========================*/
/*特徴*/
.title_1 {
	margin-bottom: 30px;
	text-align: center;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
}
.title_1 h2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3857A6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3857A6;
	font-size:20px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#feature {
	overflow: hidden;
}
#feature ul {
}
#feature ul li {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 12px 8px 14px;
	box-sizing: border-box;
	color: #FFF;
	background-color: #30509F;
}
#feature ul li span {
	color: #ffbb04;
}
/*納得*/
#message_req {
	margin: 0 auto 20px;
	text-align: center;
}
#message_req h2 {
	margin-bottom: 20px;
	display: inline-block;
	text-align: left;
	line-height: 190%;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
}
#message_req h2 span {
	background-image: url(../images/line_01.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	padding-bottom: 8px;
}
#message_req h2 span span {
	color: #B72400;
	background-image: none;
}
#assent {
	border-top: 5px solid #EFE3C9;
	border-bottom: 5px solid #EFE3C9;
	overflow: hidden;
	background-color: #A9320D;
	margin-bottom: 40px;
}
#assent .left {
	background-color: #A9320D;
	background-image: url(../images/icon_02.png);
	background-position: 98% 98%;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#assent .right {
	background-color: #FFF8F4;
	box-sizing: border-box;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#assent .right p {
	line-height: 180%;
	font-weight: bold;
}
#assent .right p span {
	color: #B72400;
}
/*請求*/
.title_2 {
	margin-bottom: 30px;
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}
.title_2 h2 {
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #FFF;
	color: #173684;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
/*保障*/
#seikyu {
}
#seikyu >div {
	padding-top: 15px;
	position: relative;
}
#seikyu >div>div {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6781BE;
	border-bottom-color: #6781BE;
	background-color: #FFF;
	padding: 15px;
	box-sizing: border-box;
	background-size:auto 70%;
	background-position: 0px 100%;
}

#seikyu > div:nth-child(1) >div {
	background-image: url(../images/bgimg_02.png);
}
#seikyu > div:nth-child(2) >div {
	background-image: url(../images/bgimg_03.png);
}
#seikyu > div:nth-child(3) >div {
	background-image: url(../images/bgimg_04.png);
}
#seikyu .icon {
	position: absolute;
	width: 75px;
	left: 10px;
	top: 0px;
}
#seikyu h3 {
	color: #173684;
	text-align: center;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #496DB5;
	margin-bottom: 30px;
	font-size: 22px;
	letter-spacing: 0.05em;
}
#seikyu ul {
}
#seikyu ul li {
	margin-bottom: 2px;
}
#seikyu ul li a {
	color: #FFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 32px;
	background-image: url(../images/icon_06.png),  url(../images/bg_06.png);
	background-position: 10px 50%, 0px 0px;
	font-size:17px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#seikyu ul li a:hover {
	background-image: url(../images/icon_06.png),  url(../images/bg_07.png);
	background-position: 10px 50%, 0px 0px;
}

/*-----ここからは「死亡」のulをまとめてリンクしている
必要なくなれば削除-----*/

#seikyu > div:nth-child(3) > a {

}
#seikyu > div:nth-child(3) a ul li {
	color: #FFF;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 32px;
	background-image: url(../images/icon_06.png),  url(../images/bg_06.png);
	background-position: 10px 50%, 0px 0px;
	font-size:17px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#seikyu > div:nth-child(3) a:hover ul li {
	background-image: url(../images/icon_06.png),  url(../images/bg_07.png);
	background-position: 10px 50%, 0px 0px;
}
/*-----ここまで-----*/



/*被害に遭われた方へ*/
#damage1 {
	overflow: hidden;
	background-image: url(../images/bg_08.png);
	background-repeat: repeat;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 20px;
	margin-bottom: 50px;
}
#damage1 > div {
	box-sizing: border-box;
}
#damage1_1 {
}
#damage1_2 {
	padding: 20px;
	background-image: url(../images/icon_08.png);
	background-position: 100% 50%;
}
#damage1_3 {
	padding-top: 15px;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-bottom: 15px;
	border: 5px solid #6078B1;
}
#damage1_2 ul li {
	margin-bottom: 10px;
	color: #FFF;
	font-size:18px;
}
#damage1_2 ul li span {
	color: #FC3;
}
#damage1_3 h3 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 18px;
}
#damage1_3 p {
	text-align: center;
}
#damage1_3 .tel {
	font-size: 30px;
	color: #E6973F;
	font-weight: bold;
}
#damage1_3 .tel a {

	color: #E6973F;

}
#damage1_3 img.tel {
	width: 42px;
}
#damage1_3 h3 img {
	width: 75%;
	margin-right: 5px;
}

/* LINE登録 */
#lineRegistration {
	background: #06C755 url(https://chronus-law.com/site/wp-content/uploads/2022/02/bg_line.png);
	background-size: 120px;
	border-radius: 9px;
	padding: 0 calc((100% - 700px) / 2);
	margin-bottom: 50px;
}
.lineDescription {
	height: 190px;
}
.lineQrCode {
	width: 120px;
	float: right;
	margin-top: 35px;
}
.lineDescriptionSp {
	display: none;
}

/*流れ*/
#flow {
	overflow: hidden;
}
#flow ul {
	font-size: 0px;
}
#flow ul li {
	font-size: 16px;
	display: inline-block;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align: top;
}
#flow ul li p.sub {
	font-size:15px;
}
#flow ul li a {
}
#flow img {
	margin-bottom: 10px;
}
#flow p {
	font-weight: bold;
	color: #304C90;
	text-align:center;
	font-size:18px;
}
#flow p.sub a {
	color: #3757A5;
}
#flow p.sub a:hover {
	text-decoration: underline;
}
/*傷害の種類*/
.title_3 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	overflow: hidden;
	margin-right: 3%;
	margin-left: 3%;
	margin-bottom: 40px;
}
.title_3 h2 {

	color: #FFF;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 33px;
	letter-spacing: 0.08em;
}
.title_3 p {
	color: #FFF;

	line-height: 160%;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.title_3 p span {
	color: #ffbb04;
}
/*後遺障害*/
#damage2 {
}
#damage2 a {
	display: block;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#damage2 p {
	margin-left: 30%;
	width: 40%;
	margin-bottom: 30px;
	font-size: 18px;
	text-align: center;
}
#damage2 p a {
	background-color: #3857a5;
	color: #FFF;
	background-image: url(../images/arrow_01.png);
	background-position: 20px 50%;
	padding-top: 15px;
	padding-bottom: 15px;
}
#damage2 ul {
	font-size: 0px;
}
#damage2 ul li {
	display: inline-block;
	width: 31%;
	margin-right: 1%;
	margin-bottom: 15px;
	margin-left: 1%;
	font-size: 24px;
	text-align: center;
	padding-left: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
#damage2 p a:hover, #damage2 ul li:nth-child(odd) a:hover {
	background-color: #436CD3;
}
#damage2 ul li:nth-child(even) a:hover {
	background-color: #FFF;
}
#damage2 ul li a {
	padding-top: 34px;
	padding-bottom: 34px;
	background-position: 96% 90%;
}
#damage2 ul li a span {
	font-size: 80%;
}
/*知っておくべき知識*/
#knowledge {
	overflow: hidden;
}
#knowledge >div {
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 20px;
}
#knowledge h2 {
	text-align: center;
}
#knowledge p {
}
#knowledge .text1 {
	margin-bottom: 20px;
}
#knowledge .linkbtn {
	margin-bottom: 10px;
}
#knowledge .linkbtn a {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 20px;
	line-height: 160%;
	display: block;
	background-position: 96% 92%;
}
/*1*/
#knowledge1 {
	float: left;
	width: 50%;
}
#knowledge1 h2 {
	margin-bottom: 50px;
}
#knowledge1 .text1 {
	margin-bottom: 20px;
}
#knowledge1 .linkbtn {
	margin-right: 20%;
	margin-left: 20%;
}
#knowledge1 .linkbtn a {
	background-color: #3857a5;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/arrow_03.png);
}
#knowledge1 .linkbtn a:hover {
	background-color: #436CD3;
}
/*2*/
#knowledge2 {
	float: right;
	width: 50%;
}
#knowledge2 h2 {
	margin-bottom: 20px;
}
#knowledge2 .text1 {
	margin-bottom: 20px;
}
#knowledge2 .linkbtn {
	margin-right: 20%;
	margin-left: 20%;
}
#knowledge2 .linkbtn a {
	background-color: #FFBB02;
	color: #436CD3;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/arrow_04.png);
}
#knowledge2 .linkbtn a:hover {
	background-color: #FFDF65;
}
/*メリット*/
#merit {
	font-size: 0px;
}
.title_4 {
	overflow: hidden;
	margin-bottom: 50px;
}
.title_4 h2 {
	color: #FFF;
	float: left;
	width: 49%;
	text-align: right;
}
.title_4 p {
	float: right;
	width: 50%;
}
#merit >div {
}
#merit h3 {
	margin-bottom: 10px;
}
#merit >div >div {
	background: rgba(56,87,165,0.7);
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
}
#merit p {
	color: #FFF;
}
#merit p.linkbtn a {



	display: block;
	color: #FFF;
	text-align: center;
	width: 96%;
	padding-top: 5px;
	padding-bottom: 5px;
}
#merit p.linkbtn a:hover {
}
/*centertel*/
#centertel {
	background-image: url(../images/bg_10.png);
	background-repeat: repeat;
	padding: 15px;
	box-sizing: border-box;
}
#centertel-in {
	background: rgba(255,255,255,0.7);
	padding: 20px 5px;
}
#centertel-in h3 {
	margin-bottom: 20px;
	text-align: center;
}
#centertel-in h3 img {
	width: 210px;
	margin-right: 8px;
}
#centertel-in h3 span {
	font-size: 28px;
	color: #F00;
	margin-left: 3px;
}
#centertel-in p {
	text-align: center;
}
#centertel-in p.telno {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.08em;
}
#centertel-in p.telno img {
	width: 30px;
	vertical-align: top;
	margin-right: 10px;
}
#centertel-in p.telno a {
	color: #333;
}

/* LINE登録 */
#centerline {
	width: 49%;
	float: left;
	clear: both;
	background: #06C755 url(https://chronus-law.com/site/wp-content/uploads/2022/02/bg_line.png);
	background-size: 120px;
	margin-top: 30px;
}
#centerline img {
	width: 300px;
	margin: 0 auto;
	display: block;
}

/*お知らせ*/
#homeinfolist {
	background-color: #FFFFFF;
	border: 1px solid #002163;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: 0;
}
#homeinfolist-in {

	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#homeinfolist h3 {
	text-align: center;
	margin-bottom: 10px;
	background-color: #002163;
	color: #FFFFFF;

}
#homeinfolist ul {
	margin-bottom: 5px;
}
#homeinfolist ul li {
	border-bottom: 1px dotted #646464;
}
#homeinfolist ul li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#homeinfolist ul li p.date {
	font-size:16px;
}
#homeinfolist ul li p.title {

}
#homeinfolist ul li a:hover p {
	color: #698FD1;
}
#homeinfolist p.tolink {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	text-align: center;
}
#homeinfolist p.tolink a {
	padding-left: 30px;
	padding-right: 30px;
	color: #002067;
}
/*解決事例*/
#caseex {
	background: rgba(0,0,0,0.7);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 20px;
	padding-right: 4%;
	padding-bottom: 20px;
	padding-left: 4%;
}
.title_5 {
	overflow: hidden;
	margin-bottom: 30px;
	border-bottom-color: #f0eadc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}
.title_5 h2 {
	color: #FFF;
}
.title_5 p {
}
.title_5 p a {
	background-color: #FB0;
	margin-left: 2%;
	background-image: url(../images/arrow_02.png);
	background-position: 10px 50%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	color: #3757A5;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.title_5 p a:hover {
	background-color: #FFDF65;
}
#caseex-in {
}
#caseex-in ul {
}
#caseex-in ul li {
	background: rgba(255,255,255,0.9);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-sizing: border-box;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
#caseex-in h3 {
	margin-bottom: 5px;
	color: #35529C;
}
#caseex-in .jisseki {
	font-size:18px;
	margin-bottom: 5px;
	color: #35529C;
}
#caseex-in ul li topcate {
	overflow: hidden;
}
#caseex-in .date {
	font-size:16px;
	margin-bottom: 5px;
	float: left;
	margin-right: 20px;
}
#caseex-in .topcate {

	margin-bottom: 5px;
overflow: hidden;
}
#caseex-in ul li span {

	float: left;
	margin-right: 10px;
	font-size:16px;
}
#caseex-in ul li span a {
	color: #494949;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	background-color: #D6DDE8;
}

#caseex-in ul li p.topdesc {
	clear: both

}
#caseex-in .text {
	margin-bottom: 5px;
	text-indent: 1em;
}
#caseex-in .linkbtn {
}
#caseex-in .linkbtn a {
	font-size: 13px;
	background-color: #FB0;
	margin-left: 2%;
	background-image: url(../images/arrow_01.png);
	background-position: 10px 50%;
	background-size:10px auto;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 30px;
	color: #000;
	text-align: right;
}
#caseex-in .linkbtn a:hover {
	background-color: #FFDF65;
}
#caseex-in .detail {
	text-align: right;
}
#caseex-in .detail img {
	width: 170px;
	height: auto;
}
/*よくある質問*/
#homefaq {
	width: 100%;
}
#homefaq h2 {
	background: rgba(56,87,165,0.6);
	color: #FFF;
	margin-bottom: 40px;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#homefaq .QA {
	background: rgba(56,87,165,0.6);
	color: #FFF;
	margin-bottom: 40px;
	text-align: center;
	margin-right: 10%;
	margin-left: 10%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:22px;
}
#homefaq-in {
	overflow: hidden;
}
#homefaq-in >div {
	background: rgba(217,225,243,0.6);
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-sizing: border-box;
}
#homefaq-in >div p:nth-child(1) {
	color: #3857a5;
	margin-bottom: 20px;
	padding-left:3em;
	text-indent:-3em;
}
#homefaq-in >div p:nth-child(2) {
	padding-left:3em;
	text-indent:-3em;
}
#homefaq .linkbtn {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#homefaq .linkbtn p {
	text-align: center;
}
#homefaq .linkbtn a {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: #FFF;
	background-color: #3757A5;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	background-image: url(../images/arrow_01.png);
	background-position: 98% 50%;
}
/*ニュース*/
.title_6 {
	overflow: hidden;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.title_6 h2 {
}
.title_6 .kanren {
}
.title_6 p {
}
.title_6 p a {
	background-color: #5B6FBE;
	margin-left: 2%;
	background-image: url(../images/arrow_01.png);
	background-position: 10px 50%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 40px;
	color: #FFF;
	display: block;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.title_6 p a:hover {
	background-color: #FFDF65;
}
#newsarticle {
	margin-right: 5%;
	margin-left: 5%;
}
#newsarticle ul {
}
#newsarticle ul li {
	background: rgba(255,255,255,0.8);
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
}
#newsarticle ul li h3 {
	color: #5B6FBE;
	margin-bottom: 5px;
}
#newsarticle ul li span {
	color: #5B6FBE;
	margin-bottom: 5px;
	font-size: 18px;
}
#newsarticle ul li .date {
	font-size:16px;
}
#newsarticle ul li .date span {
	background-color: #E8EDF8;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#newsarticle ul li .detail {

	float:right;
}
#newsarticle ul li .detail a {

}
/*地域*/
#area {
}
#area h3 {
	color:#ff5400;
	font-size: 18px;
	margin-bottom: 12px;
}
#area h3 span {
	font-size:18px;
	color: #3657A5;
}
#area p {
	font-size:17px;
	margin-bottom: 10px;
}
#area p a {

	color: #333;
}
#area p a:hover {
	text-decoration: underline;

}
#area p.text1 {
}
/*footermenu*/
#fmenu {
	overflow: hidden;
}
#fmenu ul {
	float:left;
	width:20%;
	margin-right:1%;
}
#fmenu ul li {
	font-size:18px;
	margin-bottom: 2px;
}
#fmenu ul li a {
	color: #333;
}
#fmenu ul li a:hover {
}
/*=========================
下層ページコンテンツ
=========================*/
/*-------------------------
category.php
-------------------------*/
/*-------------------------
category.php
-------------------------*/
.catelist {
}
.catelist ul {
}
.catelist ul li {
	margin-bottom: 20px;
}
.catelist ul li a {
	overflow: hidden;
	padding: 20px;
	border: 1px solid #578547;
	background-color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.catelist ul li a:hover {
	background-color: #F2FCE8;
}
.catelist .eye {
	float: left;
	width: 26%;
}
.catelist .title {
	float: right;
	width: 70%;
}
.catelist .date {
	font-size: 12px;
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px dotted #578547;
}
.catelist h3 {
	font-size: 17px;
	font-weight: bold;
	color: #FFF;
	background-color: #998757;
	margin-bottom: 20px;
	padding: 5px 10px;
}
.catelist .text {
	clear: both;
	line-height: 150%;
}
.catelist .continue {
	font-size: 11px;
	text-align: right;
}
#article .catelist p, #article .catelist ul {
	margin-bottom: 5px;
}
/*-------------------------
single.php
-------------------------*/
/*-------------------------
page.php
-------------------------*/
/*-------------------------
archive.php
-------------------------*/
/*-------------------------
search.php
-------------------------*/
/*検索ボタン*/
#searchform {
	width: 100%;
}
#searchform .s {
	width: 75%;
	margin-right: 1%;
	padding-top: 2px;
	padding-bottom: 2px;

}
#searchform input {
	width: 19%;
}
/*-------------------------
tag.php
-------------------------*/
/*-------------------------
404.php
-------------------------*/
#p404menu {
	padding-right: 20%;
	padding-left: 20%;
}
#p404menu ul {
}
#p404menu li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#p404menu li a {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 22px;
	background-image: url(../images/arrow_99.png);
	background-position: 98% 50%;
}
#p404menu li a:hover {
	color: #F60;
}


/* PC 画面の横幅が1200px〜 */
@media print, screen and (min-width: 1200px) {
/*コンテナ*/
/*下記追加で横スクロールが出てしまう。
html,
body {
	min-width: 1200px;
}
#header-in,
.contents-in,
#footer-in {
	width: 1200px;
}
*/
/*=========================
ヘッダー
=========================*/
/*=========================
フッター
=========================*/
/*=========================
コンテンツ共通
=========================*/
/*=========================
サイドナビ
=========================*/
/*=========================
ホームページ
=========================*/
/*=========================
下層ページコンテンツ
=========================*/
}
@media screen and (max-width: 1200px) {
div.inside {
	margin-right: 1%;
	margin-left: 1%;
}
}
/* PC 769px以上 */
@media print, screen and (min-width: 769px) {
p, ul, li, dl, dt, dd, table, div {
	font-size:18px;
}
/*記事内画像*/
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.aligncenter {
	margin-left: auto;
	display: block;
	margin-right: auto;
	margin-bottom: 20px;
}
/*ヘッダー*/
header, #header-in {
	height: 150px;
}
header {
	background-image: url(../images/bg_01.png);
	background-repeat: repeat-x;
	background-position: 0px 100%;
}
/*コンテンツ*/


/*フッター*/
footer {
	background-color: #FFF;
}
#footer-in {
}
/*=========================
ヘッダー
=========================*/
h1 {
	margin-bottom: 15px;
	padding-top: 3px;
}
.uh1 {
	margin-bottom: 15px;
	padding-top: 3px;
}
#headercontact {
	position: absolute;
	right: 0px;
	top: 20px;
}
#signaddress {
	position: absolute;
	left: 290px;
	top: 40px;
}
#headercontact {
	position: absolute;
	right: 0px;
	top: 2px;
	z-index: 10;
}
#telnm {

	}
#headermail {

}
/*メニュー*/
nav {
	height: 55px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 95px;
}
nav ul {
}
nav ul li {
	width: 12%;
	height: 55px;
	float: left;
	text-align: center;
	line-height: 55px;
}
nav ul li:nth-child(odd) {
	width: 13%;
}
nav ul li a {
}
nav ul li a:hover {
	background-image: url(../images/bg_02.png);
	background-repeat: repeat-x;
}
/*=========================
フッター
=========================*/
#faddress {
	float: left;
	width: 40%;
	padding-left: 5%;
}
#faddress img {
}
#faddress p {
}
#fmap {
	float: right;
	width: 60%;
}
#copy {
}
#copy p {
}
#totop {
	position: fixed;
	right: 10px;
	bottom: 0px;
}
#totop p {
}
/*=========================
コンテンツ共通
=========================*/
#contents1 {
}
#contents2 {
}
#contents3 {
}
#contents4 {
}
#contents5 {
}
#contents6 {
}
#contents7 {
}
#contents8 {
}
#contents9 {
}
#contents10 {
}
#contents11 {
}
#contents12 {
}
/*パーツレイアウト*/
#main {
	float: left;
	width: 72%;
}
#sidebar {
	float: right;
	width: 26%;
	margin-right: 1%;
}
/*=========================
サイドナビ
=========================*/
#menu-nav-2 {
	display: inherit !important;
	}



/*=========================
ホームページ
=========================*/
/*納得*/
#assent {
}
#assent .left {
	float: left;
	width: 26%;
}
#assent .right {
	float: right;
	width: 74%;
}
/*補償*/
#seikyu >div {
	float: left;
	width: 31.3%;
	margin-right: 1%;
	margin-left: 1%;
}
#seikyu >div>div {
	min-height:300px;
}
#seikyu ul {
	padding-left: 35%;
}
/*被害に遭われた方へ*/
#damage1_1 {
	float: left;
	width: 20%;
}
#damage1_2 {
	float: left;
	width: 50%;
}
#damage1_3 {
	float: left;
	width: 30%;
}
/*流れ*/
#flow ul {
}
#flow ul li {
}
#flow p {
}
#feature ul {
	margin-right: 3%;
	margin-left: 3%;
}
#feature ul li {
	float: left;
	width: 29%;
	margin-right: 2%;
	margin-left: 2%;
	background-image: url(../images/bg_04.png);
	background-repeat: repeat;
	text-align: center;
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
}
/*後遺障害*/
#damage2 ul li:nth-child(odd) a {
	background-color: #3857a5;
	color: #FFF;
	background-image: url(../images/arrow_01.png);
}
#damage2 ul li:nth-child(even) a {
	background-color: #DEDEDE;
	color: #3857a5;
	background-image: url(../images/arrow_02.png);
}
.title_3 h2 {
	float: left;

}
.title_3 p {

	float: left;

}
/*メリット*/
#merit >div {
	display: inline-block;
	width: 18%;
	margin-right: 1%;
	margin-left: 1%;
	vertical-align: top;
}
#merit >div >div {
	min-height:170px;
}
	#merit p.linkbtn a {

	position: absolute;
	left: 2%;
	bottom:0px;

}
#merit p {
	font-size:16px;
}
/*解決事例*/
#caseex-in ul {
}
#caseex-in ul li {
}
#caseex-in .linkbtn {
	float: right;
	width: 24%;
}
/*よくある質問*/
#homefaq-in {
	font-size: 0px;
}
#homefaq-in >div {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
	vertical-align: top;
	display: inline-block;
}
#homefaq .linkbtn {
	width: 400px;
}
/*centertel*/
	#centertel {
	width: 49%;
	float: left;
	padding: 15px;


	}
	#homeinfolist {
	width: 49%;
	float: right;

	}


#centertel-in {
	padding: 20px;
}
#centertel-in h3 span {
	font-size: 34px;
}
#centertel-in p.telno img {
	width: 40px;
	margin-top: 3px;
}
/*知っておくべき知識*/
#knowledge {
}
#knowledge >div {
}
#knowledge h2 {
}
#knowledge p {
	text-align: center;
}
/*地域*/
#area {
}
#area h3 {
	text-align: center;
}
#area p.text1 {
	text-align: center;
}
/*=========================
下層ページコンテンツ
=========================*/
/*-------------------------
category.php
-------------------------*/
/*-------------------------
single.php
-------------------------*/
/*-------------------------
page.php
-------------------------*/
/*-------------------------
archive.php
-------------------------*/
/*-------------------------
search.php
-------------------------*/
/*-------------------------
tag.php
-------------------------*/
/*-------------------------
404.php
-------------------------*/

}
