/* CSS Document */

@charset "utf-8";
/*===========================================
common
============================================*/
div, p, span, img, a, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}


/*===========================================
CONTAINERcontainer_all
============================================*/
# {
	margin: 0;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
#container_all img {
	width: 100%;
}
/*===========================================
ボタン
============================================*/

#btn_area01 {
	padding:20px 272px;
}

#btn_area01 img{
	witdh:100%;
    height:auto;
    text-aligin:center;
}


@media screen and (max-width: 680px) {
#btn_area01 {
    width:100%;
	padding: 10px 0;
    
}
#btn_area01 .btn01{
	width: inherit;
	height: auto;
}
}
#btn_area01 .btn01 a {
	/*font-size: 18px;*/
	font-weight: bold;
	color: #fff !important;
	line-height: 130%;
	text-decoration: none !important;
}

/*===========================================
ボタン(終了)

============================================*/

#btn_area {
	padding:20px 272px;
}

#btn_area img{
	witdh:100%;
    height:auto;
    text-aligin:center;
}


@media screen and (max-width: 680px) {
#btn_area {
    width:100%;
	padding: 10px 0;
    
}
/*#btn_area .btn01{
	width: inherit;
	height: auto;
}*/
}
/*#btn_area .btn01 a {
	font-weight: bold;
	color: #fff !important;
	line-height: 130%;
	text-decoration: none !important;
}*/


#chui{
    padding:15px 20px;
    line-height: 170%;
    color:#333;
}

#oubo_chui{
    padding:15px 0;
    line-height: 170%;
    color:#ec2626;
    font-weight:bold;
	text-align: center;
}



/*===========================================
要項
============================================*/
#youkou #youkou_title {
  position: relative;
  padding: 5px 5px 5px 42px;
  background: #77c3df;
  font-size: 20px;
  color: white;
  margin-left: -20px;_title
  line-height: 1.3em;
  z-index:-1;
	margin-top: 40px;
	font-weight: bold;
}

#youkou #youkou_title:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index:-2
}
.scrollbox {
    overflow: auto;
   /* width: 100%;*/
    height: 250px;
    padding: 10px;
    border: 1px solid #c1c1c1;
    background-color: #F9F9F9;
	border:none;
    font-size: 14px;
	}

#youkou dl {
padding: 25px 0;
border-bottom: 1px solid #ccc;
}

#youkou dt {
padding-bottom: 5px;
	font-size:16px;
	color: #017b93;
	font-weight: bold;
}
#youkou dd{
	line-height: 150%;
	font-size:15px;
}
@media screen and (min-width: 680px) {
#youkou dt {
clear: left;
float: left;
width: 15%;
}
	
#youkou dd {
margin-left: 18%;
	line-height: 180%;
}

#youkou .scrollbox {
margin-left: 18%;
}
}
#youkou .scrollbox dd{
	margin-left: 10px !important;
}
