@charset "utf-8";
body {
	background: url(/cmn_img/bg.png) repeat;
}
/*------------------------------ header ------------------------------*/
#gmenu {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 1100px;
	clear: both;
}
#inquiry #gmenu {
	display: none;
}
#gmenu.ad_xad ul li {
	width: 16.6%;
}
#gmenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 14.27%;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
}
#gmenu ul li a {
	color: #6d7d53;
	letter-spacing: 0.1em;
	display: block;
	text-decoration: none;
	background: #f7fddd;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 24%, rgba(250,252,239,1) 57%, rgba(247,253,221,1) 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 24%, rgba(250,252,239,1) 57%, rgba(247,253,221,1) 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 24%, rgba(250,252,239,1) 57%, rgba(247,253,221,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7fddd', GradientType=0 ); /* IE6-9 */
}
#gmenu ul li+li a {
	border-left: 1px solid #dddddd;
}
/*------------------------------ 切らない眼瞼下垂 ------------------------------*/
.two-column-list {
  max-width: 800px;
  margin: 0 2em;
  column-count: 2;
  column-gap: 2em;
  list-style: disc inside;
  padding-left: 1.2em;
}

.two-column-list li {
  box-sizing: border-box;
  padding: 0.5em 1em !important;
}
.numbered-list {
  width:800px;
  counter-reset: item;
  padding-left: 1em;
  list-style: none;
  margin: 1em 2em;
}

.numbered-list li {
  counter-increment: item;
  margin-bottom: 1.5em;
  position: relative;
  padding-left: 2em;
  font-size: 1em;
  line-height: 1.8;
}

.numbered-list li::before {
  content: counter(item) "．";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
/*------------------------------ utility ------------------------------*/

.contents {
	line-height: 1.8;
	margin-bottom: 30px;
}
.contents>p {
	margin: 0.5em 45px;
}
#maincontents .contents h2.graphic {
	background: #def5e2 url(/cmn_img/graphic_bg.png) no-repeat right center;
	background-size: 100% 100%;
	font-size: 36px;
	line-height: 1.2;
	color: #397a34;
	font-weight: bold;
	padding: 20px 0.5em;
	margin: 2em 0 0.5em;
	text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 2px 3px rgba(0, 0, 0, 0.6);
}
h3 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	line-height: 39px;
	font-size: 26px;
	margin: 1em 0.5em;
}
h3 .head {
	background: url(/img/h3_bg.png) no-repeat left center;
	background-size: contain;
	padding-left: 20px;
	line-height: 1;
}
h4.green_under {
	color: #2d8d5f;
	border-bottom: 1px solid #2d8d5f;
	font-weight: bold;
	font-size: 18px;
	margin: 50px 20px 15px;
}
h4.orange_under {
	color: #ff6606;
	border-bottom: 1px solid #ff6606;
	font-weight: bold;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.alignC {
	text-align: center;
}
.small {
	font-size: 0.7em;
}
.imgR {
	margin: 0px 0px 0px 50px;
	padding: 0px;
	float: right;
}
.imgL {
	margin: 0px 50px 0px 0px;
	padding: 0px;
	float: left;
}
.u-mb1em {
  margin-bottom:1em !important;
}
.u-mb2em {
  margin-bottom:2em !important;
}
.u-mb3em {
  margin-bottom:3em !important;
}
.u-mb4em {
  margin-bottom:4em !important;
}
.u-mb5em {
  margin-bottom:5em !important;
}
/*------------------------------ layout ------------------------------*/

#maincontents .inquiryArea {
	background: none;
	border: 30px solid #d2ecda;
	background: #ffffff;
	box-sizing: border-box;
	width: 900px;
	padding: 20px 30px 30px;
	margin: 60px auto;
}
#maincontents .inquiryArea .left {
	width: 500px;
}
#maincontents .inquiryArea p {
	font-size: 12px;
	line-height: 1;
}
#maincontents .inquiryArea .lead {
	text-align: center;
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
#maincontents .inquiryArea .small {
	float: left;
	font-size: 23px;
	line-height: 58px;
}
#maincontents .inquiryArea .tel {
	color: #ff6600;
	font-size: 48px;
	font-weight: bold;
	margin: 5px 0;
}
#maincontents .inquiryArea .txt {
	clear: both;
	font-size: 14px;
	margin-bottom: 15px;
}
#maincontents .inquiryArea dl {
	font-size: 14px;
	line-height: 1.2;
	margin: 5px;
	letter-spacing: 0.2em;
}
#maincontents .inquiryArea dt {
	width: 3.8em;
	float: left;
	clear: left;
}
#maincontents .inquiryArea .btn {
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 38px;
	text-align: center;
	float: right;
}
#maincontents .inquiryArea .btn a {
	position: relative;
	display: inline-block;
	padding: 25px 42px;
	text-decoration: none;
	color: #FFF;
    background: #ff6405;
    border-bottom: solid 2px #a73f00;
	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;
	letter-spacing: 0em;
	margin: 15px 0 0;
}
#maincontents .inquiryArea .btn a:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/* page top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
#wrapper {
	width: 1100px;
	margin: 0px auto;
}
#container {
	padding: 0px;
	width: 1100px;
	border: 1px solid #ffffff;
	box-shadow: 0px 1px 5px 2px #ececec;
	background: #FFF;
	float: left;
	zoom: 1;
	position: relative;
}
#container #header {
	/*	background: url(/cmn_img/header_tel.png) no-repeat 410px 40px;*/
/*	background: url(/cmn_img/header_tel.png) no-repeat 390px 34px;*/
	background: url(/cmn_img/header_tel.png) no-repeat 366px 38px;
	float: left;
	width: 100%;
	/*	margin-bottom: 13px;*/
	padding-bottom: 20px;
}
h1 {
	background: url(/cmn_img/bg_header.png) repeat-x left top;
	height: 26px;
	padding-top: 8px;
	padding-left: 55px;
	font-size: 12px;
	width: 1045px;
	color: #666;
}
#header .headerL {
	float: left;
	width: 206px;
	padding-left: 50px;
}
#header .headerR {
	margin: 0px;
	padding: 0px 45px 0px 0px;
	float: right;
}
#gmenu {
	margin: 0px;
    padding: 0px;
    height: 35px;
    width: 1100px;
    clear: both;
}
#inquiry #gmenu,
#privacy #gmenu {
	display: none;
}
#inquiry #footer,
#privacy #footer {
	display: none;
}
#inquiry .inquiryArea.layout.footer_cta{
	display:none;
}
#gmenu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#gmenu ul:after {
content: "";
display: block;
clear: both;
height: 0;
}
#topicPath ul li {
	font-size: 10px;
	float: left;
	margin-right: 15px;
}
#topicPath {
	width: 100%;
	margin-bottom: 25px;
	padding-top: 13px;
	border-bottom: 1px dotted #d6d4c8;
	float: left;
	padding-bottom: 10px;
}
#contents {
	display: inline;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	clear: both;
	float: left;
	width: 1000px;
}
#container .footer_cta.inquiryArea {
	background: #ddf7d3 url(/cmn_img/bg_contact.png) no-repeat center center;
    margin: 0px 0px 28px;
    padding: 0px 0px 44px;
	width: 100%;
	clear: both;
	float: left;
}
#container .footer_cta.inquiryArea.layout_xad {
	background: #ddf7d3 url(/cmn_img/bg_contact_xad.png) no-repeat center center;
}
#container .footer_cta.inquiryArea .btn {
	display: inline;
	float: left;
/*	margin-left: 10px;*/
/*	padding-top: 114px;*/
    margin-left: 3px;
    padding-top: 140px;
}

#container .footer_cta.inquiryArea .btn2 {
	display: inline;
	float: left;
	position:relative;
	top:100px;
	}

#container .footer_cta.inquiryArea .mapR {
	display: inline;
	float: right;
/*	margin-right: 43px;*/
/*	padding-top: 28px;*/
	margin-right: 63px;
    padding-top: 50px;
}
.sidebnn {
}
#footer {
	clear: both;
	float: left;
	width: 100%;
}
.foot_link {
	clear: both;
	padding: 23px 0px 0px;
	text-align: center;
	border-top: 1px solid #cccccc;
	height: 13px;
	margin-bottom: 18px;
}
.foot_link li {
	display: inline;
	line-height: 110%;
	margin-right: 7px;
	padding-right: 9px;
	border-right: 1px solid #666666;
}
.foot_link li a {
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
	color: #808080;
}
#footer .copy {

	font-size: 10px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
}
.txRed {
	color: #F00;
}
.copy{
	text-align: center;
}

#inquiry .pc{
	display: block;
  }
#inquiry .sp{
	display: none;
  }

/*--急ぎお知らせ--*/
.red_point {
  border:2px solid #ff0050;
  padding:1.2em;
  width: 86%;
  margin: 0 auto 1em auto;
  border-radius: 6px;
  background-color:#fff7f1;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
.red_point_title {
  color: #ff3071;
  font-size: 1.5em;
}

/*----スマホ----*/
@media (max-width: 768px) {
#container {
    padding: 0px;
    width: 100%;
    border: 1px solid #ffffff;
    box-shadow: 0px 1px 5px 2px #ececec;
    background: #FFF;
    float: left;
    zoom: 1;
    position: relative;
    box-sizing: border-box;
}
#inquiry .pc{
	display: none;
  }
 #inquiry .sp{
	display: block;
  }
.sp #container #header {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
#wrapper {
    width: 100%;
    margin: 0px auto;
}
#header img {
	width: 100%;
    max-width: 40%;
    margin: 0.5em 0 0;
}
#maincontents .contents h2.graphic {
    background: #def5e2 url(/cmn_img/graphic_bg.png) no-repeat right center;
    background-size: cover;
    line-height: 1.4;
    font-size: 5.6vw;
    text-align: center;
    color: #0e3e0a;
    font-weight: bold;
    padding: 1em 0.5em;
    margin: 2.5em auto 1em;
    text-shadow: -1px -1px 0px #ffffff, 1px -1px 0px #ffffff, 1px 1px 0px #ffffff, -1px 1px 0px #ffffff, 1px 5px 5px rgba(0, 0, 0, 0.8);
}
#inquiry  #contents {
    margin: 0px;
    clear: both;
    float: left;
    width: 100%;
    padding: 0 0 3%;
}
#inquiry #contents .contents .readme {
	margin: 20px 1em 15px;
    width: 91.5%;
    padding: 0px 0 20px;
    border-bottom: #cccccc 1px solid;
    font-size: 90%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#container #header {
	background-image:none;
    float: none;
    width: 100%;
    padding-bottom: 0;
    display: inline-block;
}
#inquiry .contents>p {
    margin: 0.5em 1em;
}
#inquiry #contents #boxtalk {
    margin: 0 auto 30px;
    width: 92%;
    font-size: 90%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#inquiry #contents #boxtalk img {
    margin: 0 auto 15px;
    width: 100%;
    height: auto;
}
#inquiry table.formTable th {
    background-color: #CAEBD6;
    text-align: left;
    padding: 2% 3% 4%;
    font-weight: bold;
    font-size: 14px;
    display: block;
    width: 94%;
}
#inquiry table.formTable {
    border-top: 2px solid #CCC;
    border-bottom: 1px dotted #E0E0E0;
    width: 100%;
    margin: 3% 0;
}
#inquiry .formTable tr td {
    background: url(/ganken/img/bg_td.png) repeat-x left bottom;
    padding: 10px 0px 17px 19px;
    padding-left: 19px;
    display: block;
    width: 100%;
    box-sizing: border-box;
	font-size: 90%;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#inquiry input[type="text"], 
#inquiry textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    margin: auto;
    width: 88%;
}
#inquiry .attention {
    border: solid 1px #bf2716;
    border-radius: 5px;
    background: #fff1f1;
    padding: 20px 20px;
    width: 78%;
    margin: 0 auto 30px;
    font-size: 10px;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
}
#inquiry #contents input.button {
    display: block;
    width: 90%;
    border-radius: 8px;
    padding: 1em 0 .9em;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    margin: 0 auto 1em;
    color: #FFF;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
}
body{
    margin: 0;
    background-color: #e9e8df;
    font-size: 66.66%;
    width: 100%;
    min-width: initial;
    background: url(/cmn_img/bg.png) repeat-x left top;
    color: #333333;
    font: 16px/160% "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#inquiry .contents {
    line-height: 1.8;
    margin-bottom: 0;
}
#inquiry input[type="text"], select, textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size: 90%!important;
}
/*--急ぎお知らせ--*/
.red_point {
  width: 80%;
  padding: 0.9em;
  font-size:90%;
  margin: 20px auto 1em auto;
}
.red_point_title {
    font-size: 1.2em;
}
}
#super_burial{
	margin-top: 30px;
	display: inline-block;
}
/*------------------------------ movies ------------------------------*/
.movie-box {
  width:920px;
  margin:0 auto 2em;
}
.movie-box_img {
  width:480px;
  display:block;
  text-align: center;
  margin:0 auto;
  padding-top:1em;
}
.movie-box_img img {
  max-width:100%;
  height:auto;
}
.movie-box-s {
  margin:1.5em auto 2em;
}
.movie-box-s_title {
  color:#338E62;
}

.movie-box-s_img {
  width:500px;
  display:block;
  text-align: center;
  margin:0 auto 0 0;
  padding-top:1em;
}
.movie-box-s_img img {
  max-width:100%;
  height:auto;
}

/*------------------------------ 保険適用 ------------------------------*/

.p-ope-flow {
  display:flex;
  flex-wrap:wrap;
  margin-left: 40px;
}
.p-ope-flow > li {
  width:47.77777%;
  margin:0 0 3em 4.4444%;
  text-align: center;
}
.p-ope-flow > li:nth-child(2n+1) {
  margin-left:0;
}
.p-ope-flow > li span {
  display:block;
  padding-top:.5em;
  text-align: left;
  margin-left: 20px;
}

.p-ope-flow > li b {
  text-align: left;
  color: #009bff;
}
.flowred{
  color: #009bff;
}
.anchor-fix{
	margin-top:-40px;
	padding-top:40px;
}