@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail h4 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #7f8dba;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail p {
	margin-bottom: 20px;
}

#detail ol {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 1.8;
}


#detail ol li {
	margin-left: 25px;
	list-style: disc;
}

#detail em {
	color: #fd6d16;
}

#detail .section {
	margin-bottom: 60px;
}

/* ---------------------------------------------------------
	CSS Document detail > outline
--------------------------------------------------------- */

#detail .outline {
	margin-bottom: 20px;
}

#detail .outline dl {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
}

#detail .outline dl.last,
#detail .outline dl:last-child {
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: 0;
}

#detail .outline dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 20%;
}

#detail .outline dd {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 79%;
}

/* ---------------------------------------------------------
	CSS Document detail > btn
--------------------------------------------------------- */

#detail .btn {
	margin-bottom: 20px;
	text-align: center;
}

#detail .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

#detail .btn a {
	display: block;
	width: 220px;
	height: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#detail .btn .pdf a {
	width: 500px;
	padding-left: 35px;
}


#detail .btn .pdf a br {
	display:none
}

#detail .btn .pdf a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}


#detail .btn .movie a {
	padding-left: 25px;
}

#detail .btn .movie a:before {
	content: '';
	width: 24px;
	height: 29px;
	margin-top: -14px;
	background: url(/include/images/i_movie_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#detail .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document detail > note
--------------------------------------------------------- */

#detail .note {
	margin-bottom: 20px;
	padding: 15px 20px;
	border: solid 1px #ccc;
}

/* ---------------------------------------------------------
	CSS Document detail > photo
--------------------------------------------------------- */

#detail .photo {
	margin-bottom: 30px;
	text-align: center;
}

#detail .photo p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 15px;
}

#detail .photo img {
	max-height: 372px;
	margin-bottom: 5px;
}

#detail .photo span {
	display: block;
	background: #e8eefc;
}

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index h3 {
	margin-bottom: 20px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#index p {
	margin-bottom: 20px;
}

#index p.btn a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 20px;
	background: #ddd;
}

#index p.f_right.photo {
	margin-left: 20px;
}

#index .section {
	margin-bottom: 40px;
}

#index .section:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
	CSS Document index > vol
--------------------------------------------------------- */

#index .vol ol {
	margin-bottom: 20px;
	padding: 20px;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 2;
}

#index .vol ol li {
	margin-left: 26px;
	list-style: decimal;
}

/* ---------------------------------------------------------
	CSS Document index > btn
--------------------------------------------------------- */

#index .btn {
	margin-bottom: 20px;
	text-align: center;
}

#index .btn li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

#index .btn a {
	display: block;
	width: 400px;
	height: 48px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 1px #ccc;
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f0f0f0));
	background: -moz-linear-gradient(top, #ffffff, #f0f0f0);
	background: linear-gradient(to bottom, #ffffff, #f0f0f0);
	background: -ms-linear-gradient(top, #ffffff, #f0f0f0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)";
	text-decoration: none;
	font-size: 15px;
	line-height: 48px;
	color: #333;
	position: relative;
}

#index .btn .pdf a {
	padding-left: 35px;
}

#index .btn .pdf a:before {
	content: '';
	width: 26px;
	height: 29px;
	margin-top: -13px;
	background: url(/include/images/i_pdf_pc.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	left: 15px;
}

#index .btn .more a {
	padding-right: 10px;
}

#index .btn .more a:before {
	content: '';
	width: 7px;
	height: 7px;
	margin-top: -5px;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

#index .btn a:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

/* ---------------------------------------------------------
	CSS Document toukou_form
--------------------------------------------------------- */

#index #toukou_form {
	text-align: left;
}

#index #toukou_form .find  {
	width: 700px !important;
	margin:auto !important;
	padding:10px 0 !important;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border: solid 2px #a0cbb5 ;
	background:#f5fbf8
}

#index #toukou_form .find:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#index #toukou_form h2 {
	height: 40px;
	margin-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 178px;
	background-size: 92px auto;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	position: relative;
}

#index #toukou_form h2:after {
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	border: solid 6px transparent;
	border-left: solid 9px #fff;
	position: absolute;
	top: 50%;
	right: 5px;
}

#index #toukou_form h2 {
	background-color: #5ca07e;
}

#index #toukou_form dl {
	margin: 0 15px;
}

#index #toukou_form dt {
	font-size: 16px;
	line-height: 2;
}

#index #toukou_form dt a {
	text-decoration: none;
	color: #3a6f54;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei
--------------------------------------------------------- */

#detail #jirei h3 {
	background: #e8eefc;
	border-bottom:#e8eefc;
	font-weight: 100;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
}

#detail #jirei h3 p {
	font-size:20px;
	margin-top:10px
}

#detail #jirei h3 p:before {
	content:"●";
	color:#808fbb;
}

#detail #jirei h4 {
	background:#808fbb;
	color:#FFF;
	text-align:center;
	font-size:22px;
	padding:10px;
	margin-top:50px;
	margin-bottom:30px;
}

#detail #jirei h4 span {
	border-left:6px solid #b6c0dd;
	border-right:6px solid #b6c0dd;
	padding:0 30px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > info
--------------------------------------------------------- */
#detail #jirei .info {
	background: #e8eefc;
	border-top: solid 2px #808fbb;
	border-bottom: solid 2px #808fbb;
	padding:30px 42px;
	margin-bottom:30px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > outline02
--------------------------------------------------------- */

#detail #jirei .outline02 ul {
	display:inline-block;
	vertical-align:top;
	width:443px;
}

#detail #jirei .outline02 ul p {
	color:#4a5b8b;
	padding:0 0 5px;
	border-bottom:2px solid #4a5b8b;
}

#detail #jirei .outline02 ul:first-child{
	margin-right:24px;
	padding:10px 20px 18px;
	background:#fff;
}

#detail #jirei .outline02 ul:first-child li {
	border-bottom: dotted 1px #666;
	line-height:20px;
	padding:5px 0;
}

#detail #jirei .outline02 ul:first-child li img {
	float:left;
	margin-right:5px
}

#detail #jirei .outline02 .photo_main {
	position: relative;
	border:5px solid #fff
}

#detail #jirei .outline02 .vol {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 112px;
	height: 100px;
	background:url(../../images/jirei_bk01.png);
	padding:10px 5px;
	text-align:right;
	color:#3f5082
}

#detail #jirei .outline02 .vol span {
	font-size:30px;
	line-height:20px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > note
--------------------------------------------------------- */

#detail #jirei .note02 {
	margin-top:20px;
	margin-bottom:20px
}

#detail #jirei .note02 .photo_left {
	float:left;
	margin-right:20px;
	border:1px solid #ccc;
	padding:3px;
		
}

#detail #jirei .note02 .photo_right {
	float:right;
	margin-right:20px;
	border:1px solid #ccc;
	padding:3px;
}

#detail #jirei .note02 .photo_center {
	text-align:center;
	width:798px;
	border:1px solid #ccc;
	margin:auto;
	padding:3px;
}

#detail #jirei .note02 .mr_left_20 {
	margin-left:20px;
}

#detail #jirei .note02 .caption01 {
	font-size:small;
	text-align:left;
	margin-top:15px
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > merit
--------------------------------------------------------- */

#detail #jirei .merit {
	display: flex;
	justify-content: space-between;
	background:#d7e0fb;
	padding:10px;
	margin-top:50px;
}

#detail #jirei .merit ul {
	display:inline-block;
	width:483px;
	background:#fff;
	margin:0 2px 10px;
	vertical-align:top;
}

#detail #jirei .merit li:first-child {
	background:#d7e0fb;
	padding:0 0 5px;
	text-align:center;
	font-size:18px;
	color:#3c4a74
}

#detail #jirei .merit li:last-child {
	padding-bottom:15px;
}

#detail #jirei .merit li:nth-child(2){ 
	padding-top:15px;
}

#detail #jirei .merit li {
	padding:2px 10px;
}

#detail #jirei .merit li span:before {
	content:"□";
	color:#808fbb;
	font-weight:bold;
	margin-right:5px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > advice
--------------------------------------------------------- */

#detail #jirei .advice {
	background:#f0f0f0;
	margin:0 0 40px
}

#detail #jirei .advice h5 {
	background:#f0f0f0;
	color:#3c4a74;
	font-weight:normal;
	padding:20px 0 10px;
	text-align:center;
	font-size:22px;
}

#detail #jirei .advice p {
	background:#FFF;
	border:#cdd3e4 solid 1px;
	padding:20px;
	margin:0 20px 20px;
}


/* ここから事例デザイン変更　jirei02 */

/* ---------------------------------------------------------
	CSS Document detail > #jirei02
--------------------------------------------------------- */

#detail #jirei02 .vol {
	width:200px;
	background:#fff;
	padding:10px 0 6px;
	margin-bottom:10px;
	line-height:1;
	color:#57538b;
	font-size:25px;
	text-align:center;
	border-radius:10px;
	border:1px solid #bcbcdd;
}

#detail #jirei02 h3 {
	background: #e8eefc;
	border-bottom:#e8eefc;
	font-weight: 100;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 0;
}

#detail #jirei02 h3 p {
	font-size:20px;
	margin-top:10px
}

#detail #jirei02 h3 p:before {
	content:"●";
	color:#808fbb;
}

#detail #jirei02 h4 {
	background:#808fbb;
	color:#FFF;
	text-align:center;
	font-size:22px;
	padding:10px;
	margin-top:50px;
	margin-bottom:30px;
}

#detail #jirei02 h4 span {
	border-left:6px solid #b6c0dd;
	border-right:6px solid #b6c0dd;
	padding:0 30px;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > info
--------------------------------------------------------- */
#detail #jirei02 .info {
	background: #e8eefc;
	border-top: solid 2px #808fbb;
	border-bottom: solid 2px #808fbb;
	padding:20px 42px;
	margin-bottom:30px;
}

/* ---------------------------------------------------------
	CSS Document detail > #jirei02 > outline02
--------------------------------------------------------- */

#detail #jirei02 .outline02 .youtube {
	position: relative;
	height: 0;
	margin-bottom:20px;
	padding-top: 56.25%;
	overflow: hidden;
}

#detail #jirei02 .outline02 .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#detail #jirei02 .outline02 ul .movie {
	display:inline-block;
	vertical-align:top;
	width:486px;
	margin-right:20px;
}

#detail #jirei02 .outline02 ul .gaiyou {
	display:inline-block;
	vertical-align:top;
	width:410px;
}

#detail #jirei02 .outline02 ul.gaiyou p{
	color:#4a5b8b;
	padding:0 0 5px;
	border-bottom:2px solid #4a5b8b;
}

#detail #jirei02 .outline02 ul.gaiyou{
	margin-right:24px;
	padding:10px 20px 18px;
	background:#fff;
}

#detail #jirei02 .outline02 ul.gaiyou li {
	border-bottom: dotted 1px #666;
	line-height:20px;
	padding:5px 0;
}

/* ---------------------------------------------------------
	CSS Document detail > jirei > note
--------------------------------------------------------- */

#detail #jirei02 .note02 {
	margin-top:20px;
	margin-bottom:20px
}

#detail #jirei02 .note02 .photo_left {
	float:left;
	margin-right:20px;
	border:1px solid #ccc;
	padding:3px;
		
}

#detail #jirei02 .note02 .photo_right {
	float:right;
	margin-right:20px;
	border:1px solid #ccc;
	padding:3px;
}

#detail #jirei02 .note02 .photo_center {
	text-align:center;
	width:798px;
	border:1px solid #ccc;
	margin:auto;
	padding:3px;
}

#detail #jirei02 .note02 .mr_left_20 {
	margin-left:20px;
}

#detail #jirei02 .note02 .caption01 {
	font-size:small;
	text-align:left;
	margin-top:15px
}

/* ---------------------------------------------------------
	CSS Document detail > #jirei02 > merit
--------------------------------------------------------- */

#detail #jirei02 .merit {
	display: flex;
	justify-content: space-between;
	background:#d7e0fb;
	padding:10px;
	margin-top:50px;
}

#detail #jirei02 .merit ul {
	display:inline-block;
	width:483px;
	background:#fff;
	margin:0 2px 10px;
	vertical-align:top;
}

#detail #jirei02 .merit li:first-child {
	background:#d7e0fb;
	padding:0 0 5px;
	text-align:center;
	font-size:18px;
	color:#3c4a74
}

#detail #jirei02 .merit li:last-child {
	padding-bottom:15px;
}

#detail #jirei02 .merit li:nth-child(2){ 
	padding-top:15px;
}

#detail #jirei02 .merit li {
	padding:2px 10px;
}

#detail #jirei02 .merit li span:before {
	content:"□";
	color:#808fbb;
	font-weight:bold;
	margin-right:5px;
}

/* ---------------------------------------------------------
	CSS Document detail > #jirei02 > advice
--------------------------------------------------------- */

#detail #jirei02 .advice {
	background:#f0f0f0;
	margin:0 0 40px
}

#detail #jirei02 .advice h5 {
	background:#f0f0f0;
	color:#3c4a74;
	font-weight:normal;
	padding:20px 0 10px;
	text-align:center;
	font-size:22px;
}

#detail #jirei02 .advice p {
	background:#FFF;
	border:#cdd3e4 solid 1px;
	padding:20px;
	margin:0 20px 20px;
}


/* ---------------------------------------------------------
	CSS Document detail > #jirei02 > jirei_list
--------------------------------------------------------- */

#detail .jirei_list {
	margin:-20px 0 30px
}

#detail .jirei_list .swiper-button-prev,
#detail .jirei_list .swiper-button-next {
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
	margin-top: -24px;
}

#detail .jirei_list .swiper-button-next {
	background-image: url(/include/images/swiper-button.png);
}

#detail .jirei_list .swiper-button-prev {
	background-image: url(/include/images/swiper-button.png);
	transform: scale(-1, 1);
}

#detail .jirei_list .swiper-slide {
	position: relative;
}

#detail .jirei_list div.none {
	display:none
}

#detail .jirei_list .swiper-slide span {
	position:absolute;
	bottom:0;
	left:0px;
	width:100%;
	text-align:center;
	color:#fff;
	line-height:250%;
	background-color:rgba(0,0,0,0.3);
	font-weight:bold
}

#detail .jirei_list a {
	text-decoration:none
}