@charset "UTF-8";
/* CSS Document */
/*===================================================
    ページ個別設定レイアウト用CSS
    ページ独自のCSSはここに記述
===================================================*/

/*------------------------------------------------------------
	TOPページ
------------------------------------------------------------*/
.main {
	width: 1050px;
	margin: 0 auto;
}
.main2 {
	background: #f4f4f4;
	margin: 0 auto;
}
.report_box_english {
	text-align: center;
	margin: 60px auto 0 auto;
}
.report_box_english h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 20px;
	letter-spacing: 0.1em;
}
.report_box {
	margin: 50px 0;
}

.report_box_container {
	width: 238px;
	border: 1px solid #e5e5e5;
    margin: 0 20px 30px 0;
	transition: all 0.2s linear;
	position: relative;
	background: #fff;
	position: relative;
    z-index: 1;
	box-shadow: 3px 4px 0px 0px rgba(0,0,0,0.1);
}
.report_box_container:hover {
-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.report_box .cate_us {
	background: linear-gradient(135deg,#005bb8, #32a0ea);
    text-align: center;
    padding: 30px 0;
}
.report_box .cate_us:hover {
	opacity: 0.7;
}

.report_box_container_text {
	padding: 12px;
	text-align: left;
}
.report_box_container_text .price {
	color:#ff0000;
}

.report_box_container_text .category {
	padding: 3px;
    background: #ececec;
    display: inline;
	border-radius: 5px;
}
a.boxlink {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}
@media only screen and (max-width: 767.98px) {
	a.boxlink {
		position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    text-indent: -999px;
	    z-index: 2;
	}

	.search_main clearfix{
		width: 100%;
		margin: 0;
		border-top: 8px solid #006dc3;
		border-left: none;
		overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	}
}
.report_box_container_text .category a {
position: relative;
    z-index: 3;line-height:26px;
}
.report_box_container_text .category a:hover {
	text-decoration: underline;
}

.report_box_container_text .subTitle {font-size: 1.0em;
    padding-bottom: 10px;
}
.report_box_container_text .price {font-size: 1.2em;
    padding-bottom: 10px;
}
.report_box_container_text h3 {
	font-size: 1.2em;
}

.report_box_japan {
	text-align: center;
	margin: 80px auto 0 auto;
	padding: 80px 0;
	width: 1050px;
}
.report_box_japan h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 20px;
	letter-spacing: 0.1em;
}
.report_box .cate_jp {
	background: linear-gradient(135deg,#307daa, #5caec0);
    text-align: center;
    padding: 30px 0;
}
.report_box .cate_jp:hover {
	opacity: 0.7;
}

@media only screen and (max-width: 767.98px) {
	.main,.report_box_japan,.report_box_english {
		width: 90%;
	}
	.report_box_container {
		width: 100%;
	}
	.report_box_container_text h3 {
    	font-size: 1.5em;
		letter-spacing: 1px;
}
	.report_box_container_text .price {
		font-size: 1.3em;
	}
	.report_box_container_text .subTitle {
		font-size: 1.2em;
	}
	.report_box_container_text .category {
	font-size: 1.3em;
	padding:10px;
	}
}
@media only screen and (min-width: 768px) {
.report_box {
	margin: 50px 0;
	display: flex;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
}
/*------------------------------------------------------------
	TOPページ　カテゴリ一覧リスト
------------------------------------------------------------*/
.top_category_list {
	width: 920px;
	margin: 0 auto;
}
.top_category_list_container,.merit_title,.kanin_title {
	text-align: center;
	margin: 80px 0 0 0;
}
.top_category_list_container h2,.merit_title,.kanin_title{
    font-size: 1.8em;
    font-weight: normal;
    margin: 20px;
	letter-spacing: 0.1em;
}
.top_category_box {
	margin: 50px 0;
}
.top_category_box_container {
	width: 275px;
    margin: 0 15px 20px 15px;
	transition: all 0.2s linear;
	position: relative;
	background: #fff;
	text-align:left;
}
.report_category_box_container_text h3 {
	margin-top: 20px;
	font-size: 1.3em;
}
.report_category_box_container_text ul {
	margin-top: 10px;
	text-align: left;
}

.report_category_box_container_text ul li a {
	font-size: 90%;
	line-height: 1.8;
}
.report_category_box_container_text ul li a:hover {
	text-decoration: underline;
	color:#00b0e6;
}

.report_box_container_word a {
	text-align: center;
    padding: 40px;
    display: block;
    border: 2px solid #006dc3;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
    font-size: 160%;
    font-weight: normal;
    line-height: 1.2;
	letter-spacing: 0.1em;
	border-bottom: 0.1875em solid #006dc3;
	transition: all 0.3s ease 0s;


}
.report_box_container_word a:hover {
	background: #006dc3;
	color:#fff;
	border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
.report_box_container_word .span {
	font-size: 70%;

}


@media only screen and (max-width: 767.98px) {
	.top_category_list {
		width: 100%;
	}
	.top_category_box_container {
		width: 100%;
		margin:0;
	}
	.report_box_container_word {
		width: 80%;
		margin: 0 auto;
}
	.report_box_container_word a {
		padding:20px;
	}
}
@media only screen and (min-width: 768px) {
.top_category_box {
	margin: 50px 0;
	display: flex;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
}
/*------------------------------------------------------------
	TOPページ　カテゴリ一アコーディオン
------------------------------------------------------------*/
@media only screen and (max-width: 767.98px) {

/*アコーディオン全体*/
.report_category_box_container_text {
  padding: 0;
	text-align: left;
}
.report_category_box_container_text input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.report_category_box_container_text label {
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #006dc3;
  line-height: 1;
  position: relative;
  padding: 1.1em 3%;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2px solid #006dc3;
}
/*開いたときに表示される部分*/
.report_category_box_container_text ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.report_category_box_container_text li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s; /*閉じるときのアニメーション*/
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
  max-height: 50px; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  -webkit-transition: all 0.5s; /*開くときのアニメーション*/
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
	padding: 0 0 9px 0;
    line-height: 2;
    font-size: 1.0em;
    border-bottom: 1px solid #006dc3;
	background:#f4f4f4;

}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child {
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.report_category_box_container_text label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #006dc3 2px solid;
  border-right: #006dc3 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  right: 5%;
  top: 0;
  bottom: 15%;
  margin:auto;
}
/*開いた状態の矢印描画*/
.report_category_box_container_text input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #006dc3 2px solid;
  border-right: #006dc3 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  right: 5%;
  top: 7%;
  bottom: 0;
  margin:auto;
}
.report_category_box_container_text ul li a {
	padding: 17px 0 0 8px;
    line-height: 2.4;
    display: block;
	font-weight: bold;
	font-size: 1.1em;
    letter-spacing: -1px;
	}

}

/*------------------------------------------------------------
	TOPページ　最近見たレポート
------------------------------------------------------------*/
.history {
	margin: 0 auto;
}
.history-bgcolor {
	background: #f4f4f4;
}

.report_box_history {
	width: 800px;
	text-align: center;
    margin: 0 auto;
    padding: 60px 0 20px 0;
}

.report_box_history h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 20px;
	letter-spacing: 0.1em;
}

.report_box_history h3 {
	background: #006dc3;
    padding: 15px 10px;
    color: #fff;
    line-height: 1.4;
    text-align: left;
    font-weight: normal;
	font-size: 1.2em;
}
.report_box_history h3:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767.98px){
	.report_box_history {
    	width: 90%;
}
	.report_box_history h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
}
}

/*------------------------------------------------------------
	TOPページ サポート
------------------------------------------------------------*/
.top_suport {
	width: 920px;
	margin: 0 auto;
}
.top_suport_container {
	text-align: center;
	margin: 80px 0 0 0;
}
.top_suport_container h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 20px;
	letter-spacing: 0.1em;
}
.suport_tel {
	float:left;
	width:416px;
	padding: 20px;
	margin-top: 80px;
}
.suport_tel h3 {
	font-size: 1.7em;
    font-weight: normal;
    padding: 25px 0 15px 20px;
    line-height: 1.3;
	text-align: left;
}
.suport_tel p {
	padding: 15px 0 0 20px;
    line-height: 1.5;
    text-align: left;
    font-size: 1.1em;
}
.suport_mail {
	width:436px;
	float:left;
	margin-top: 80px;
}
.suport_mail h3 {
	padding-top: 15px;
	font-size: 1.2em;
	color: #006dc3;
	/* margin-bottom: 35px; */
}
@media only screen and (max-width: 767.98px){
	.top_suport {
    	width: 100%;
}
	.suport_tel {
		width: 100%;
		padding: 0;
		margin-top: 60px;
	}
	.suport_tel p {
		padding: 15px 0 0 0;
		padding: 25px 3% 15px 3%;
	}
	.suport_tel h3 {
		padding: 25px 3% 15px 3%;
	}
	.suport_mail {
		background:linear-gradient(#005bb8, #0082d9);
		margin-top: 10px;
		width: 100%;
	}
	.suport_mail h3 {
		display: none;
	}
}
/*------------------------------------------------------------
	TOPページ NEWS
------------------------------------------------------------*/
.top_news {
	width: 920px;
	margin: 0 auto;
}
.top_news_container {
	text-align: center;
	margin: 80px 0 0 0;
}
.top_news_container h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 20px;
	letter-spacing: 0.1em;
}

.top_news dl {
    width: 800px;
    max-height: 240px;
    overflow: auto;
    overflow-x: hidden;
    margin: 80px auto;
}

.top_news dt {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    border-top: 1px solid #000;
    margin: 0 -4px 0 0;
    padding: 12px 0;
}
.top_news dd {
    display: inline-block;
    vertical-align: top;
    width: 625px;
    text-align: left;
    border-top: 1px solid #000;
    padding: 12px 0 20px 0;
}
@media only screen and (max-width: 767.98px){
.top_news {
    width: 92%;
}
	.top_news dl {
		width: 100%;
	}
	.top_news dt {
		width: 100%;
		border:none;
		text-align: left;
	}
	.top_news dd {
		width: 100%;
	}
	.top_news dd .list-title {
		font-size: 17px;
		line-height: 1.2;
    	letter-spacing: 1px;
	}
}


/*------------------------------------------------------------
	レポート一覧ページ
------------------------------------------------------------*/
.search_main {
	background: #f3f3f3;
	margin-left: 20vw;
	margin-top: 80px;
}
.search_mainIn {
	width: 1024px;
	margin: 0 auto;
	position: relative;
     top: -30px;  top:-50px;
     left: -200px;
}
.left_nav {
	width: 298px;
	float: left;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.3);
    margin: 80px 50px 0 0;
	background: #fff;
	border-left: 1px solid #006dc3;
}
.left_nav h3 {
	color: #006dc3;
	padding: 25px 10px 10px;
	font-size: 1.8em;

}
.left_nav ul {
	padding: 0 0 40px 0;
}
.left_nav ul li {
	color: #006dc3;
	padding: 8px 10px;
}
.left_nav ul li a:hover {
	text-decoration: underline;
}

.left_nav_category {
	border-top:8px solid #006dc3;
}
.left_nav_language{
	border-top:8px solid #006dc3;
}
.left_nav_sample {
	border-top:8px solid #006dc3;
}
/* ラベル*/
.cb label {
padding-left: 31px;         /* ラベルの位置 */
font-size: 1em;
line-height: 24px;
display: inline-block;
cursor: pointer;
position: relative;
padding-top: 6px;
}

/* ボックス */
.cb label:before {
    content: '';
    width: 20px;            /* ボックスの横幅 */
    height: 20px;           /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
        border: solid 2px #006dc3;
}
/* 元のチェックボックス非表示 */
.cb input[type=checkbox] {
    display: none;
}
/* チェックした時 */
.cb input[type=checkbox]:checked + label:before {
    content: '\2713';       /* チェックの文字content CSS */
    font-size: 21px;            /* チェックのサイズ */
    color: #fff;            /* チェックの色 */
    background-color: #06f;         /* チェックした時の色 */
}

@media only screen and (max-width: 767.98px){
	.search_main {
		margin: 0;
	}
	.search_mainIn {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}

	.left_nav {
		display: none;
	}

}

/*------------------------------------------------------------
	レポート一覧 メインコンテンツ
------------------------------------------------------------*/
.search_contents {
	width: 670px; /*width:100%;*/
    float: left;
}
.search_container {
	margin: 0 0 30px 13px;
}
.search_box h2 {
	background:linear-gradient(#005bb8, #0082d9);
	box-shadow: 4px 4px 0px 0px rgba(0,91,184,0.3);
	color: #fff;
	font-size: 1.5em;
	padding: 4%;
}
.search_box p.h2sub {
	font-size: 1.3em;
	padding: 20px;
}
.search_box_container {
	padding: 20px;
	border: 1px solid #e5e5e5;
    margin: 0 15px 20px 0;
	transition: all 0.2s linear;
	position: relative;
	background: #fff;
	position: relative;
    z-index: 1;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	width: 100%;
	height:100%;
}
@media only screen and (max-width: 767.98px){
.search_box_container {
	padding: 20px;
	border: 1px solid #e5e5e5;
    margin: 0 15px 20px 0;
	transition: all 0.2s linear;
	position: relative;
	background: #fff;
	position: relative;
    z-index: 1;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	width: 90%;
	height:100%;
}
}

.search_box_container_text {
	line-height: 1.6;
}
.search_box_container_text h3 {
	font-size: 1.4em;
	color: #006dc3;
	line-height: 1.3;
	font-weight: normal;
}
.search_box_container_text .subTitle {
	font-size: 1.1em;
	margin-bottom: 5px;
}
.search_box_container_text .day_price span {
	background: #006dc3;
	color: #fff;
	padding: 4px;
	margin: 0 3px;
}
.search_box_container_text .day_price {
	font-size: 1.1em;
	padding-bottom: 13px;
}
.search_box_container_text .day_price p {
	margin-top: 7px;
}
.search_box_container_text .category {
    padding: 5px;
    background: #ececec;
    display: inline;
    border-radius: 5px;
	margin: 0 4px 0 0;
	line-height:35px;
}
.search_box_container_text .category a {
	position: relative;
    z-index: 3;
}
.search_box_container_text .category a:hover {
	text-decoration: underline;
}


.search_box_container:hover {
-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.icon-triangle::after {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #004ea2;
  border-right: 14px solid transparent;
}
/*ハートON*/
div.heart_on,button.heart_off {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0%;
  /*margin-top: -29px;*/
  margin-left: 0;
  z-index: 3;
	border-style:none;
	background-color: transparent;
}

#index_hert_on{
	margin-top: -37px;
}


button.heart_off{
	margin-top: -5px;
}


div.heart_on:before,
div.heart_on:after {
  position: absolute;
  content: "";
  left: 17px;
  top: 22px;
  width: 17px;
  height: 28px;
  background: #ff4424;
  border-radius: 70px 70px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
div.heart_on:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin :100% 100%;
}
/*ハートOFF*/

button.heart_off:before,
button.heart_off:after {
  position: absolute;
  content: "";
  left: 17px;
  top: 22px;
  width: 17px;
  height: 28px;
  background: #bdbdbd;
  border-radius: 70px 70px 0 0;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
button.heart_off:after {
  left: 0;
  transform: rotate(45deg);
  transform-origin :100% 100%;
}

.search-number {
	margin: 0 0 40px 0;s
}
.search-number p {
	float: left;
	margin: 0 0 0 3%;
    font-size: 3em;
	color: #006dc3;
	font-family: Futura;
}
.search-number .search_sort {
	float: right;
}

.sort_list {
	padding: 0 0 0 10px;
    background-color: #FFF;
    font-size: 12px;
    position: relative;
    top: 3px;
    right: 11%;
    width: 146px;
    height: 40px;
    border: none;
}


.sort_list::before {
	position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
}

.sort_list select {
	width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
	padding: 8px 30px 8px 8px;
    color: #666666;
	font-size: 1.3em;
    direction: rtl;
}

@media only screen and (max-width: 767.98px){
	.search_contents {
		width: 100%;
		margin-bottom: 50px;
	}
	.search_container {
		padding: 0 3% 6px 3%;
	}

	.report_box_container_text .category a {
position: relative;
    z-index: 3;
	}
}
/*------------------------------------------------------------
	レポート詳細
------------------------------------------------------------*/
		.report_discription p {
			margin-bottom:10px;
		}
		.report_discription .details {
			margin-bottom:20px;
		}
		.report_discription .details h4 {
			padding:10px 0px; font-size:18px; border-top:1px solid #666; border-bottom:1px solid #666;
			margin:0px 0px 10px 0px;
		}

.report_discription .details table {
	border-collapse:collapse; 
	border-spacing:0px; 
	width:100%;
	
}
.report_discription .details table th {
	background-color: #006dc3; background-color:lightblue;
}

.report_discription .details table th,
.report_discription .details table td {
	 border:1px solid #999; padding:5px;
}


.detail_main {
	width: 1020px;
	margin: 0 auto;
	line-height: 1.4;
}

.detail_mainIn {
	border-top:8px solid #006dc3;
	background: #f4f4f4;
	padding: 20px 30px;
	margin: 40px 0;
}
.detail_main_box {
	position: relative;
	margin-top: 10px;
}
.detail_main_box .report_number {
	background: #006dc3;
	position: relative;
	top: 0;
	right:20px;
	float: right;
	margin-top: -56px;
	padding: 10px 20px;
	color: #fff;
	font-size: 1.2em;
}
.detail_main_box .heart_off{
	margin-top: -20px;
	width: 50px;
}

.detail_main_box .heart_on{
	margin-top: -40px;
	width: 50px;
}

.detail_mainIn .detail_main_box .category {
	padding: 6px;
	background: #ececec;
	display: inline;
	border-radius: 5px;
}
.detail_mainIn .detail_main_box .category a:hover {
	text-decoration: underline;
}
.detail_mainIn .detail_main_box h3 {
	font-size: 1.6em;
	color: #006dc3;
	line-height: 1.3;
	font-weight: normal;
	padding: 15px 0;
}
.company {
	   padding: 0 0 10px 0;
    color: #006dc3;
}
.detail_mainIn .detail_main_box .data {
	display: -webkit-flex;
    display: flex;
	margin: 50px 0;
}

.detail_mainIn .detail_main_box .data p {
	width: 32%;
    background: #fff;
    padding: 30px 0;
    margin: 0 10px;
    text-align: center;
    position: relative;
	font-size: 1.2em;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.1);
}
.detail_mainIn .detail_main_box .data p span {
	padding: 8px 10px;
    background: #006dc3;
    color: #fff;
    position: absolute;
    top: -13px;
    left: 15px;
}

.detail_cart_area {
	background: #fff;
    margin: 20px 0;

}
.detail_cart_area .report_patarn  {
	padding: 14px 10px;
    background: #006dc3;
    color: #fff;
    /*height: 30px;*/

}
.detail_cart_area .report_patarnIn  {
	float: left;
	font-size: 1.5em;
}

.detail_cart_area .report_patarn span  {
	padding: 4px 8px;
    background: #fff;
    color: #006dc3;
    font-size: 0.8em;
    margin: 0 0 0 10px;
}

.detail_cart_area p.report_sub_number  {
	float: right;
	color: #fff;
	font-size: 1.2em;
	margin-top: 5px;
}
.report_patarn_license {
	padding: 30px 20px;
}
.report_patarn_license .license_text {
	width:60%;
	padding: 0 20px 0 0;
	display: table-cell;
	vertical-align:middle;
}
.report_patarn_license .license_price {
	width:20%;
	font-size: 1.4em;
	display: table-cell;
	vertical-align:middle;
}
.report_patarn_license .license_price span {
	font-size: 0.8em;
    display: block;
    margin-top: -8px;
}
.report_patarn_license .btn_cart {
	display: table-cell;
	vertical-align:middle;
	text-align: right;
}

.report_discription {
	margin: 0 0 70px 0;
}
.btn_report_set {

}
.btn_report_set .btn01 {
	margin: 0 20px;
	font-size: 0.8em;
	display:flex;
}
.btn_report_set .btn_anime {
	margin: 0 20px;
	font-size: 0.8em;
}
.sample_box {
	padding: 30px;
    background: #fff;
	position: relative;
	margin: 60px 0;
}
.sample_box a:hover {
	text-decoration: underline;
}
.sample_box p {
	padding: 5px 20px;
    background: #299cbd;
    display: inline;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 20px;
    font-size: 1.2em;
}
.sample_box ul li {
	padding: 4px 0;
	font-size: 1.2em;
}
.report_discription h3 {
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
    margin: 30px 0 0 0;
    font-weight: bold;
}
.tel_guide {
	background:#006dc3;
	padding: 10px 0;
	margin: 0 -30px;
}
.tel_guide img {
	display: block;
	padding: 0 0 0 70px;
}
.tel_guide div.report_no {
	margin: 5px 80px 0 15px;
	color: #fff;
}
div.report_no p.report_no_box {
	background: #fff;
    color: #006dc3;
    text-align: center;
    padding: 30px;
	margin: 5px 0 0 0;
	font-size: 1.3em;
}

.relation {
    text-align: center;
    margin: 0 auto;
    padding: 80px 0 0;
    width: 100%;
}
.relation h2 {
    font-size: 1.8em;
    font-weight: normal;
    margin: 20px;
    letter-spacing: 0.1em;
}

.relation .search_container {
	text-align: left;
}

.detail_main .report_box_history {
	margin: 0 auto;
}

@media only screen and (max-width: 767.98px){
	.detail_main {
		width: 100%;
	}
	.detail_mainIn {
		    padding: 3%;
	}
	.detail_mainIn .detail_main_box .data {
		display: block;
	}
	.detail_mainIn .detail_main_box .data p {
    margin: 8% 0;
    width: 100%;
}
.report_patarn_license .license_text {
	width: 100%;
	padding: 0;
	display: block;
}
	.report_patarn_license .license_price {
		width: 100%;
		display: block;
	}
	#btn_cart {
		display: block;
		text-align: center;
		width: 100%;
		margin: 20px 20%;

	}
	.report_patarn_license .btn_cart {
		display: block;
		text-align: center;
		margin: 20px 0 5px 0;
	}
	.detail_cart_area .report_patarnIn {
		float: none;
	}
	.detail_cart_area p.report_sub_number {
		float: none;
	}
	.btn_report_set {
		width: 100%;

	}

	.btn_report_set .btn01 {
    margin: 0 3px;
    font-size: 0.8em;
}
	.btn_report_set .btn01 a {
		 width: auto;
}
	.btn_report_set .btn_anime {
    margin: 0 3px;
    font-size: 0.8em;
}
	.btn_report_set .btn_anime a {
		 width: auto;
}
	.tel_guide {
		 margin: 0 auto;
		width: 100%;
	}
	.tel_guide div.report_no {
	margin: 0 auto;
	color: #fff;
		width: 90%;
}
	.tel_guide img {
		width: 90%;
		margin: 0 auto;
		padding: 0;
	}
}
@media only screen and (min-width: 767.98px){
	.btn_report_set {
		display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin: 10px 0;
	}
	.tel_guide {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
}
/*------------------------------------------------------------
	カート　（ヘッダーメニューなし）
------------------------------------------------------------*/
.single {
	width: 930px;
    margin: 30px auto 120px auto;
    line-height: 1.4;
}
.single .single_box h2 {
	background: linear-gradient(#005bb8, #0082d9);
    box-shadow: 4px 4px 0px 0px rgba(0,91,184,0.3);
    color: #fff;
    font-size: 1.5em;
    padding: 2%;
}
.login_box {
	width: 790px;
	padding: 20px 40px;
    border: 1px solid #e5e5e5;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	margin: 50px auto 80px auto;
	border-top: 8px solid #006dc3;
}
.login_container {

}
.login_box h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
	text-align: center;
}

.login_box p.text {
	padding: 0 0 15px 0;
    /*text-align: center;*/
    font-size: 1.2em;
}
.login_box table {
	width: 100%;
	margin: 20px 0 20px 20px;
    box-sizing: border-box;
    border-collapse: collapse;
}

.login_box table th {
	font-weight: normal;
    width: 120px;
    /*border-bottom: 1px solid #ccc;*/
    text-align: left;
    vertical-align: middle;
    padding: 5px 5px;
}
.login_box table td {
	/*border-bottom: 1px solid #ccc;*/
    text-align: left;
    vertical-align: middle;
    padding: 5px 5px;
}
.login_box input[type="text"],
.login_box input[type="number"],
.login_box input[type="email"],
.login_box input[type="password"],
.login_box input[type="tel"],
.login_box input[type="search"] {
    height: 46px;
    font-size: 100%;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 6px;
}


.login-link {
	text-align: center;
}

/*合計金額*/
.cart_box table {
	box-sizing: border-box;
    border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}
.cart_box table th,.cart_box table td {
	border: 1px solid #aaa;
	padding: 20px 12px;
	vertical-align: middle;
}
.cart_box table th {
	text-align: left;
	width: 500px;
}
.cart_box table .delete_box {
	background: #006dc3;
	border-radius: 40px;
	padding: 6px 8px;
	position: relative;
	display: block;
	text-align: center;
}
.cart_box_top {
	background: #808080;
	color: #fff;
	/*border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;*/
}
.calculate {
	background: #f6f6f6;
}
.cart_box table tr.calculate th, .cart_box table tr.calculate td {
	/*padding: 10px 3px;*/
	padding: 20px 12px;
}

/*フォーム*/
.entry_form_area {
	width: 890px;
	margin-left: 30px;
	min-height: 400px;
}
.entry_form {

}
.entry_form table {
	width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

.entry_form table th {
	font-weight: bold;
    width: 160px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    padding: 25px 5px;
}
.entry_form table td {
	border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    padding: 25px 5px;
}
.entry_form input[type="text"],
.entry_form input[type="number"],
.entry_form input[type="email"],
.entry_form input[type="password"],
.entry_form input[type="tel"],
.entry_form input[type="search"] {
    height: 46px;
    font-size: 100%;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 6px;
}
.entry_form_area h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
	text-align: left;
	margin: 40px 0 0 0;
}

.blo-ck {
	display: inline;
}
.form_text {
	border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 6px;
	width: 80%;
}
.questionnaire_top h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
	text-align: left;
}
.questionnaire_box {
	    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 20px auto;
    width: 820px;
}
.questionnaire {
	margin: 0 auto;
    text-align: center;
}
.questionnaire p {
	font-size: 1.1em;
    color: #006dc3;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.questionnaire_list {
	padding: 0 0 0 10px;
    background-color: #FFF;
    font-size: 12px;
    position: relative;
    /*top: 3px;
    right: 11%;*/
    width: 200px;
    height: 40px;
    border: 1px solid #006dc3;
    padding: 2px 5px;
    border-radius: 6px;
	margin: 10px auto;
}


.questionnaire_list::before {
	position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #006dc3;
    pointer-events: none;
}

.questionnaire_list select {
	width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
	padding: 8px 30px 8px 8px;
    color: #006dc3;
	font-size: 1.3em;
    direction: rtl;

}
.kiyaku {
	width: 700px;
	margin: 80px auto;
}
.kiyaku p {
	padding: 0 0 20px 0;
}
.box_kiyaku {
    border: 1px solid #3774B6;
    padding: 20px 20px;
    height: 130px;
    overflow-y: scroll;
    margin-bottom: 30px;
	font-size: 0.9em;
}
.submit01 {
	margin: 30px auto;
	text-align: center;
}
.submit01 input{
	display: inline;
	margin: 0 20px;
	cursor: pointer;
}

@media only screen and (max-width: 767.98px){
.single {
	width: 94%;
	}
	.login_box {
		width: 94%;
		padding: 0 3% 3% 3%;
	}
	.login_form table{
		margin: 20px 0;
	}
	.login_form table th{
		width: 100%;
    display: block;
	}
	.login_form table td{
		display: block;
		width: 100%;
		padding: 5px 0;
	}
	.login_form table td input{
		width: 90%;
	}
	.entry_form_area {
		width: 100%;
		margin: 0;
	}
	.entry_form {

	}
	.entry_form table th {
		display: block;
    width: 100%;
    border: none;
    padding: 20px 0 0 0;
	}
	.entry_form table td {
		display: block;

		padding: 10px 5px 25px 5px;
	}
	.entry_form table td .w-80 {
		width: 95%;
	}
	.entry_form table td .w-25 {
		/*width: 200px;*/
		width:30%;
	}
	.error-message{
	width: 450px;
	}
	.form_text {
		width:90%;
	}
	.questionnaire {
		margin: 50px auto 0 auto;
	}
	.questionnaire_box {
		display: block;
		width: 100%;
	}
	.kiyaku {
		width: 100%;
		margin-top: 50px;
	}
	.questionnaire_list {
		width: 60%;
	}
	.cart_box table th {
		width: 36%;
		padding: 20px 5px;
}
}

/*------------------------------------------------------------
	カート　（確認画面）
------------------------------------------------------------*/
.entry_form_confilm_area {
	width: 930px;
	margin-left: 30px;
}
.entry_form_confilm {

}
.entry_form_confilm_area h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
	text-align: left;
	margin: 30px 0 10px 0;
}

.entry_form_confilm table {
	width: 100%;
	margin: 20px 0;
    box-sizing: border-box;
    border-collapse: collapse;
	border: 1px solid #ccc;
}

.entry_form_confilm table th {
	font-weight: bold;
    width: 160px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    padding: 25px 15px;
    background: #efefef;
}
.entry_form_confilm table td {
	border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
    padding: 25px 15px;
}

.submit02 {
	margin: 30px auto;
	text-align: center;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.submit02 input{
	display: inline;
	margin: 20px 20px 80px 20px;
	cursor: pointer;
}
@media only screen and (max-width: 767.98px){

	.entry_form_confilm_area {
		width: 100%;
		margin: 0;
}
	.entry_form_confilm table th {
		width: 35%;
	}

	.submit02 {
		margin: 30px auto;
		text-align: center;
		display: -webkit-flex;
	    display: block;
	    -webkit-justify-content: center;
	    justify-content: center;
	    -webkit-align-items: center;
	    align-items: center;

	}

	.submit02 input{
	margin: 20px 5px;
	cursor: pointer;
}
}


/*------------------------------------------------------------
	管理画面　（会員情報の変更）
------------------------------------------------------------*/

.form_category_list {
	width: 920px;
	margin: 0 auto;
}
.form_category_list_container {
	text-align: center;
	margin: 80px 0 0 0;
}

.form_category_box {
	margin: 50px 0;
}
.form_category_box_container {
	width: 273px;
    margin: 0 10px 20px 10px;
	transition: all 0.2s linear;
	position: relative;
	background: #fff;
	text-align:left;
}

.form_category_box_container_text h4 {
	font-size: 1.3em;
	color: #006dc3;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0;
    text-align: left;
    margin: 0;
}
.form_category_box_container_text ul {
	padding: 10px 0;
    flex-wrap: wrap;
}
.form_category_box_container_text ul li {
padding: 4px 0;
}
.form_box_container_word .span {
	font-size: 70%;

}


@media only screen and (max-width: 767.98px) {
	.form_category_list {
		width: 100%;
	}
	.form_category_box_container {
		width: 100%;
		margin:0;
	}

.form_category_box_container_text {
  padding: 0;
	text-align: left;
}
.form_category_box_container_text input {
  display: none; /*チェックボックスを隠す*/
}
.form_category_box_container_text h4 {
	font-size: 1.3em;
	color: #006dc3;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0;
    text-align: left;
    margin: 30px 0 0 0;
}

.form_category_box_container_text label {
  cursor :pointer;
  text-decoration: none;
  color: #006dc3;
  line-height: 1;
  position: relative;
  padding: 0.4em 0.8em 0 1.6em;
  font-size: 1.3em;
}
.form_category_box_container_text ul {
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
}
}
@media only screen and (min-width: 768px) {
.form_category_box {
	margin: 20px 0;
	display: flex;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
	overflow:hidden;
}
}


/*------------------------------------------------------------
	お問い合わせ　（サンプルのBOX）
------------------------------------------------------------*/
.sample table {
	box-sizing: border-box;
    border-collapse: collapse;
	text-align: center;
	margin: 20px auto;
	border: 1px solid #000;
	width: 85%;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
}
.sample table th,.sample table td {
	border: none;
	padding: 0 20px 30px 20px;
	vertical-align: middle;
}
.sample table th {
	font-size: 1.0em;
    font-weight: normal;
}
.sample table .delete_box {
	background: #006dc3;
	border-radius: 40px;
	padding: 6px 8px;
	position: relative;
	text-align: center;
}

.calculate {
	background: #f6f6f6;
}
.sample table tr.cart_box_top {
	padding: 10px 12px;
	font-size: 1.3em;
	background: none;
	color: #000;
}
.sample table tr.cart_box_top th {
	padding: 20px 3% 20px 3%;
	width: 94%;
}
.sample table td.delete_area {
	text-align: center;
}
.report_number_form {
	padding: 0 8px;
    background: #006dc3;
    color: #fff;
	display: inline-block;
}
/* ラベル*/
.cb2 label {
padding-left: 31px;         /* ラベルの位置 */
font-size: 1em;
line-height: 24px;
display: inline-block;
cursor: pointer;
position: relative;
padding-top: 6px;
}


.cb2 label:before {
    content: '';
    width: 20px;            /* ボックスの横幅 */
    height: 20px;           /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
        border: solid 2px #006dc3;
}
/* 元のチェックボックス非表示 */
.cb2 input[type=checkbox] {
    display: none;
}
/* チェックした時 */
.cb2 input[type=checkbox]:checked + label:before {
    content: '\2713';       /* チェックの文字content CSS */
    font-size: 21px;            /* チェックのサイズ */
    color: #fff;            /* チェックの色 */
    background-color: #06f;         /* チェックした時の色 */
}
@media only screen and (max-width: 767.98px) {
	.sample table {
		width: 100%;
	}
	.sample table tr.sample_container {
		display: flex;
		flex-wrap: wrap;
	}
	.sample table tr.sample_container td.check_box_area {
		padding: 0 0 30px 3%;
		width: 83%;
	}
	.sample table td.delete_area {
	width: 12%;
	padding: 0;
}
	.sample table .report_title {
	line-height: 1.3;
    padding: 2% 0 0 0;
}
}

/*------------------------------------------------------------
	仮会員登録、ログイン、パスワード再発行
------------------------------------------------------------*/
.entry_form_area .pro_regist {
	border: none;
}
.entry_form_area .pro_regist input {
	margin: 0 auto;
	display: block;
}
.pro_regist_box {
	border: 1px solid #3774B6;
}
table.pro_regist_comp {
	margin: 40px auto 60px 0;
}
table.pro_regist_comp th {
	padding: 20px;
}
table.pro_regist_comp td {
	width: 70%;
    border-left: 1px solid #3774B6;
    padding: 0 0 0 2em;
	vertical-align: middle;
}
.entry_form_area h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
	text-align: left;
	margin: 40px 0 0 0;
}

.reminder_error {
	width: 890px;
    margin-left: 30px;
}
.reminder_error h3{
	font-size: 1.6em;
    color: #ff0000;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
	text-align: left;
	margin: 40px 0 0 0;
}
.reminder_error p {
line-height: 1.6;
}

@media only screen and (max-width: 767.98px) {
	.reminder_error {
		width: 100%;
		margin: 0;
	}
}

/*バリデーションエラーメッセージ*/
.error-message {
  font-size: 15px;
  color: red;
}
/*------------------------------------------------------------
	お買い物ガイド
------------------------------------------------------------*/
.contents_box {
	width: 930px;
    margin-left: 20px;
    margin-bottom: 130px;
    min-height: 400px;
    line-height: 1.6;
}
.contents_box h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0 5px 0;
	text-align: left;
	margin: 50px 0 10px 0;
}
.contents_box h4{
	font-size: 1.2em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 0 10px 0;
	text-align: left;
	margin: 20px 0 0px 0;
}
@media only screen and (max-width: 767.98px) {
	.contents_box {
		width: 100%;
		margin: 0;
		margin-bottom: 100px;
	}
}
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/

.company_policy {
	width: 600px;
	margin: 80px auto;
}
.company_policy h3 {
	font-size: 1.6em;
	text-align: center;
	margin: 0 0 40px 0;
}
.company_policy p {
	margin: 0 0 20px 0;
}
.history_box {
	background:url(../img/companyBg.png)no-repeat center center;
	background-size: cover;

	color: #fff;
	padding: 80px 0;
}
.history_box h3 {
	text-align: center;
	font-size: 1.6em;
	margin: 0 0 40px 0;
}
.history_box table {
	margin: 0 auto;
}
.history_box table th {
	line-height: 1.6;
	padding: 10px 40px 0 0;
}
.history_box table td {
	line-height: 1.6;
}

@media only screen and (max-width: 767.98px) {
	.company_policy {
	width: 100%;
}
	.history_box table {
	margin: 0 5%;
}
	.history_box table th {
	display: block;
    text-align: left;
}
	.history_box table td {
	margin: 0 0 5% 0;
	display: block;
}

}


/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/

.policy_info {
	border:1px solid #006dc3;
	padding: 20px;
}
ol li {
	    list-style-type: decimal;
    margin-left: 1.4em;
    padding: 3px 0;
}

/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/
.sitemap_box {
	width: 930px;
    margin-left: 20px;
    margin-bottom: 130px;
    min-height: 400px;
    line-height: 1.6;
}
.sitemap_box h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: bold;
    padding: 15px 0 5px 0;
	text-align: left;
	margin: 30px 0 10px 0;
}
.sitemap_box h4{
	font-size: 1.2em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 0 10px 0;
	text-align: left;
	margin: 20px 0 0px 0;
}
@media only screen and (max-width: 767.98px) {
	.sitemap_box {
		width: 100%;
		margin: 0;
		margin-bottom: 100px;
	}
}

ul.sitemap_list {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
ul.sitemap_list li {
	margin: 9px;
	width: 23%;
}
ul.sitemap_list a {
	padding: 22px 0;
	text-align: center;
    display: block;
    border: 2px solid #006dc3;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    border-radius: 3px;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.1em;
    border-bottom: 0.1875em solid #006dc3;
    transition: all 0.3s ease 0s;
}


@media only screen and (max-width: 767.98px) {
	ul.sitemap_list li {
	width: 100%;
}
}
@media only screen and (min-width: 767.98px) {
	ul.sitemap_list a:hover {
	background: #006dc3;
	color:#fff;
	border-bottom-color: transparent;
  transform: translateY(0.1875em);
}
}
/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/
.faq_box h3 {
	background: url(../img/icon_q.png)no-repeat;
	background-position: 0px 10px;
    padding: 15px 0 5px 43px;
}
.faq_box .answer {
	background: url(../img/icon_a.png)no-repeat;
	background-position: 0px 10px;
    padding: 15px 0 5px 43px;
}
.faq_box h5 {
	color: #006dc3;
	padding: 10px 0 0 0;
}

/*------------------------------------------------------------
	マイページ TOP、お気に入りリスト
------------------------------------------------------------*/

.member_container {
	margin: 0 0 30px 13px;
	display: flex;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    justify-content: center;
}
.member_contents {
	width: 48%;
    text-align: center;
	margin: 0 5px;
}
.member_contents p {
    text-align: left;
	line-height: 1.4;
	margin-bottom: 30px;
}
.member_contentsIn {
    margin: 0 15px 20px 0;
    transition: all 0.2s linear;
    position: relative;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.2);
	border: 3px solid #006dc3;
    border-radius: 10px;
		list-style: none;
}
.member_contentsIn:hover {
-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.member_contents a {
	font-size: 1.6em;
	color: #006dc3;
	padding: 60px 0;
    display: block;
}

.member_container .delete_box{
    background: #006dc3;
    border-radius: 40px;
    padding: 6px 8px;
    position: absolute;
    text-align: center;
}

.member_container button.delete_box{
	position: absolute;
    right: 50px;
	z-index: 3;
}




.member_nav {
	width: 298px;
	float: left;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.3);
    margin: 80px 50px 0 0;
	background: #fff;
	border-left: 2px solid #006dc3;
}
.member_nav h3 {
	color: #006dc3;
	padding: 20px 10px 10px;
	font-size: 1.8em;

}
.member_nav ul {
	padding: 0 0 20px 0;
}
.member_nav ul li {
	color: #006dc3;
	padding: 10px;
	font-size: 1.1em;
}
.member_nav ul li a:hover {
	text-decoration: underline;
}
.member_nav_category {
	border-top:8px solid #006dc3;
}
.member_container .report_number {
    background: #006dc3;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin-top: -39px;
    padding: 6px 14px;
    color: #fff;
    font-size: 1.1em;
}


.delete h3{
	font-size: 1.6em;
    color: #006dc3;
    line-height: 1.3;
    font-weight: normal;
    padding: 15px 0;
	text-align: center;
}

.delete p.text {
	padding: 0 0 15px 0;
    /*text-align: center;*/
    font-size: 1.2em;
}
.delete table {
	width: 100%;
	margin: 20px 0 20px 20px;
    box-sizing: border-box;
    border-collapse: collapse;
}

.delete table th {
	font-weight: normal;
    width: 120px;
    /*border-bottom: 1px solid #ccc;*/
    text-align: left;
    vertical-align: middle;
    padding: 5px 5px;
}
.delete table td {
	/*border-bottom: 1px solid #ccc;*/
    text-align: left;
    vertical-align: middle;
    padding: 5px 0;
}
.delete input[type="text"],
.delete input[type="number"],
.delete input[type="email"],
.delete input[type="password"],
.delete input[type="tel"],
.delete input[type="search"] {
    height: 46px;
    font-size: 100%;
    border: 1px solid #ccc;
    padding: 2px 5px;
    border-radius: 6px;
}
.delete_text {
	font-size: 1.1em;
    padding: 20px;
	line-height: 1.3;
}
@media only screen and (min-width: 767.98px) {
.delete input[type="password"], {
		width: 90%;
	}
}
@media only screen and (max-width: 767.98px) {
	.member_contents {
	width: 90%;
}
	.member_nav {
		width: 100%;
		margin: 0;
		border-top: 8px solid #006dc3;
		border-left: none;
		overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
	}
	.member_nav h3 {
	color: #006dc3;
	padding: 20px 10px 10px;
	font-size: 1.8em;
}
	.member_nav h3 span.sp_only {
	display: inline-block;
    padding: 0 0 0 10px;
}


	.member_nav ul {
	width: 980px;
  height: 40px;
  margin: 0 auto 2px auto;
  list-style: none;
  display: flex;
}
.member_nav ul li {
	color: #006dc3;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: center;
  border-left: 2px solid #006dc3;
	padding: 10px 0 0;
}
	.member_nav ul li:first-child {
		border-left:none;
	}
.member_nav ul li a {
	padding: 13px 20px;
}
.member_nav ul li a:hover {
	text-decoration: underline;
}
	.member_nav_category {
	border:none;
}
	.delete table {
		margin: 20px 0;
	}
}

/*-- ご利用のメリット --*/

.top_merit{
	padding:80px 0 0 0;
}
.merit_flex{
	display: flex;
	background-color:#fff;
	padding:25px;
	color:#333;
	border:solid 2px #006dc3;
	border-radius:13px;
}
.m_icon{
	width:2.8em;
	margin:auto;
	display: block;
}
.merit_flex li:nth-child(even){
 width:2px;
 margin:0 25px;
 background-color:#a9a5a5;
}
.merit_flex li:nth-child(odd){
	width:30%;
}
.mrt_mds{
	font-size:16px;
}
.align-left{
	text-align:left;
}
.mrt_icon{
	margin:25px 0;
}
.kanin_title{
	text-align: center;
	margin: 60px 0 40px;
}
.kanin_title span{
	width:30px;
	margin:10px auto 0 auto;
	height:2px;
	display: block;
	background-color:#006dc3;
}

.index_contact{
	margin:60px auto;
}

.contact_list{
	display: flex;
	color:#006dc1;
	justify-content: center;
}
.contact_list li:nth-last-of-type(1){
	margin-top:0px;
	width:31.2em;
	position:relative;
}
.contact_list li:nth-last-of-type(1)::before{
	position: absolute;
	content: "";
	display: block;
	border: solid 2px #006dc1;
	width:100%;
	height:161px;
	bottom:2px;
}
.tel_icon{
	margin:initial;
	vertical-align:bottom;
}
.mail_icon{
	position:relative;
	z-index:2;
	margin: 0 auto;
}
.contact_mds{
	font-size:18px;
}
@media only screen and (max-width: 767.98px) {
	.merit_flex{
		display: block;
		width: 78%;
		margin: auto;
		padding:8% 5%;
	}

	.merit_flex li:nth-child(odd){
		width:100%;
	}

	.merit_flex li:nth-of-type(3),.merit_flex li:nth-of-type(5){
		margin-top:30px;
	}

	.mrt_txt{
		font-size:12px;
	}
	.contact_list{
		display: block;
	}
	.contact_list li:nth-last-of-type(1){
		margin-top:0;
		width:100%;
	}
	.contact_list li:nth-last-of-type(1)::before{
		display:none;
	}
	.tel_icon{
		width:100%;
	}

}