/* CSS Document */

@charset "utf-8";
/*===========================================
common
============================================*/
div, p, span, img, a, ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}

.text_red{
	color: #D00003;
}
/*===========================================
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_area {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

#btn_works{
	padding-left: 40px;
	padding-top: 15px;
}


@media screen and (max-width: 680px) {
#btn_area {
    display: inherit;
	justify-content: inherit;
}
#btn_works{
	padding-left: inherit;
	padding-top: inherit;
	width: 80%;
	margin: 15px auto;
}
}
#chui{
    padding:15px 20px;
    line-height: 170%;
    color:#333;
}

#oubo_chui{
    padding:15px 0 30px;
    line-height: 170%;
    color:#ec2626;
    font-weight:bold;
	text-align: center;
}



/*===========================================
要項
============================================*/
#bikkuri{
width: 80%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
    border: 3px solid #ffdd00;
    padding: 10px;
    font-size: 1.2em;
    line-height: 150%;
}


#bikkuri img{
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;
	padding-top: 12px;
}

@media screen and (max-width: 680px) {
	#bikkuri{
		width: 90%;
	font-size:1.0em;
		margin-bottom: inherit;
        font-weight: bold;
}
#bikkuri img{
	padding-top:inherit;
}
}

/*===========================================
要項
============================================*/
#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;
}

.message{
	padding:30px 0 30px;
    line-height: 200%;
    color:#ec2626;
    font-weight:bold;
	text-align: center;
	font-size:1.2em;
}

.header_text_area {
        font-size: 1.2em;
        margin: 15px;
	line-height: 200%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
.header_text01 {
	font-weight: bold;
        font-size: 1.4em;
        color: #ca0000;
        margin: 15px;
}
.header_text02 {
        font-size: 1.1em;
        color: #ca0000;
        margin: 15px;
}