@charset "shift_jis";

.window #contents .cmn_type01 th{
	background: #00AEC7;
    border: 4px solid #FFF;
	color:#FFF;
}

.window #contents .cmn_type01 td{
	background:#F4F4F4;
	border: 4px solid #FFF;
}

.window #contents .catch{
	text-align:center;
	font-size:26px;
	font-weight:bold;
}

.window #contents .catch span{
	font-size:34px;
	font-weight:bold;
	color:#D11773;
}


.window #contents .block02 .method01 {
	background: url(../img/img-window/switch_01.gif) no-repeat 0 0;
    font-weight: bold;
     height: 138px;
    margin: 0 auto;
    width: 570px;
}

.window #contents .block02 .method01.active {
	background: url(../img/img-window/switch_01.gif) no-repeat -570px 0;
	width: 570px;
}

.window #contents .block02 .method02 {
	background: url(../img/img-window/switch_02.gif) no-repeat 0 0;
    font-weight: bold;
    height: 138px;
    margin: 0 auto;
    width: 570px;
}

.window #contents .block02 .method02.active {
	background: url(../img/img-window/switch_02.gif) no-repeat -570px 0;
	width: 570px;
}

.window #contents .block02 .method03 {
	background: url(../img/img-window/switch_03.gif) no-repeat 0 0;
    font-weight: bold;
     height: 138px;
    margin: 0 auto;
    width: 570px;
}

.window #contents .block02 .method03.active {
	background: url(../img/img-window/switch_03.gif) no-repeat -570px 0;
	width: 570px;
}

.window #contents .block02 .method04 {
	background: url(../img/img-window/switch_04.gif) no-repeat 0 0;
    font-weight: bold;
     height: 138px;
    margin: 0 auto;
    width: 570px;
}

.window #contents .block02 .method04.active {
	background: url(../img/img-window/switch_04.gif) no-repeat -570px 0;
	width: 570px;
}




.window #contents .content .cmn_flow{
	background:#FFF;
	 font-size: 22px;
}

.window #contents .content .cmn_flow li.long{
	text-align:left;	
}

.window #contents p.cmn_txt{
	padding:2% 4% 0;
}

.window #contents .content .cmn_flow li span {
    display: block;
    font-size: 22px;
    padding: 2% 0;
    text-align: left;
    width: 80%;
    /* margin: 0 auto; */
    padding: 0 0 0 10px;
	margin:0;
}

.window #contents .content .cmn_flow li.right span{
	padding: 0 0 0 30px;
}

.window #contents .content .cmn_flow{
	    padding: 30px 20px 0;
}

.window #contents .content {
    display: none;
}

.window #contents .content01 {
    display: block;
}

.window #contents .bg_01{
	background:#F0ECE0;
	padding:30px 30px;
font-size: 20px;
}

.window #contents .bg_01 .icon {
    background: url(../img/img-window/img_point.gif) no-repeat 0 0;
    padding: 0 20px 0 80px;
}

.window #contents .bg_01  .img{
	text-align:center;
}
.window #contents .sup{
	vertical-align:super;
	font-size:14px;
}
.window #contents .block03 ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size:20px;
}

.window #contents .block03 ul li{
	float:left;
	
}

.window #contents .block03 table{
	width:560px;
}

.window #contents .block03 ul li:nth-child(2){
	width: 517px;
	padding:0px 20px;
}

.window #contents .block03 dt{
	font-weight:bold;
}

.window #contents .block03 dd{
	padding:0 0 0 20px;
}

.window #contents .block03 tr th{
	color:#FFF;
	width:45px;
	text-align:center;
	font-weight:bold;
	background:#23C2D5;
	/*writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;*/
}

.window #contents .block03 tr td{
	background:#E9F7F8;
	width: 515px;
	padding:0px 20px;
}


.window #contents .block03 ul li:first-child{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color:#FFF;
	width:43px;
	text-align:center;
	font-weight:bold;
	/*display: flex;
  	align-items: center;
	justify-content: center;*/
	/*height: 560px;*/
}

.window #contents .block03 .green li:first-child{
	background:#23C2D5;
	
}
.window #contents .block03 .green li:nth-child(2){
	background:#E9F7F8;
}

.window #contents .block03 .orange th{
	background:#FCBC4E;
	/*height: 455px;*/
	
}
.window #contents .block03 .orange td{
	background:#FCF9EA;
}

.window #contents .block03 .red th{
	background:#F45250;
	
}
.window #contents .block03 .red td{
	background:#FDEFEF;
}

.window.kasou_common #contents .cmn_type01 td.price{
	font-weight:normal;
}