@charset "euc-jp";
/* CSS Document */
/*---------------------------------- 
	(c)SBD Style 
	Template:DoMo lettuce
	ver:0.1
	type:Giga_plan_kiji
	ÆÃÄê¾¦¼è°ú
----------------------------------*/
#container div.content dl > dt.category_title{
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #aaa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-left:10px;
	letter-spacing:0.2em;
	margin-bottom:20px;
	font-size:16px;
}
#container div.content dl > dd.title{
	margin-bottom:20px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aaa;
	 padding-bottom: 10px;
}
#container div.content dl > dd.note{
	margin-bottom:50px;
}
.c_one{
}

.c_two{
  display:flex;
  flex-wrap: wrap;
  width:100%;
  border-bottom: solid 1px #eee;
}
.c_two dt, .c_two dd {
    border-top: solid 1px #eee;
}
.c_two dt{
  width:210px;
  padding: 20px ;
  background:#f6f6f6;
  font-weight:bold;
  box-sizing: border-box;
  font-size: 14px;
}

.c_two dd{
    width: 675px;
    box-sizing: border-box;
    padding: 20px;
}
.c_one dd,
.c_one dt{
  padding: 20px;
  min-height:1.5em;
  border-bottom:solid 1px #aaa;
  display:block;
}
.c_one dt{
background:#efefef;
font-weight:bold;
}
.c_one dd dt{
  background: transparent;
}
.c_one dd dd{
  margin-bottom:0 !important;
}
.c_one > dd {
    padding-bottom: 30px;
}
.line_3 {
	min-height: 4.5em;
}
.line_2 {
	min-height: 3em;
}
#container .list-payment {
    display: flex;
    background: #eee;
    padding: 20px;
    list-style: none;
    border-radius: 10px;
}
#container .list-payment > li {
    width: 32%;
    margin-left: 2%;
    background: #fff;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}
#container .list-payment > li:first-child {
    margin-left: 0;
}
#container .list-payment > li > ul {
    margin-top: 20px;
    font-weight: normal;
    list-style: none;
    margin-bottom: 0;
}
#container .list-payment > li > ul > li {
    background: #eee;
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
    border-radius: 10px;
}