@charset "utf-8";
/* CSS Document */

body{margin: 0;padding: 0;line-height: 1.6;font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;}

#charge_wrap {
	background: #fff;
	line-height: 1.6;
	color:#000;
	max-width: 900px;
	margin: 0 auto 3em;
}
#charge_wrap img {
	max-width: 100%;
}
#charge_wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
@media screen and (min-width: 668px){
.only-sm{display: none;}
	}
@media screen and (max-width: 667px){
.only-lg{display: none;}
	#charge_wrap img {
	width: 90%;
}
	#charge_wrap {
	text-align: center;
}
	}
#c_header {
	background: #c70079;
}
/*タブ切り替え全体のスタイル*/
.tabs {
	padding-bottom: 40px;
	width: 80%;
	margin: 50px auto 0!important;
	max-width: 800px;
}

@media screen and (max-width: 667px){
	.tabs {
	width: 95%;

}
}
/*タブのスタイル*/
.tab_item {
	border-bottom: 5px solid #c70079;
	background-color: #d9d9d9;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	width: 50%;
}


@media screen and (max-width: 667px){
	.tab_item {
		height: 2.5em;
	}
}

.tab_item:hover {
	opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}
input[name="tab_item2"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	border-left: 5px solid #c70079;
	border-right: 5px solid #c70079;
	border-bottom: 5px solid #c70079;
	background: #fff;
}
.tab_content p {
	width: 90%;
	margin: auto;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #programming:checked ~ #programming_content, #procedure_sta:checked ~ #procedure_sta_content, #procedure_app:checked ~ #procedure_app_content {
	display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	background-color: #c70079;
	color: #fff;
}
.c_info {
	max-width: 800px;
	margin: auto;
	padding: 0 10px;
	border: 2px solid #1d2088;
    border-radius: 10px;
}

.attention_inner{
	width: 100%;
}

@media screen and (max-width: 667px){
	.c_info {
	margin: auto 15px;
}
}
.attention {
	background: #1d2088;
	color: #fff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 10px;
	    margin: 10px 0;
}
.attention_ul {
	list-style: disc!important;
	margin-right: 1em!important;
	margin-inline-start: 0px!important;
	margin-inline-end: 0px!important;
	padding-left: 1.5em!important;
	text-align: left;
	overflow: hidden;
	margin-bottom: 1em!important;
}
