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

/**　　TIPページのスタイル
 * data_recovery
 * @version v1.0.0
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/






/**-------------------------------------------------------------
 * .hero
 ------------------------------------------------------------**/

.b-hero .b-title h1 {
	top:20%;
/*h1のテキストを非表示にする*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	}

.b-sp-hero {
	display:none;
}


@media screen and (min-width: 768px) {
/*　PC版h1の背景 横位置 縦位置/横サイズ 縦サイズ　で調整*/
.b-hero {
	/*background:url(../images/title_26.png) center 295px/782px no-repeat;*/
  background:url(../images/title_26.svg) center 240px no-repeat;
	height: 580px;
}


body {
	background:url(../images/top/hero.png) center 156px/1400px 567px no-repeat;
}

main {
	background-color:rgba( 255, 255, 255, 0.60 );
}

}


.b-hero-list {
	display: flex;
  justify-content: space-between;
  margin: 35px 0 0;
}
@media screen and (max-width: 767px) {
  .b-hero-list {
    margin: 30px 0 0px;
    padding: 0 15px;
    flex-wrap: wrap;
  }
}
.b-hero-list li{
	width: 15.8%;
  border: 3px solid #3E8926;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
  background: #3E8926;
}
@media screen and (max-width: 767px) {
  .b-hero-list li{
    width: 48.4%;
    margin-bottom: 11px;
    border: 2px solid #3E8926;
  }
}
.b-hero-list li .top{
	background: #fff;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 1.2;
  padding: 10px 5px;
}

.b-hero-list li .bottom{
	background: #3E8926;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: .05em;
  line-height: 1.47;
  /* padding: 12px 10px 12px; */
  padding: 0px 10px;
  min-height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-hero-list li .bottom p small{
  font-size: 10px;
  position: relative;
  top: -10px;
}
.b-hero .attention {
  text-align: left;
  font-size: 11px;
  letter-spacing: .05em;
  line-height: 1.63;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .b-hero-list li .top{
    font-size: 13px;
  }
  .b-hero-list li .bottom{
    font-size: 15px;
    min-height: 60px;
  }
  .b-sp-header .attention {
    text-align: left;
    padding: 0 15px;
    margin-top: 0;
    line-height: 1.636;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 320px) {
  .b-hero-list li .top{
    font-size: 11px;
  }
}


.sidebanner {
  position: fixed;
  right: 20px;
  top: 198px;
  width: 120px;
  z-index: +1;
}
.sidebanner__item {
  margin-bottom: 5px;
  position: relative;
}
.sidebanner__item i {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  display: block;
  z-index: +1;
}
@media screen and (max-width: 767px) {
  .sidebanner {
    top: auto;
    left: 0;
    right: auto;
    width: 100%;
    bottom: 0;
    font-size: 0;
  }
  .sidebanner__item {
    display: inline-block;
    margin-bottom: 0;
    width: 49%;
  }
  .sidebanner__item.item01 {
    margin-right: 2%;
  }
  .sidebanner i {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    display: block;
    z-index: +1;
  }
  .sidebanner__item i {
    width: 41px;
    height: 41px;
  }
  .b-col p.mb5 {
    margin-bottom: 5px;
  }
}
@media screen and (orientation: landscape) {
   .sidebanner-sp {
     width: 300px;
     left: 50%;
     transform: translate(-50%,0);
   }
}

/**-------------------------------------------------------------
 * .section_1
 ------------------------------------------------------------**/
.b-section_1 {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 40px;
}
.b-section_1__headline {
  font-weight: 800;
  color: #048c01;
  font-size: 240%;
	margin-top: 5px;
}
.b-section_1__paragraph_1 {
  font-size: 144%;
  margin-top: 38px;
  font-weight: 800;
}
.b-section_1__list__wrap {
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}
.b-section_1__list {
  font-size: 100%;
  margin-top: 16px;
  font-weight: 600;
	text-align:center;
	line-height:0.6;
  font-size: 100%;
}
.b-section_1__list span {
  font-weight: 800;
  color: #c72826;
  font-size: 120%;
  margin: 0 5px;
}
.b-section_1__white-box {
	background: #fff;
	padding: 5px 5px 20px;
	margin-top: 20px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.b-section_1__bnrarea--title {
	line-height: 1.7;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
}
.b-section_1__bnrarea--image {
	display: block;
	max-width: 428px;
	margin: 20px auto;
	transition: all .3s;
}
.b-section_1__bnrarea--image:hover {
	opacity: 0.8;
}

	.b-section_1__btn a {
		width: 410px;
    line-height: 1.708333;
	}
  .b-section_1__btn a:after {
		top: 45%;
    right: 20px;
    transform: translate(0,-50%),rotate(45deg);
	}
  @media screen and (max-width: 767px) {
    .b-section_1__btn a {
  		max-width: 300px;
  	}
  }

.b-section_1__note {
  margin-top: 16px;
  font-size: 80%;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .b-section_1 {
    padding: 20px 0 25px;
  }
  .b-section_1__headline {
    font-size: 157%;
  }
  .b-section_1__paragraph_1 {
    font-size: 88%;
    margin-top: 15px;
  }
  .b-section_1__list__wrap {
    width: 100%;
 		padding: 10px;
    box-sizing: border-box;
	font-size:100%;
  }
  .b-section_1__list {
	line-height:1.5;
	margin-top:0;
  }
 .b-section_1__note {
		margin-top: 8px;
	}
	.b-section_1__bnrarea--title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	.b-section_1__white-box {
		box-shadow: none;
	}
}

  .condition {
    text-align: center;
    margin: 30px 0 0;
  }
  .condition a {
    display: inline-block;
    font-weight: bold;
    color: #048c01;
    text-decoration: none;
    padding: 0 0 5px;
    border-bottom: 1px solid #048c01;
    font-size: 18px;
  }


/**-------------------------------------------------------------
 * .section_2
 ------------------------------------------------------------**/
/*　デザイン改変　*/
.b-section_2 {
	 background: #f0f0f0; /* url("images/bgi_1@2x.png") top center/1920px 1685px no-repeat;*/
  /*min-height: 1685px;*/
  padding: 46px 0 80px;
  box-sizing: border-box;
}

.b-section_2__paragraph_1 {
  font-size: 188%;
  font-weight: 600;
}
.b-section_2__headline_1 {
  color: #c72826;
  font-weight: 800;
  font-size: 319%;
  margin-top: 15px;
  line-height: 1.3;
}
.b-section_2__paragraph_2 {
  font-size: 150%;
  color: #fff;
  font-weight: 600;
  background-color: #c72826;
  display: inline-block;
  padding: 8px 24px;
  border-radius: 10px;
  margin-top: 8px;
}
.b-section_2__thumbnail {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .b-section_2 {
    padding: 22px 0;
    background: #f4f4f4 ;/*url("images/sp-bgi_1@2x.png") top center/100% no-repeat;*/
    min-height: 0;
  }
  .b-section_2__paragraph_1 {
    font-size: 94%;
  }
  .b-section_2__headline_1 {
    font-size: 150%;
    margin-top: 5px;
  }

  .b-section_2__paragraph_2 {
    width: 250px;
    margin-top: 10px;
    font-size: 88%;
  }

  .b-section_2__thumbnail {
    margin-top: 10px;
    padding: 0 30px;
  }

}




/*////////////   日本データ復旧協会リンク　201803追加     //////////////*/

.draj_link {
	    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #DBD7D7;
    padding: 10px;
    display: block;
    background-color: #f5f5f5;
		font-size: 90%;
		line-height: 140%;
		margin:0 5px 16px 0;
}

.draj_link div.box {
		width: 100%;
}

.draj_link div.box .left {
		width:100%;
}

.draj_link div.box .right {
width:234px;
margin:5px auto;
}
@media screen and (min-width:768px) {
.draj_link {
		width: 930px;
		margin: 20px auto 0;
}

.draj_link p {
	padding:10px 0;
}

.draj_link div.box {
		display: table;
}

.draj_link div.box .left {
display: table-cell;
vertical-align: top;
padding-right: 14px;
width:672px;
}

.draj_link div.box .right {
display: table-cell;
vertical-align: top;
width:234px;
}
}

/*/////////////////// 改修版　TOPページ 追加スタイル　/////////////////////*/

/*モバイル版メイン画像*/

.b-sp-hero {
/*	height:100px;
	background:#fff url(../images/sp-hero@2x.png) center top/100%  no-repeat;*/
	background:non;
	}


.b-section_6__banner {
  /*margin-top: 70px;*/
	text-align: center;
}

@media screen and (max-width: 767px) {
  .b-section_6__banner {
    width: 92%;
    /*margin: 60px auto 0;*/
	margin:20px auto;
		/*padding-bottom: 36px;*/
  }

}

/**-------------------------------------------------------------
 * .section_3 他社との比較 注意：PCファースト
 ------------------------------------------------------------**/


 .b-section_3 {
    padding: 20px 10px 0;
  text-align: center;
  }
  .b-section_3__headline_1 {
	  color: #c72826;
	  font-weight: 800;
    font-size: 120%;
    min-width: 240px;
    margin: 0 auto;
  }
  .b-section_3__headline_1 br {
    display: none;
  }
@media screen and (min-width: 768px) {
.b-section_3 { /*全体を囲むdiv*/
/*  padding: 50px 0 ;*/
}
.b-section_3__headline_1 {
  font-size: 200%;
  line-height: 1.3;
}}

/*:::　コメント ::::*/
.b-section_3__table__note {
	text-align: right;
	margin: 8px 6px 0 0;
	font-size:80%;
}
@media screen and (max-width: 950px) {
	.b-section_3__table__note {
		margin: 12px 3% 0 0;
		font-size: 96%;
	}
}
@media screen and (max-width: 479px) {
	.b-section_3__table__note {
		margin: 6px 3% 0 0;
		font-size: 76%;
	}
}

/*　他社との比較 */
.comparison {
	width:95%;
	margin:0 auto;
}
@media screen and (max-width: 767px) {
.comparison {
	width:100%;
}
}

.comparison table {
	width:100%;
	margin:0 auto;
	padding: 14px 0;
	background: #F5F5F5;
	border-collapse:collapse;
	}
.comparison table th {
	background:#f9e9e9;
	font-weight:bold;
	font-size:x-large;
	padding-bottom:8px;
	min-width:120px;
	}
@media screen and (max-width: 767px) {
.comparison table {
	font-size:60%;
	border: 1px solid #ccc;
}
.comparison table th {
	min-width:20%;
	font-size:120%;
}
}

.comparison table tr.small th {
	font-weight:normal;
	font-size:small;
	padding:8px 3px;
	vertical-align: bottom;
	}
@media screen and (max-width: 767px) {
.comparison table tr.small th {
	font-size:95%;
	vertical-align:top;
	text-align:left;
	line-height:1.3
}
.comparison table tr.small th br {
	display:none;
}
}

.comparison table tr.buf td.comp {
	font-size:140%;
}

.comparison table td {
  padding:10px;
	vertical-align:middle;
	text-align:center;
}
.comparison table td a{
  color: #fff;
}
@media screen and (max-width: 767px) {
.comparison table td {
  padding:8px 3px;
	vertical-align:top;
	font-size:190%;
	font-weight:bold;
	line-height:1.5;

}
.comparison table tr.buf {
	font-size:100%;
	text-align:left;
}

.comparison table tr.buf td.comp {
	font-size:150%;
}
}

.comparison table tr {
  border-bottom:2px solid #fff ;
	}
@media screen and (max-width: 767px) {
.comparison table tr {
  border-bottom:1px solid #fff;
}
}

.comparison table tr.head,
.comparison table tr:last-child {
	border-bottom: none;
	}
.comparison table th,
.comparison table td {
	border-right:2px solid #fff;
	}
@media screen and (max-width: 767px) {
.comparison table th,
.comparison table td {
	border-right:1px solid #fff;
	}
}

.comparison table td:last-child {
	border-right:none;
	}
@media screen and (max-width: 767px) {
.comparison table th:last-child {
	border-right: 1px solid #ccc;
}
}

.comparison table tr.buf {
	/* background: #c72826; */
  background: #E81310;
	color: #fff;
	font-weight:bold;
	box-shadow : 0px 1px 6px 1px #a6a6a6 ;
	border-bottom:none;
	}
.comparison table td.line_no {
	border-right:none;
}
td.coment p {
	font-size:12px;
	font-weight:normal;
	text-align:left;
	text-indent:-1em;
	margin:0 0 0 1em;
}
@media screen and (max-width: 767px) {
td.coment p {
	font-size:58%;
	line-height:1.3;
}
}

td.other {
	color:#666;
	font-weight: bold;
font-size: 130%;
}
td.split {
	width:5%;
}
.coment dl {
	width:100%;
	margin:0;
}
.coment dt{
	padding-top: 3px;/*高さ調節*/
 float : left;/* 左に寄せる */
 clear : both;/* フロートの解除 */
}
.coment dd{
	margin-left : 30px;/* DTの幅分の設定 */
	line-height:1em;
 }
.coment dl,
.coment dt{
    margin: 0;
}
@media screen and (max-width: 767px) {
.coment dl {
width:100%;

}
.coment dt {
 float :none ;/* 左寄せ解除 */
	vertical-align:top;
	margin-top:0;
	padding-top:0;
}
.coment dd {
	float:none;
	margin: 5px 0;
}
}

/*一行コメントの調整*/
.coment dd p.adj {
	line-height:3.5em;
}
/*○の調節*/
.buf dt img.buf-01 {
	position:relative;
	/*top:-5px;*/
}
.buf dt img.buf-02 {
	position:relative;
	top:16px;
}

@media screen and (max-width: 767px) {
.buf dt img.buf-01,
.buf dt img.buf-02 {
	top:0;
}
.coment dd p.adj	{
	line-height:1.3;
}
}

/*バナースペースの調整*/
div.banner_space {
	margin:0;
	padding-top:50px;
}
@media screen and (max-width: 767px) {
div.banner_space {
	padding:0;
}
}

/*20180507追加*/
.top_80 {
	margin-top:80px;
}


@media screen and (max-width: 767px) {
.top_80 {
	margin-top:40px;
}
}

.free {
padding:0px 0px 0px 120px;
font-size:20px;
font-weight:bold;
text-align:left;
width:500px;
margin:0 auto 45px;
}
.free li {
background-image:url(../images/top/icon_3.png);
background-repeat:no-repeat;
background-size: 20px;
background-position:0 10px;
background-position:left 0.5em;
padding-left:1.5em;
/* line-height:1.8em; */
line-height: 2.1;
}
.free li a {
  color: #048c01;
}
.free li a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -5px;
  margin: 0 3px;
  background: url(../images/top/q.png)center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
.free {
padding: 0;
/* width:90%; */
width: 100%;
font-size:18px;
line-height:1em;
}
}









.b-section_1__headline02 {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  color: #C72826;
  line-height: 1.44444;
}
@media screen and (max-width: 767px) {
  .b-section_1__headline02 {
    font-size: 30px;
  }
}

.service {
  max-width: 848px;
  width: 100%;
  margin: 0px auto 0;
}
@media screen and (max-width: 767px) {
  .service {
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0px auto 0;
  }
}

.text01 {
  font-size: 18px;
  text-align: center;
  line-height: 2.11111;
  color: #333;
  margin: 22px 0 40px;
}
.text01 .subtxt{
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .text01 {
    font-size: 15px;
    line-height: 1.8666;
    margin: 20px auto 30px;
    text-align: justify;
  }
}
.text01 small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .text01 small {
    font-size: 12px;
  }
}
.text01 .red {
  color: #C72826;
}

.service .catch {
  font-size: 26px;
  font-weight: bold;
  color: #707070;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service .catch {
    font-size: 20px;
    line-height: 1.6;
  }
}
.service .catch span {
  color: #048C01;
}
.service .service-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service .service-list {
    display: block;
  }
}
.service .service-list li{
  width: calc((100% - 18px) / 2);
  text-align: center;
  color: #333333;
  border: 2px solid #048C01;
  padding: 27px 10px 18px;
  margin-bottom: 16px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .service .service-list li{
    width: 100%;
    padding: 28px 15px 30px;
    border-radius: 5px;
  }
}
.service .service-list li:before {
  /* content: "";
  display: block;
  border-bottom: 53px solid transparent;
  border-left: 55px solid #048C01;
  position: absolute;
  top: 0;
  left: 0; */
}
/*.service .service-list li:after {
  content: "";
  width: 118px;
  height: 58px;
  background: url(../images/free.png)center center/cover no-repeat;
  top: 0px;
  right: -1px;
  position: absolute;
}*/
/* .service .service-list .l01:after {
  content: "1";
}
.service .service-list .l02:after {
  content: "2";
}
.service .service-list .l03:after {
  content: "3";
}
.service .service-list .l04:after {
  content: "4";
} */
.service .service-list li .title{
  font-size: 23px;
  font-weight: bold;
  letter-spacing: .05em;
}
.service .service-list li .icon{
  height: 71px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .service .service-list li .icon{
    height: 60px;
  }
  .service .service-list li .icon{
    margin-bottom: 0px;
  }
}
.service .service-list .l01 .icon img{
  width: 52px;
}
.service .service-list .l02 .icon img{
  width: 68px;
}
.service .service-list .l03 .icon img{
  width: 54px;
}
.service .service-list .l04 .icon img{
  width: 68px;
}
@media screen and (max-width: 767px) {
  .service .service-list .l01 .icon img{
    width: 42px;
  }
  .service .service-list .l02 .icon img{
    width: 58px;
    margin-left: -15px;
  }
  .service .service-list .l03 .icon img{
    width: 44px;
  }
  .service .service-list .l04 .icon img{
    width: 55px;
  }
}



@media screen and (max-width: 767px) {
  .service .service-list li .title{
    font-size: 15px;
    line-height: 1.4;
  }
}
.service .service-list li .title:after{
  content: none;
}
.service .service-list li .title strong{
  font-size: 30px;
  color: #048C01;
}
@media screen and (max-width: 767px) {
  .service .service-list li .title strong{
    font-size: 20px;
  }
}
.service .service-list li .text{
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service .service-list li .text{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
  }
}
.service .service-list li .text:after{
  content: none;
}
@media screen and (max-width: 767px) {


}


.possible {
  padding: 0px 0 140px;
  margin-top: 0;
}
.possible .b-section_1__headline02 {
  font-size: 26px;
  letter-spacing: .05em;
  color: #048C01;
  padding-bottom: 18px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .possible {
    padding: 40px 0 25px;
    margin-top: 0px;
  }
  .possible .b-section_1__headline02 {
    width: calc(100% - 30px);
  }
}

.condition i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/link-icon.png)center center/cover no-repeat;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.condition {
  margin: 0 auto 18px;
}
@media screen and (max-width: 767px) {


}



.media-price .media-list {
  max-width: 1168px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
}
.media-price .media-list li{
  width: calc((100% - 88px) / 4);
  background: #fff;
  margin: 0 11px 42px;
  border: 1px solid #A0A0A0;
  box-sizing: border-box;
  padding: 14px 21px 21px;
  position: relative;
}
.media-price .media-list .tax{
  position: absolute;
  right: 0;
  font-size: 14px;
  font-weight: normal;
  bottom: -30px;
}
.media-price .media-list li .img-box{
  max-width: 1168px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  min-height: 104px;
  border-bottom: 1px dotted #333333;
  color: #333333;
  font-size: 18px;
  line-height: 1.66666;
  font-weight: bold;
  box-sizing: border-box;
}
.media-price .media-list li .img-box .text{
  width: 140px;
}
.media-price .media-list li .img-box .text03{
  margin-left: -45px;
  width: 100px;
}
.media-price .media-list li .img-box .text05{
  margin-left: -30px;
  width: 140px;
}
.media-price .media-list li .img-box .text07{
  margin-left: -10px;
  width: 110px;
}
.media-price .media-list li .img-box .text small{
  font-size: 15px;
  font-weight: normal;
}
.media-price .media-list li .img-box .img{
  margin: 0 auto;
  text-align: center;
}
.media-price .media-list li .img01{
  width: 115px;
  margin-left: -10px!important;
}
@media screen and (max-width: 767px) {
  .media-price .media-list li .img01 {
    margin-left: auto!important;
    height: 45px;
    padding-top: 15px;
  }
}


.media-price .media-list li .img02{
  width: 75px;
}
.media-price .media-list li:nth-of-type(2) .text {
  width: 154px;
}
.media-price .media-list li .img03{
  width: 68px;
}
.media-price .media-list li .img04 {
  width: 52px;
}
.media-price .media-list li .img04 img {
  padding-left: 10px;
}
.media-price .media-list li .img05{
  width: 68px;
}
.media-price .media-list li .img06{
  width: 68px;
}
.media-price .media-list li .img07{
  width: 89px;
}
.media-price .media-list li .price{
  text-align: center;
  padding-top: 20px;
  color: #333333;
  font-feature-settings: "palt";
}
.media-price .media-list li span{
  font-size: 25px;
  font-weight: bold;
}
.media-price .media-list li small{
  font-size: 16px;
}
.media-price {
  padding: 100px 0 100px;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .media-price {
    padding: 40px 15px 50px;
  }
  .media-price .media-list {
    justify-content: space-between;
  }
  .media-price .media-list li{
    width: calc((100% - 15px) / 2);
    margin: 0 0 15px;
    padding: 15px 15px 15px;
    box-sizing: border-box;
  }
  .media-price .media-list li .img-box {
    display: block;
  }
  .media-price .media-list li .img-box .text{
    font-size: 12px;
    width: 100%;
    padding: 0 0 5px;
    margin: 10px 0 0;
    text-align: center;
  }
  .media-price .media-list li .img-box .text small{
    font-size: 10px;
  }
  .media-price .media-list li span{
    font-size: 18px;
    font-weight: bold;
  }
  .media-price .media-list li small{
    font-size: 14px;
    font-weight: bold;
  }
  .media-price .media-list li .img07{
    padding-top: 20px;
  }
  .media-price .media-list li .img04 img {
    padding-left: 0;
  }
}





.flow {
  padding: 190px 0 0;
  max-width: 1190px;
  margin: 0 auto;
}
.flow .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 40px 15px 0;
  }
}



.faq {
  padding: 190px 0 230px;
  max-width: 864px;
  margin: 0 auto;
}
.faq .faq-box {
  margin-bottom: 20px;
}
.faq .faq-box dl {
  padding: 44px 0;
  border-bottom: 1px solid #048C01;
}
.faq .faq-box dl dt{
  font-size: 25px;
  font-weight: bold;
  color: #048C01;
  line-height: 1.72;
  margin-bottom: 20px;
  padding-left: 82px;
  position: relative;
}
.faq .faq-box dl dt:before{
  content: "Q.";
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EFEFEF;
  color: #048C01;
  text-align: center;
  font-weight: normal;
  top: 0;
  left: 0;
  font-size: 26px;
  box-sizing: border-box;
  line-height: 44px;
  padding-left: 5px;
}
.faq .faq-box dl dd{
  color: #333;
  font-size: 18px;
  line-height: 2.11111;
  letter-spacing: .05em;
  padding-left: 82px;
  position: relative;
}
.faq .faq-box dl dd .subtxt{
  display: block;
  font-size: 14px;
}
.faq .faq-box dl .dd02{
  margin-top: 35px;
}
.faq .faq-box dl .dd02:before{
  top: -2px;
}
.faq .faq-box dl dd:before{
  content: "A.";
  position: absolute;
  top: 10px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #EFEFEF;
  color: #048C01;
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  box-sizing: border-box;
  line-height: 44px;
  padding-left: 5px;
  /* padding: 0px 0 20px; */
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 40px 15px 10px;
  }
  .faq .faq-box{
    margin-top: 10px;
  }
  .faq .faq-box dl {
    padding: 20px 0;
  }
  .faq .faq-box dl dt{
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .faq .faq-box dl dt:before{
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .faq .faq-box dl dd{
    padding-left: 40px;
    font-size: 15px;
  }
  .faq .faq-box dl dd:before{
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .faq .faq-box dl .dd02{
    margin-top: 10px;
  }
  .faq .faq-box dl .dd02:before{
    top: 10px;
  }

}




.draj {
  background: #F5F5F5;
  padding: 72px 0 100px;
}
.draj .draj-list {
  max-width: 1040px;
  margin: 0 auto 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.draj .draj-list li{
  width: calc((100% - 44px) / 3);
  padding: 34px 0 14px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.6875;
  color: #333;
}
.draj .draj-list li .img{
  width: 203px;
  margin: 0 auto 16px;
}
@media screen and (max-width: 767px) {
  .draj {
    padding: 40px 15px 30px;
  }
  .draj .draj-list {
    display: block;
  }
  .draj .draj-list li{
    width: 100%;
    font-size: 14px;
    padding: 20px 0 10px;
    margin-bottom: 15px;
  }
  .draj .draj-list li .img{
    width: 100px;
  }
}






@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


.b-col02 {
  margin-top: 20px;
}

.dash {
  border-bottom: none!important;
  padding-bottom: 0!important;
}
.dash:after {
  content: "";
  width: 100%;
  height: 11px;
  display: block;
  margin: 16px auto 0;
  background: url(../images/top/dash.png)center center/cover no-repeat;
}


.b-container {
  max-width: 1120px;
}
@media screen and (max-width: 767px) {
  .b-container {
    padding: 0 0px;
  }
}


.read {
  padding: 56px 0 68px;
  background: #F3F3F3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .read {
    padding-bottom: 50px;
  }
}
.read-list {
  display: inline-block;
  text-align: left;
}
.read-list li{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
}
.read-list li:before{
  content: "";
  width: 18px;
  height: 22px;
  display: inline-block;
  margin-right: 14px;
  background: url(../images/top/icon_3.png)center center/cover no-repeat;
}
.read-list li p{
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #707070;
}
.read-list li .red{
  color: #C72826;
}
@media screen and (max-width: 767px) {
  .read-list {
    padding: 0 15px;
  }
  .read-list li{
    /* min-height: 60px; */
    display: flex;
    align-items: center;
  }
  .read-list li:before{
    position: relative;
    top: -12px;
  }
  .read-list li p{
    width: calc(100% - 38px);
    font-size: 15px;
    line-height: 1.5333;
    padding-bottom: 12px;
  }
}



.read-table {
  background: #fff;
  border: 6px solid #F8EAE9;
  width: 100%;
  margin: 40px 0 0;
}
.read-table a{
  color: #FF0000;
}
.read-table .pc{
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .read-table {
    margin-top: 10px;
    border: 4px solid #F8EAE9;
  }
}
.read-table tr th,td {
  border-left: 2px solid #F8EAE9;
  vertical-align: middle;
  text-align: left;
}
.read-table thead tr th {
  text-align: center;
  padding: 22px 25px 20px;
}
@media screen and (max-width: 767px) {
  .read-table thead tr th {
    padding: 18px 3px;
    vertical-align: top;
    text-align: left;
  }
  .read-table thead tr th:nth-of-type(1) {
    width: 18.9%;
  }
  .read-table thead tr th:nth-of-type(2) {
    width: 16.5%;
  }
  .read-table thead tr th:nth-of-type(3) {
    width: 30%;
  }
  .read-table thead tr th small{
    height: 64px;
    line-height: 1.5;
    display: block;
  }
}
.read-table thead tr {
  height: 118px;
}
.read-table small {
  font-size: 13px;
  letter-spacing: .05em;
  line-height: 1.38;
  color: #707070;
}
@media screen and (max-width: 767px) {
  .read-table small {
    font-size: 10px;
  }
}
.read-table strong {
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.5;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .read-table strong {
    font-size: 12px;
  }
}
.read-table tbody tr th {
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #707070;
  font-weight: bold;
  text-align: left;
  height: 100px;
  padding: 0 38px;
}
@media screen and (max-width: 767px) {
  .read-table tbody tr th {
    padding: 0 8px;
    font-size: 13px;
  }
  .read-table tbody tr {
    border-bottom: 2px solid #F8EAE9;
  }
}

.read-table tbody tr td {
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.6;
  color: #707070;
  padding: 15px 32px;
}
@media screen and (max-width: 767px) {
  .read-table tbody tr td {
    padding: 20px 5px;
    font-size: 13px;
  }
}
.read-table tbody tr .icon {
  text-align: center;
}
.read-table tbody tr .icon img{
  width: 26px;
}
.read-table tbody .bf {
  font-weight: bold;
  background: #FDD9C6;
}
.read-table tbody .bf th img {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .read-table tbody .bf th img {
    width: 51px;
  }
  .read-table tbody .bf td {
    padding: 10px 5px;
  }
}
.read-table tbody .bf td img {
  width: 32px;
}

.read-table tbody .bf td{
  color: #FF0000;
}
.read-table tbody .tr-b th{
  height: 60px;
}

.attention {
  font-size: 13px;
  display: block;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .attention {
    font-size: 12px;
    padding-right: 15px;
  }
}


.popup {
  background: #F5F5F5;
  border-radius: 5px;
  padding: 51px 72px 48px 95px;
}
.popup strong {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .05em;
  margin-left: -58px;
}
.popup02 {
  padding: 66px 72px 63px 95px;
}
.popup02 strong {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .05em;
  margin-left: -58px;
}
.popup02 a {
  color: #3E8926;
}

.popup strong i{
  width: 39px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.popup p{
  font-size: 20px;
  line-height: 1.75;
  margin-top: 30px;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.popup p em{
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .popup {
    padding: 50px 16px 28px;
  }
  .popup strong {
    font-size: 18px;
    margin-left: 0;
  }
  .popup strong i{
    width: 30px;
    margin-right: 10px;
  }
  .popup p{
    font-size: 14px;
    margin-top: 20px;
    vertical-align:top;
    font-feature-settings: normal;
  }
  .popup p em{
    display: inline-block;
    width: 90px;
    font-size: 18px;
    vertical-align:top;
    line-height: 2.5;
  }
  .popup .sp-line {
    line-height: 2.5;
  }
  .popup p span{
    display: inline-block;
    width: calc(100% - 90px);
    vertical-align:top;
    line-height: 1.8;
    margin-top: 8px;
  }
  .popup02 span {
    display: inline-block;
    width: calc(100% - 40px);
  }
  .popup02 strong {
    display: block;
    font-size: 18px;
  }
  .popup02 strong i {
    top: -95px;
  }
}



#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 15px;
    right: 20px;
    background: url(../images/cansel-btn.png)center center/cover no-repeat;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose:hover {
    background: url(../images/cansel-btn.png)center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    width: 44px;
    height: 44px;
    top: 0;
    right: 0;
    background: url(../images/cansel-btn_sp.png)center center/cover no-repeat;
  }
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose:hover {
      background: url(../images/cansel-btn_sp.png)center center/cover no-repeat;
  }
}




/*モーダルウインドウの体裁*/
#logic , #physical {
font-size:14px;
}

/* モーダルウィンドウ */
.modal-window {
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	opacity: 0;
	line-height: 1.3;
	display: none;
}


.modal-window:target {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.is-active.modal-window {
	display: block;
}

.modal-window:target {
	display: block;
}

.modal-window .modal-inner {
	position: relative;
	top: 50px;
	z-index: 2000;
	margin: 0 auto;
	width: 90%;
	padding: 10px 3%;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	overflow-y: auto;
	max-height: 90%;
}


@media screen and (min-width:768px) {
.modal-window .modal-inner {
	position: absolute;
	top: 150px;
	left: 50%;
	z-index: 20;
	margin-left: -325px;
	width: 700px;
	padding:0;
	overflow-x: hidden;
	border-radius: 2px;
	background: #F0F0F0;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
}


}
.modal-window .modal-inner h2 {
	margin-bottom: 20px;
	width: 500px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
	background: #b91d1c;
}

/*close*/
.modal-window .modal-close {
	display: block;
	text-indent: -100px;
	overflow: hidden;
	text-decoration:none;
}
@media all and (-ms-high-contrast: none){
.modal-window .modal-close {
	font-size:8px;
}}

.modal-window .modal-close:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color:#999999;
	filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity:0.5;
}

	/*クローズの位置*/
.modal-window .modal-close:after {
	content: '\00d7';
	position: absolute;
	z-index: 3000;
	margin-left: 145px;
	background: #fff;
	border-radius: 2px;
	padding: 2px 8px;
	font-size: 1.8em;
	text-decoration: none;
	text-indent: 0;
	top:55px;
	right:3%;
}

@media screen and (min-width:768px) {
.modal-window .modal-close:after {
	top: 152px;
	left: 50%;
	right: auto;
	margin-left: 345px;
	font-size: 1.2em;
}

.modal-window {
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
}

/* add link top*/
.link-selfcheck {
  margin-bottom: 100px;
}
.link-selfcheck .flow-list__btn {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .link-selfcheck {
    padding: 0 15px;
  }
  .link-selfcheck .flow-list__btn {
    max-width: 100%;
  }
}

/*--- add media -----*/

.add-media {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  border: 1px solid #3E8926;
  border-radius: 5px;
  max-width: 700px;
  margin: 0 auto;
  padding: 15px 7px 11px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .add-media {
    background-color: #FFF;
    border-radius: 0;
    border: none;
    margin: 0 auto;
    width: calc(100% - 14px);
  }
}
.add-media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.add-media__ttl {
  color: #048C01;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.media-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .media-item {
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
.media-item .height01 {
  min-height: 56px;
}
.media-item .height02 {
  min-height: 26px;
}
.media-item .table {
  display: table;
  width: 100%;
}
.media-item .table-cell {
  display: table-cell;
  vertical-align: middle;
}
.media-item .item-txt {
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .media-item .item-txt {
    font-size: 10px;
    line-height: 12px;
  }
}
.bg-gradient {
  bottom: -35px;
  height: 218px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.topmedia {
  position: relative;
  margin-top: -217px;
}
.topmedia__main {
  position: relative;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.topmedia__logo {
  margin-left: -15px;
  width: 200px;
  text-align: right;
}
.topmedia__img {
  padding-left: 3%;
  padding-top: 47px;
  width: calc(100% - 200px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .topmedia {
    margin-top: -15px;
    padding: 0 7px 25px;
  }
  .topmedia .imgall {
    width: 100%;
  }
  .topmedia__logo {
    position: absolute;
    top: -105px;
    right: -4px;
    width: auto;
  }
  .topmedia__img {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .topmedia__main {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}



.add-listlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1px;
  margin: 17px 0 60px;
}
@media screen and (max-width: 767px) {
  .add-listlink {
    margin: 0 0 35px;
  }
}
.add-listlink__item {
  border-left: 2px solid #FFF;
  padding: 27px 0;
  text-align: center;
  text-decoration: none;
  width: calc(20% - 2px);
}
@media screen and (max-width: 767px) {
  .add-listlink__item {
    border-left: 3px solid #FFF;
    margin-bottom: 2px;
    padding: 20px 0 35px;
    position: relative;
    width: calc(33.333% - 2px);
  }
  .add-listlink__item.wsp100 {
    width: 100%;
  }
  .add-listlink__item:last-child {
    border: none;
  }
}
.add-listlink__item:nth-child(5n+1) {
  border: none;
}
@media screen and (max-width: 767px) {
  .add-listlink__item:nth-child(3n+1) {
    border: none;
  }
}
.add-listlink__item.green {
  background-color: #048C01;
  color: #FFF;
}
.add-listlink__item.green:hover {
  opacity: 0.7;
}
.add-listlink__item.gray {
  background-color: #E8E8E8;
  color: #000;
}
.add-listlink__item .txtp {
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .add-listlink__item .txtp {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.add-listlink__item .txth {
  font-size: 23px;
  font-weight: bold;
  line-height: 25px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .add-listlink__item .txth {
    font-size: 17px;
    line-height: 23px;
  }
}
.add-listlink__item .txth span {
  font-size: 10px;
  font-weight: 300;
  line-height: 17px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .add-listlink__item .txth span {
    font-size: 8px;
    line-height: 14px;
  }
}
.add-listlink__item .txt-note {
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.05em;
  padding: 11px 30px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .add-listlink__item .txt-note {
    padding: 0;
    text-indent: -1em;
    margin-left: 1em;
  }
}
.add-listlink__item .arrow-l {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FFF;
  position: relative;
  top: 30px;
  transition: 0.3s;
}
.add-listlink__item.green:hover .arrow-l {
  top: 40px;
}
@media screen and (max-width: 767px) {
  .add-listlink__item .arrow-l {
    bottom: 15px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #FFF;
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.add-listlink__item .tbl-list {
  display: table;
  height: 100%;
  width: 100%;
}
.add-listlink__item .tbl-list__cell {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .add-listlink__item.gray {
    padding: 10px 35px 13px 15px;
    text-align: left;
  }
  .add-listlink__item.gray:last-child {
    padding-top: 20px;
    padding-bottom: 17px;
  }
  .add-listlink__item.gray .txtp {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .add-listlink__item.gray .txtp,
  .add-listlink__item.gray .txth {
    display: inline-block;
  }
  .add-listlink__item .tbl-list__cell {
    vertical-align: top;
  }
}

.media-price .txtr {
  font-size: 14px;
  line-height: 38px;
  text-align: right;
  max-width: 1147px;
  margin: -35px auto 0;
}
@media screen and (max-width: 767px) {
  .media-price .txtr {
    margin-top: 0;
    text-align: left;
  }
}


/*--- add reception -----*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0
}
.reception {
  padding: 75px 15px 0;
  text-align: center;
}
.reception__ttl {
  color: #C72826;
  font-size: 36px;
  font-weight: bold;
  line-height: 90px;
  letter-spacing: 0.05em;
  margin-bottom: -10px;
}
.reception__txtp {
  font-size: 18px;
  line-height: 38px;
}
.reception__main {
  max-width: 865px;
  margin: 47px auto 0;
}
.reception__main__link {
  float: right;
  width: 30.6%;
}
.reception__main__link ul li {
  margin-bottom: 10px;
}
.reception__main__link ul li a {
  background-color: #FAFAFA;
  display: table;
  min-height: 100px;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
}
.reception__main__link ul li a::before {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #000;
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.reception__main__link ul li .link-cell {
  display: table-cell;
  vertical-align: middle;
}
.reception__main__link li .txtbold {
  color: #048C01;
  font-size: 21px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 5px;
}
.reception__main__link li .txtp {
  color: #2D2D2F;
  font-size: 14px;
  line-height: 18px;
}
.reception__main__map {
  float: left;
  position: relative;
  width: calc(69.4% - 85px);
}
.reception__main__map .icon {
  position: absolute;
  width: 32px;
  height: 47px;
  cursor: pointer;
}
.reception__main__map .icon.icon1 {
  right: 34.3%;
  bottom: 25.7%;
}
.reception__main__map .icon.icon2 {
  right: 37.4%;
  bottom: 21.5%;
}

.reception__main__map .icon.icon3 {
  right: 53.2%;
  bottom: 22%;
}
.reception__main__map .icon.icon4 {
  right: 61%;
  bottom: 22.5%;
}
.reception__main__map .icon.icon5 {
  right: 90.2%;
  bottom: 20.5%;
}

.reception__main__map .icon-link {
  width: 217px;
  height: 78px;
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.reception__main__map .icon .linkadd {
  display: inline-block;
  height: 47px;
  width: 32px;
}
.reception__main__map .icon-link p {
  background-color: #048C01;
  border-radius: 4px;
  color: #FFF;
  display: table;
  font-size: 20px;
  line-height: 28px;
  position: relative;
  width: 100%;
  height: 100%;
}
.reception__main__map .icon-link p::before {
  bottom: -7px;
  content: '';
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #048C01;
  z-index: 12;
  transform: translateX(-50%);
}
.reception__main__map .icon-link p span {
  display: table-cell;
  vertical-align: middle;
}
.reception__main__map .icon-link.icon-link01 {
  bottom: 40%;
  margin-left: 41.4%;
}
.reception__main__map .icon-link.icon-link02 {
  bottom: 35.3%;
  margin-left: 38.3%;
}
.reception__main__map .icon-link.icon-link03 {
  bottom: 36.5%;
  margin-left: 22.3%;
}
.reception__main__map .icon-link.icon-link04 {
  bottom: 37%;
  margin-left: 15%;
}
.reception__main__map .icon-link.icon-link05 {
  bottom: 35.3%;
  margin-left: -14.4%;
}

@media screen and (min-width: 768px) {
  .reception__main__link ul li a:hover {
    opacity: 0.7;
  }
  .reception__main__link ul li a:hover::before {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .reception {
    padding: 45px 15px 0;
  }
  .reception__main__link, .reception__main__map {
    float: none;
    width: 100%;
  }
  .reception__main {
    margin: 10px auto 0;
  }
  .reception__main__link {
    margin-top: 15px;
  }
  .reception__main__link ul li a {
    display: block;
    min-height: 65px;
    padding: 0 45px 0 15px;
  }
  .reception__main__link ul li .link-cell {
    display: table;
    height: 65px;
    width: 100%;
  }
  .reception__main__link li .txtbold,
  .reception__main__link li .txtp {
    display: table-cell;
    vertical-align: middle;
  }
  .reception__main__link li .txtbold {
    font-size: 18px;
    line-height: 31px;
    width: 75px;
  }
  .reception__main__link li .txtp {
    line-height: 23px;
  }
  .reception__main__map .icon-link.active {
    opacity: 1;
    z-index: 2;
  }
  .reception__main__map .icon-link {
    height: 90px;
  }
  .reception__main__map .icon-link p {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
    text-align: center;
  }
  .reception__main__map .icon-link p a {
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    padding: 0 5px;
    text-decoration: none;
  }
  .reception__main__map .icon-link p a::before {
    background-color: #FFF;
    bottom: 3px;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
  }
  .reception__main__map .icon-link p span {
    display: block;
    margin-bottom: 15px;
  }
  .reception__ttl {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 10px;
  }
  .reception__txtp {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
  }
  .reception__main__map .icon-link.icon-link01 {
    bottom: 46%;
    margin-left: 32%;
  }
  .reception__main__map .icon-link.icon-link02 {
    bottom: 41%;
    margin-left: 27%;
  }
  .reception__main__map .icon-link.icon-link03 {
    bottom: 42%;
    margin-left: 12%;
  }
  .reception__main__map .icon-link.icon-link04 {
    bottom: 42%;
    margin-left: 5%;
  }
  .reception__main__map .icon-link.icon-link05 {
    bottom: 41.3%;
    margin-left: -1.4%;
  }
  .reception__main__map .icon-link p::before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #048C01;
  }
  .reception__main__map .icon-link.icon-link05 p::before {
    left: 13%;
  }

  .reception__main__link ul li {
    margin-bottom: 5px;
  }
  .media-price .media-list li.li03,
  .media-price .media-list li.li04 {
    padding: 30px 15px 15px;
  }
  .media-price .media-list li.li01 .img-box,
  .media-price .media-list li.li02 .img-box {
    min-height: 115px;
  }
  .media-price .media-list li.li03 .img-box,
  .media-price .media-list li.li04 .img-box {
    min-height: 74px;
  }
  .media-price .media-list li.li05 .img-box,
  .media-price .media-list li.li06 .img-box {
    min-height: 112px;
  }
  .media-price .media-list li.li07 .img-box,
  .media-price .media-list li.li08 .img-box {
    min-height: 112px;
  }
}

@media screen and (max-width: 320px) {
  .reception__main__map .icon-link {
    width: 200px;
  }
  .reception__ttl {
    font-size: 27px;
  }
  .reception__main__map .icon-link.icon-link01 {
    margin-left: 29%;
  }
  .reception__main__map .icon-link.icon-link02 {
    margin-left: 24%;
  }
  .reception__main__map .icon-link.icon-link03 {
    margin-left: 9%;
  }
  .reception__main__map .icon-link.icon-link04 {
    margin-left: 1%;
  }
  .media-price .media-list li.li07 .img-box,
  .media-price .media-list li.li08 .img-box {
    min-height: 128px;
  }
}

.content-add790 {
  margin-left: auto;
  margin-right: auto;
  width: 790px;
}

.content-add790 .subtxt{
  font-size: 14px;
  display: block;
  text-align: left;
  padding-left: 22px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.txt-link {
  color: #3E8926;
}
.txt-link:hover {
  opacity: 0.5;
}
.faq .faq-box dl dd .sub-txt{
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .content-add790 {
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .b-sp-header {
    position: relative!important;
  }
  .lp-btn-sp {
    top: auto!important;
    bottom: 28px!important;
  }
}











