@charset "utf-8";

/* **********************************************************
	sch__common
********************************************************** */
.mdl__h2 select {
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -1.2em;
}
.sch__mark li {
	background: url(/common/images/blt_circle_01.gif) left 0.585em no-repeat;
	padding-left: 10px;
}
.sch__name {
	background-color: #f5f5f9;
	border: 1px solid #e1e1ed;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
	padding: 5px 10px;
}
h4.sch__name {
	margin-bottom: 20px;
}
.sch__name span {
	border-left: 0px;
	display: block;
	padding-left: 0;
}
.sch__language {
	display: none;
}
.sch__pagemove {
	margin-top: 20px;
}
.sch__pagemove ul {
	border-left: 1px solid #e3e3e3;
	float: right;
}
.sch__pagemove li {
	border-right: 1px solid #e3e3e3;
	float: left;
	padding: 0 10px;
}
.mdl__textbox h3 {
	position: relative;
}
.mdl__textbox h3 a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -0.8em;
}
.mdl__textbox h3 sub {
	font-size: 14px;
	font-size: 1.4rem;
}
.mdl__textbox .textbox_column_2 {
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 30px;
}
.mdl__textbox .textbox_column_2 .column_left {
	width: 18.91%;
}
.mdl__textbox .textbox_column_2 .column_right {
	width: 77.70%;
}
.mdl__textbox .textbox_column_2 .column_right h5 {
	margin-bottom: 0px;
}
.mdl__textbox .textbox_column_2 .column_right sub {
	font-size: 10px;
	font-size: 1.0rem;
}
.mdl__textbox .textbox_column_2 .column_right ul {
	margin-top: 5px;
}

.toggle_title {
  cursor: pointer;
}
.toggle_title:hover {
  filter: alpha(opacity=60);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=60)";  /* ie 8 */
  -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.6;              /* Safari 1.x */
  opacity:0.6;
  zoom:1;
}
.toggle_title span {
  background: url(/common/images/icn_toggle_open_01_sp.png) no-repeat right center;
  background-size: 15px 15px;
}
.toggle_title.toggle_open span {
  background: url(/common/images/icn_toggle_close_01_sp.png) no-repeat right center;
  background-size: 15px 15px;
}

.greyscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}

.mt0 {
    margin-top:0px !important;
}


ul.listbox {
  border: solid thin gray;
  background-color: white;
  height: 10em;
  overflow: auto;
}
li.listbox {
  display: list-item;
}
ul.btnList {
  justify-content: center;
}
ul.btnList li {
  padding: 5px;
}

/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.mdl__h2 select {
	display: none;
}
.sch__name {
	background-color: #f5f5f9;
	border: 1px solid #e1e1ed;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
	padding: 5px 10px;
}
h4.sch__name {
	margin-bottom: 15px;
}
.sch__name span {
	border-left: 0px;
	display: block;
	padding-left: 0;
}
.sch__language {
	display: block;
	position: relative;
	margin-bottom: 25px;
}
.sch__language select {
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 40px 10px 10px;
	width: 100%;
}
.sch__language:after {
	background: url(/common/images/icn_toggle_open_02_sp.png) no-repeat;
	background-size: 15px 10px;
	display: block;
	content: " ";
	overflow: hidden;
	position: absolute;
	right: 19px;
	top: 50%;
	margin-top: -5px;
	width: 15px;
	height: 10px;
	pointer-events: none;
}
.sch__pagemove {
	margin-top: 15px;
}
.sch__pagemove ul {
	border-left: 0px;
	float: none;
}
.sch__pagemove li {
	border-bottom: 1px solid #e3e3e3;
	border-right: 0px;
	float: none;
	padding: 15px 0;
}
.sch__pagemove li:last-of-type {
	border-bottom: 0px;
}
.mdl__textbox h3 {
	position: relative;
}
.mdl__textbox h3 a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	text-align: right;
	position: relative;
	top: auto;
	right: auto;
	margin-top: 0;
	padding-top: 0.5em;
}
.mdl__textbox h3 sub {
	font-size: 14px;
	font-size: 1.4rem;
}
.mdl__textbox .textbox_column_2 {
	border-bottom: 1px dotted #b2b2b2;
	padding-bottom: 20px;
}
.mdl__textbox .textbox_column_2 .column_left {
	float: left;
	width: 25%;
}
.mdl__textbox .textbox_column_2 .column_right {
	float: right;
	width: 67.85%;
}
.mdl__textbox .textbox_column_2 .column_right h5 {
	margin-bottom: 0px;
}
.mdl__textbox .textbox_column_2 .column_right sub {
	font-size: 10px;
	font-size: 1.0rem;
}
.mdl__textbox .textbox_column_2 .column_right ul {
	margin-top: 5px;
}
}


/* **********************************************************
	sch__c010
********************************************************** */
.sch__c010 {
}
.sch__c010 .sch__c010__category {
	background-color: #333380;
	margin-top: 35px;
	padding: 10px 10px 0 10px;
}
.sch__c010 .sch__c010__category ul {
	display: table;
	width: 100%;
}
.sch__c010 .sch__c010__category li {
	border-left: 1px solid #5c5c99;
	display: table-cell;
	vertical-align: middle;
	width: 12.5%;
}
.sch__c010 .sch__c010__category li br {
	display: inline;
}
.sch__c010 .sch__c010__category li.firstItem {
	border-left: 0px;
}
.sch__c010 .sch__c010__category li:hover,
.sch__c010 .sch__c010__category li.current {
	background-color: #ffffff;
}
.sch__c010 .sch__c010__category li a {
	color: #ffffff;
	display: block;
	text-align: center;
	padding: 23px 5px;
}
.sch__c010 .sch__c010__category li:hover a,
.sch__c010 .sch__c010__category li.current a {
	color: #333380;
	text-decoration: none;
}
.sch__c010 .sch__c010__list {
	overflow: hidden;
	margin-top: 40px;
}
.sch__c010 .sch__c010__list ul {
	margin-right: -25px;
}
.sch__c010 .sch__c010__list li {
	float: left;
	width: 33.33%;
}
.sch__c010 .sch__c010__list li a {
	background: url(/common/images/blt_arrow_04.png) left 1.014em no-repeat;
	border-bottom: 1px solid #efefef;
	display: block;
	margin-right: 25px;
	padding: 0.5em 0 0.5em 10px;
	word-wrap:break-word;
}
.sch__c010 .sch__c010__bunruiNm1 {
	color: #333380;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}
.sch__c010 .sch__c010__bunruiNm1__noDate__Line {
	border-bottom : 3px solid #333380;
	padding: 0px;
}

/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.sch__c010 {
}
.sch__c010 .sch__c010__category {
	background-color: #333380;
	margin-top: 20px;
	padding: 10px;
}
.sch__c010 .sch__c010__category ul {
	display: block;
	width: auto;
}
.sch__c010 .sch__c010__category li {
	border-top: 1px solid #5c5c99;
	border-left: 0px;
	display: block;
	vertical-align: middle;
	width: auto;
}
.sch__c010 .sch__c010__category li br {
	display: none;
}
.sch__c010 .sch__c010__category li.firstItem {
	border-top: 0px;
	border-left: 0px;
}
.sch__c010 .sch__c010__category li:hover {
	background-color: #333380;
}
.sch__c010 .sch__c010__category li.current {
	background-color: #ffffff;
}
.sch__c010 .sch__c010__category li a {
	color: #ffffff;
	display: block;
	text-align: left;
	position: relative;
	padding: 15px;
}
.sch__c010 .sch__c010__category li a:after {
	background: url(/common/images/blt_arrow_sp_01.png) no-repeat;
	background-size: 10px 15px;
	display: block;
	content: " ";
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	width: 10px;
	height: 15px;
	pointer-events: none;
}
.sch__c010 .sch__c010__category li:hover a {
	color: #ffffff;
}
.sch__c010 .sch__c010__category li.current a {
	color: #333380;
	text-decoration: none;
}
.sch__c010 .sch__c010__list {
	overflow: hidden;
	margin-top: 25px;
}
.sch__c010 .sch__c010__list ul {
	margin: 0;
}
.sch__c010 .sch__c010__list li {
	float: none;
	width: auto;
}
.sch__c010 .sch__c010__list li a {
	background: url(/common/images/blt_arrow_04_sp.png) left 1.314em no-repeat;
	background-size: 7px 6px;
	border-bottom: 1px solid #efefef;
	display: block;
	margin-right: 0;
	padding: 0.8em 0 0.8em 10px;
}
}


/* **********************************************************
	sch__c011
********************************************************** */
.sch__c011 {
}
.sch__c011 .sch__c011__form {
	margin-top: 35px;
}
.sch__c011 .sch__c011__form > p {
	font-weight: bold;
}
.sch__c011 .sch__c011__form > p.note {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 10px;
}
.sch__c011 .sch__c011__form form {
	background-color: #ebebeb;
	margin-top: 10px;
	padding: 32px 30px 27px 30px;
}
.sch__c011 .sch__c011__form form ul {
	display: table;
	width: 100%;
}
.sch__c011 .sch__c011__form form li {
	vertical-align: middle;
	padding-bottom: 6px;
}
.sch__c011 .sch__c011__form form li.btn {
	padding-right: 0;
	width: 288px;
}
.sch__c011 .sch__c011__form form li.btn.output {
	padding-right: 0;
	width: 125px;
}
.sch__c011 .sch__c011__form form input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 35px;;
	width: 100%;
	height: 30px;
	margin: 0;
	
}
/*.sch__c011 .sch__c011__form form input::placeholder {
  color: #333;
  opacity: 1;
}*/
.sch_blk .sch_item.no_app label {
    padding: 3px 10px;
    border: 1px solid #d1d1d1;
    background-color: #fff;
}
.sch__c011 .sch__c011__form form input[type="submit"] {
	background-color: #f20028;
	color: #ffffff;
	margin: 0;
	padding: 0;
	border: none;
	width: 140px;
	height: 35px;
	cursor: pointer;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
}
.sch__c011 .sch__c011__form.form__ja form input[type="submit"] {
	background-color: #f20028;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

.sch__c011 .sch__c011__form .btnCSV a {
	background-color: #11a699;
	color: #ffffff;
	display: block;
	font-size: 15px;
	text-align: center;
	padding: 5.75px 5px;
	width: 100%;
}
.sch__c011 .sch__c011__form .btnCSV a:hover {
	background-color: #11a699;
}
.sch__c011 .sch__c011__form .btnCSV a span {
	display: inline-block;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
.sch_blk{
	display: table;
	width: 100%;
}
.sch_text{
	font-weight: bold;
	display: table-cell;
	width: 27%;
	vertical-align: top;
	padding-top: 6px;
	padding-left: 6px;

}
.sch_blk .sch_item{
	display: table-cell;
	padding-right: 4px;
}
.sch_blk .sch_item select{
	width: 100%;
	padding: 3px 10px;
	border: 1px solid #d1d1d1;
    -webkit-appearance: none;
    background-image: url(/sch/images/down_arr.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 11px auto;
}

.sch_blk .sch_item label{
	display: block;
}
.sch__c011 .sch__c011__form form li+li{
	padding: 5px 0;
	border-top: 1px solid #d1d1d1;
}
.sch_blk .checkmark{
	border: 1px solid #d1d1d1;
	background-color: #fff;
	padding: 10px 13px 10px 13px;
	overflow: auto;
	height: 146px;
}
.sch_blk .sch_item input{
	border: 1px solid #d1d1d1;
	margin: 4px 8px 4px 3px;
}
.sch__c011 .sch__c011__form form ul.btn_blk{
	width: auto;
	margin: 12px auto 0;
}
.sch__c011 .sch__c011__form form li.btn{
	display: table-cell;
}
.sch__c011 .sch__c011__form form ul.btn_blk li+li{
	padding-left: 10px;
}
.sch__c011 .sch__c011__form form .btn_blk li+li{
	padding: 0;
	border-top: none;
}
/* EOSL対応 add */
.sch__c011 .sch__c011__form form .btnList li+li{
        padding: 5px 0px 6px 0px;
        border-top: none;
}

.sch__c011 .sch__c011__form form button {
    border: none;
    width: 288px;
    height: 35px;
    background-color: #f10028;
    font-size: 121.4288%;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.sch__c011 .sch__c011__form form li.output.btn button{
	width: 125px;
	font-size: 100%;
	background-color: #11a699;
}
.sch__c011 .sch__c011__form form .btn_blk li{
	padding-bottom: 0;
}
.note{
	position: relative;
	padding-left: 1em;
	margin-top: 10px;
}
.note span{
	position: absolute;
	left: 0;
}
/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.mdl__contents {
    padding-bottom: 65px;
}
.sch__c011 {
}
.sch__c011 .sch__c011__form {
	margin-top: 20px;
}
.sch__c011 .sch__c011__form > p {
	font-weight: bold;
}
.sch__c011 .sch__c011__form > p.note {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 10px;
}
.sch__c011 .sch__c011__form form {
	background-color: #ebebeb;
	margin-top: 10px;
	padding: 20px 20px 30px;
}
.sch__c011 .sch__c011__form form ul {
	display: block;
	width: 100%;
}
.sch__c011 .sch__c011__form form li {
	display: block;
	vertical-align: middle;
	padding-bottom: 0;
}
.sch__c011 .sch__c011__form form li.btn {
	padding-right: 0;
	width: auto;
	display: block;
}
.sch__c011 .sch__c011__form form li.btn.output{
	width: auto;
	padding-top: 10px;
}
.sch__c011 .sch__c011__form form ul.btn_blk li+li{
	padding-left: 0;
}
.sch__c011 .sch__c011__form form input[type="text"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 35px;;
	width: 100%;
	height: 45px;
}
.sch__c011 .sch__c011__form form input[type="submit"] {
	background: url(/clpa-sch/_img/btn_en_search_sp.gif) no-repeat;
	background-size: 35px 35px;
	margin: 0;
	padding: 0;
	border: none;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	cursor: pointer;
}
.sch__c011 .sch__c011__form.form__ja form input[type="submit"] {
	background: url(/clpa-sch/_img/btn_en_search_sp.gif) no-repeat;
	background-size: 35px 35px;
}
.sch_blk{
	display: block;
}
.sch_text{
	display: block;
	width: auto;
}
.sch_blk .sch_item select{
	padding: 8px 10px;
	background-size: 15.5px auto;
}
.sch_blk .sch_item.no_app label{
	padding: 8px 10px;
}
.sch__c011 .sch__c011__form form li+li{
	border-top: none;
	padding: 13px 0 0;
}
.sch_blk .checkmark{
	padding: 20px 10px 18px;
}
.sch_blk .sch_item{
	display: block;
	width: auto;
	padding-right: 0;
}
.sch__c011 .sch__c011__form form li.btn button,
.sch__c011 .sch__c011__form form li.output.btn button{
	width: 100%;
}
.sch__c011 .sch__c011__form form li.btn button{
	height: 45px;
}
.sch__c011 .sch__c011__form form li.output.btn button{
	height: 35px;
}
.sch_blk .sch_item label {
	font-size: 107.143%;
}
.sch_blk .sch_item label+label{
	margin-top: 4px;
}
.note{
	margin-top: 15px;
}
}


/* **********************************************************
	sch__c012
********************************************************** */
.sch__c012 {
}
.sch__c012 .sch__pagemove {
	padding-bottom: 20px;
}
.sch__c012 .mdl__anchor {
	display: block;
}
.sch__c012 .sch__c012__anchor {
	display: none;
}
.sch__c012 .sch__c012__list {
	overflow: hidden;
	margin-top: 40px;
}
.sch__c012 .sch__c012__list p {
	text-align: center;
}
.sch__c012 .sch__c012__list ul {
	margin-right: -25px;
}
.sch__c012 .sch__c012__list li {
	float: left;
	width: 50%;
}
.sch__c012 .sch__c012__list li a {
	background: url(/common/images/blt_arrow_04.png) left 1.014em no-repeat;
	border-bottom: 1px solid #efefef;
	display: block;
	margin-right: 25px;
	padding: 0.5em 0 0.5em 10px;
}

/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.sch__c012 {
}
.sch__c012 .sch__pagemove {
	padding-bottom: 0;
}
.sch__c012 .mdl__anchor {
	display: none;
}
.sch__c012 .sch__c012__anchor {
	display: block;
	overflow: hidden;
}
.sch__c012 .sch__c012__anchor ul {
	margin-right: -15px;
}
.sch__c012 .sch__c012__anchor li {
	float: left;
	padding-top: 13px;
	width: 20%;
}
.sch__c012 .sch__c012__anchor li a {
	border: 1px solid #d1d1d1;
	display: block;
	text-align: center;
	margin-right: 15px;
	padding: 10px 0;
}
.sch__c012 .sch__c012__list {
	overflow: hidden;
	margin-top: 25px;
}
.sch__c012 .sch__c012__list p {
	text-align: left;
}
.sch__c012 .sch__c012__list ul {
	margin: 0;
}
.sch__c012 .sch__c012__list li {
	float: none;
	width: auto;
}
.sch__c012 .sch__c012__list li a {
	background: url(/common/images/blt_arrow_04_sp.png) left 1.314em no-repeat;
	background-size: 7px 6px;
	border-bottom: 1px solid #efefef;
	display: block;
	margin-right: 0;
	padding: 0.8em 0 0.8em 10px;
}
}


/* **********************************************************
	sch__c020
********************************************************** */
.sch__c020 {
}
.sch__c020 .sch__c020__title {
	margin-top: 40px;
}
.sch__c020 .sch__c020__title .name {
	font-weight: bold;
	margin-top: 20px;
}
.sch__c020 .mdl__textbox > p {
	color: #2b2b6e;
	font-weight: bold;
}
.sch__c020 .mdl__textbox .textbox_column_2 {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin: 20px 0 0 0;
}
.sch__c020 .mdl__textbox .textbox_column_2 .column_left {
	width: 72.29%;
}
.sch__c020 .mdl__textbox .textbox_column_2 .column_right {
	width: 24.32%;
}
.sch__c020 .mdl__table {
	margin-bottom: 0;
}
.sch__c020 .mdl__table table tbody th {
	background-color: #5c6bb4;
	color: #ffffff;
	text-align: left;
	width: 30%;
}
.sch__c020 .mdl__table table tbody td {
	text-align: left;
}
.sch__c020 .sch__c020__contact {
	margin-top: 40px;
}
.sch__c020 .sch__c020__contact .contact__address {
	margin-bottom: 20px;
}
.sch__c020 .sch__c020__contact .contact__address dl {
	margin-bottom: 20px;
}
/*
.sch__c020 .sch__c020__contact .contact__address li {
	display: inline-block;
	margin-right: 2em;
}
*/
.sch__c020 .sch__c020__contact .contact__inner {
	background-color: #ebebeb;
	padding: 30px;
}
.sch__c020 .sch__c020__contact .contact__inner dt {
	background: url(/common/images/line_01.gif) left center repeat-x;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
.sch__c020 .sch__c020__contact .contact__inner dt span {
	background: #ebebeb url(/clpa-sch/_img/icon_search.gif) 10px center no-repeat;
	display: inline-block;
	font-weight: bold;
	padding: 0 10px 0 35px;
}
.sch__c020 .sch__c020__contact .contact__inner dd {
	overflow: hidden;
	margin-top: 20px;
}
.sch__c020 .sch__c020__contact .contact__inner dd ul {
	margin-right: -10px;
}
.sch__c020 .sch__c020__contact .contact__inner dd li {
	float: left;
	width: 33.33%;
}
.sch__c020 .sch__c020__contact .contact__inner dd li a {
	background-color: #333380;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin-right: 10px;
	padding: 7px 5px;
}
.sch__c020 .sch__c020__contact .contact__inner dd li a:hover {
	background-color: #7171a6;
}
.sch__c020 .sch__c020__contact .contact__inner dd li a span {
	background: url(/common/images/blt_arrow_01.png) left center no-repeat;
	display: inline-block;
	font-weight: bold;
	padding-left: 15px;
}

/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.sch__c020 {
}
.sch__c020 .sch__c020__title {
	margin-top: 25px;
}
.sch__c020 .sch__c020__title .name {
	font-weight: bold;
	margin-top: 15px;
}
.sch__c020 .mdl__textbox > p {
	color: #2b2b6e;
	font-weight: bold;
}
.sch__c020 .mdl__textbox .textbox_column_2 {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin: 15px 0 0 0;
}
.sch__c020 .mdl__textbox .textbox_column_2 .column_left {
	float: none;
	width: auto;
}
.sch__c020 .mdl__textbox .textbox_column_2 .column_right {
	float: none;
	width: auto;
}
.sch__c020 .mdl__table {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sch__c020 .mdl__table table,
.sch__c020 .mdl__table tbody,
.sch__c020 .mdl__table tr,
.sch__c020 .mdl__table th,
.sch__c020 .mdl__table td {
	border: 0px;
	display: block;
	width: auto;
}
.sch__c020 .mdl__table table {
	border: 1px solid #dedede;
	border-bottom: 0px;
}
.sch__c020 .mdl__table table tbody th {
	background-color: #5c6bb4;
	color: #ffffff;
	text-align: left;
	width: auto;
}
.sch__c020 .mdl__table table tbody td {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: left;
}
.sch__c020 .sch__c020__contact {
	margin-top: 25px;
}
.sch__c020 .sch__c020__contact .contact__address {
	margin-bottom: 15px;
}
.sch__c020 .sch__c020__contact .contact__address dl {
	margin-bottom: 15px;
}
.sch__c020 .sch__c020__contact .contact__address li {
	display: block;
	margin-right: 0;
}
.sch__c020 .sch__c020__contact .contact__inner {
	background-color: #ebebeb;
	padding: 20px;
}
.sch__c020 .sch__c020__contact .contact__inner dt {
	background: none;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
.sch__c020 .sch__c020__contact .contact__inner dt span {
	background: url(/clpa-sch/_img/icon_search_sp.gif) 0 0.3em no-repeat;
	background-size: 16px 16px;
	display: block;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.sch__c020 .sch__c020__contact .contact__inner dd {
	overflow: hidden;
	margin-top: 10px;
}
.sch__c020 .sch__c020__contact .contact__inner dd ul {
	margin-right: 0;
}
.sch__c020 .sch__c020__contact .contact__inner dd li {
	float: none;
	padding-top: 5px;
	width: auto;
}
.sch__c020 .sch__c020__contact .contact__inner dd li a {
	background-color: #333380;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	margin-right: 10px;
	padding: 10px 20px;
}
.sch__c020 .sch__c020__contact .contact__inner dd li a:hover {
	background-color: #333380;
}
.sch__c020 .sch__c020__contact .contact__inner dd li a span {
	background: url(/common/images/blt_arrow_01_sp.png) left 0.55em no-repeat;
	background-size: 7px 6px;
	display: block;
	font-weight: bold;
	padding-left: 10px;
}
}


/* **********************************************************
	sch__c030
********************************************************** */
.sch__c030__all {
	text-align: right;
	margin-top: 20px;
	padding-bottom: 10px;
}
.sch__c030__all a {
	background-color: #333380;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 7px 50px;
}
.sch__c030__all a:hover {
	background-color: #7171a6;
	text-decoration: none;
}
.sch__c030__all a:visited {
	color: white;
}
.sch__c030__all a span {
	background: url(/common/images/blt_arrow_01.png) left center no-repeat;
	display: inline-block;
	font-weight: bold;
	padding-left: 15px;
}
.mdl__anchor {
	display: block;
}
.sch__c030__anchor {
	display: none;
}
.sch__c030__list {
	overflow: hidden;
	margin-top: 40px;
}
.sch__c030__list > ul {
	margin-right: -25px;
}
.sch__c030__list > ul > li {
	position: relative;
	float: left;
	width: 50%;
}
.sch__c030__list > ul > li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.sch_c030_btn {
	float: right;
	margin: 0.55em 25px 0 1em;
}
.sch_c030_btn > a {
	background: #333380 url(/common/images/blt_arrow_01.png) 20px 0.864em no-repeat;
	color: #ffffff;
	display: block;
	padding: 0.25em 1em 0.25em 2.5em;
}
.sch_c030_btn > a:hover {
	background-color: #7171a6;
	text-decoration: none;
}
.sch_c030_btn > a:visited {
  color: #ffffff;
}
.sch_c030_name{
	border-bottom: 1px solid #efefef;
	margin-right: 25px;
}
.sch_c030_name > span {
	background: url(/common/images/blt_square_01.gif) left 1.314em no-repeat;
	display: block;
	padding: 0.8em 0 0.8em 15px;
	word-wrap: break-word;
}
.sch_c030_name > a {
	background: url(/common/images/blt_arrow_04.png) left 1.314em no-repeat;
	display: block;
	padding: 0.8em 0 0.8em 10px;
	word-wrap: break-word;
}

/* **********************************************************
	sch__c050
********************************************************** */
.sch__c050 .sch__c050__all {
	text-align: right;
	margin-top: 20px;
	padding-bottom: 10px;
}
.sch__c050 .sch__c050__all a {
	background-color: #333380;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 7px 50px;
}
.sch__c050 .sch__c050__all a:hover {
	background-color: #7171a6;
	text-decoration: none;
}
.sch__c050 .sch__c050__all a span {
	background: url(/common/images/blt_arrow_01.png) left center no-repeat;
	display: inline-block;
	font-weight: bold;
	padding-left: 15px;
}
.sch__c050 .mdl__anchor {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
}
.sch__c050 .mdl__textbox {
	overflow: hidden;
	margin: 40px 0 0 0;
}
.sch__c050__new__list ul {
	margin-top: -10px;
}
.sch__c050__new__list li {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
}


/* **********************************************************
	sch__c060
********************************************************** */
.sch__c060 .sch__c060__new__list .new__list {
	overflow: hidden;
	margin-top: 40px;
}
.sch__c060 .sch__c060__new__list ul {
	margin-top: -10px;
}
.sch__c060 .sch__c060__new__list li {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
}


/* **********************************************************
	sch__c070
********************************************************** */
.sch__c070 .sch__c070__new__list .new__list {
	overflow: hidden;
	margin-top: 40px;
}
.sch__c070 .sch__c070__new__list ul {
	margin-top: -10px;
}
.sch__c070 .sch__c070__new__list li {
	border-bottom: 1px solid #d1d1d1;
	padding: 10px 0;
}



/*	@media
---------------------------------------------------------- */
@media (min-width: 768px) {
}
@media (max-width: 767px) {
.sch__c030__all {
	text-align: left;
	margin-top: 15px;
	padding-bottom: 10px;
}
.sch__c030__all a {
	background-color: #333380;
	color: #ffffff;
	display: block;
	text-align: left;
	padding: 10px 15px;
}
.sch__c030__all a:hover {
	background-color: #333380;
}
.sch__c030__all a span {
	background: url(/common/images/blt_arrow_01_sp.png) left 0.55em no-repeat;
	background-size: 7px 6px;
	display: block;
	font-weight: bold;
	padding-left: 10px;
}
.mdl__anchor {
	display: none;
}
.sch__c030__anchor {
	display: block;
	overflow: hidden;
}
.sch__c030__anchor ul {
	margin-right: -15px;
}
.sch__c030__anchor li {
	float: left;
	padding-top: 13px;
	width: 20%;
}
.sch__c030__anchor li a {
	border: 1px solid #d1d1d1;
	display: block;
	text-align: center;
	margin-right: 15px;
	padding: 10px 0;
}
.sch__c030__list {
	overflow: hidden;
	margin-top: 25px;
}
.sch__c030__list > ul {
	margin-right: 0;
}
.sch__c030__list > ul > li {
	position: relative;
	float: none;
	width: auto;
}
.sch__c030__list > ul > li:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
.sch_c030_btn {
	float: right;
	margin: 0.35em 0 0 1em;
}
.sch_c030_btn > a {
	background: #333380 url(/common/images/blt_arrow_01_sp.png) 1em 1.014em no-repeat;
	background-size: 7px 6px;
	color: #ffffff;
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	padding: 0.5em 1em 0.5em 2em;
}
.sch_c030_btn > a:hover {
	background-color: #7171a6;
	text-decoration: none;
}
.sch_c030_name {
	border-bottom: 1px solid #efefef;
	margin-right: 0;
}
.sch_c030_name > span {
	background: url(/common/images/blt_square_01.gif) left 1.014em no-repeat;
	background-size: 7px 7px;
	display: block;
	padding: 0.5em 0 0.5em 10px;
}
.sch_c030_name > a {
	background: url(/common/images/blt_arrow_04_sp.png) left 1.014em no-repeat;
	background-size: 7px 6px;
	display: block;
	padding: 0.5em 0 0.5em 10px;
}
}
















