@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
#t_wrapper {
	width:830px;
	margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.5;
}
#t_wrapper p {
	margin: 0;
}
#t_wrapper ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#t_wrapper a{
	color: #444;
}
#t_wrapper a:hover{
	text-decoration: none;
}
#t_wrapper .b {
	font-weight: bold;
}
/* コンテンツ部分ラッパー */
.c_wrapper {
    padding: 0 15px;
}
.lp_green {
    font-size: 20px;
    font-weight: bold;
    background-color: #CEEAE6;
    margin: 0 0 20px;
    padding: 8px 10px 5px;
    text-align:center;
}
.lp_green_title {
	font-size: 20px;
	margin:20px 0 25px;
	border-left:6px solid #9ED6CE;
	padding: 8px 10px;
	line-height: 1.3;
	background-color: #eef8f7;
}
.lp_link:hover {
	opacity: 0.8;
}
.lp_font15 {
	font-size: 15px;
}
.lp_font14 {
	font-size: 14px;
}
#t_wrapper .combtn {
	text-decoration: none;
    color: #fff;
    padding: 7px 20px;
    border-radius: 5px;
    font-weight: bold;
    background-color: #4FB5A7;
    font-size: 16px;
    text-align: center;
    width: 180px;
}
#t_wrapper .combtn:hover {
	opacity: 0.8;
}
#t_wrapper .material-icons{
	vertical-align: middle;
	font-size: 22px;
}
#t_wrapper .icon_right {
    margin-left: 5px;
}
#t_wrapper .icon_left {
    margin-right: 8px;
}
#t_wrapper .btn_area {
	text-align: center;
	padding: 20px 0;
}
#t_wrapper .btn_area .combtn:last-child  {
	margin-right: 0px;
}
/*価格テーブル*/
.price-table-wrap { 
	max-width: 650px;
	margin: 20px auto 0;
}
.price-table {
 	width: 100%;
 	border-collapse: collapse; 
 	table-layout: fixed;
 	font-weight: bold;
 	line-height: 1.2;
}
.price-table caption {
	font-weight: bold;
	margin-bottom: 6px;
}
.price-table th,
.price-table td {
    border: 1px solid #ccc; 
    padding: 8px; 
    text-align: center; 
}
.price-table thead th { 
	background: #ddd; 
}
.price-table .label { 
	white-space: nowrap; 
}
.wear_price { 
	color: #e93737;
}
/* ◇位置下がりテキスト*/
#t_wrapper .text_indent {
	position: relative;
    padding-left: 18px;
}
#t_wrapper .text_indent::before {
	content: "◇";
	position: absolute;
	left: 0;
}
/* ・位置下がりテキスト*/
#t_wrapper .disc_indent {
	position: relative;
    padding-left: 18px;
}
#t_wrapper .disc_indent::before {
	content: "・";
	position: absolute;
	left: 0;
}
/* ※位置下がりテキスト */
.kome_indent {
	position: relative;
    padding-left: 18px;
}
.kome_indent::before {
	content: "※";
	position: absolute;
	left: 0;
}

/* リンク用右矢印 */
.transition_link {    
    position: relative;
}
.transition_link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #3079ED;
    border-right: 1px solid #3079ED;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
/*商品価格表*/
.price-table2 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-weight: bold;
	text-align: center;
	line-height: 1.2;
	font-size: 15px;
  }

.price-table2 th,
.price-table2 td {
    border: 1px solid #ccc;
    padding: 6px 8px;
}
.price-table2 thead th {
    background: #f0f0f0;
}
.price-table2 .group-head {
    background: #e6e6e6;
}
.price-table2 .price { 
	color: #e93737;
	font-weight: bold;
}
.price-table2 .code {
	width: 95px;
	text-align: left;
}
.price-table2 .name {
	width: 350px;
	text-align: left;
}
.price-text {
	display:inline-block;
	font-size:16px;
	line-height:0.9;
	border-bottom: 1px solid #444;
    padding: 0 3px 0 0;
}
/* ２列コンテナ */
.lp_flex_container {
	display: flex;
    justify-content: space-between;
}
.lp_textunderline {
	display:inline-block;
	font-size:16px;
	line-height:0.9;
	margin: 20px 0 7px 0;
	border-bottom: 1px solid #444;
    padding-right: 3px;
}
.lp_title_border {
	font-size: 18px;
    font-weight: bold;
    padding-top: 10px;
    border-bottom: 4px solid #9ED6CE;
    margin: 20px 0px 15px;
}
.step_flex {
	display:flex;
	margin:40px 0 20px;
}
.step_box {
	font-size:16px;
	padding: 2px 0px 0px 0px;
	width:100px;
	background-color:#FFFFCC;
	font-weight:bold;
	text-align:center;
	margin-right:20px;
}
.flex_col2 {
	flex: 1;
}
.table_bold {
	font-weight: bold;
}
.lp_textbox {
	width: 100%;
	font-size: 14px;
	background-color: #f5f5f5;
	padding: 15px 20px;
}
.g_shadow {	
	padding: 15px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
}
.chousei_height {
	line-height:1.8;
}
.copy_slash {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px;
    color: #FF0066;
}
.copy_slash::before,
.copy_slash::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #FF0066;
    vertical-align: middle;
    margin: 0 10px;
}
.copy_slash::before {
    transform: rotate(-30deg);
    margin-right: 15px;
}
.copy_slash::after {
    transform: rotate(30deg);
    margin-left: 15px;
}
#t_wrapper .combtn.btn_light {
	width: 30%;
	margin: 0 5px;
	background-color: #eef8f7;
	color: #444;
	padding: 7px 0;
}
.pre_space {
	margin-left: 20px;
}
