@charset "UTF-8";
/* CSS Document */
.content-wrapper{
	max-width: 1000px;
	margin:0 auto;
    margin-bottom: 50px;
}
.txt_center{
	text-align: center;
}
.breadcrumb {
  padding-left:0;
  margin-left:0;
 font-size: 2rem;
margin: 20px 0 30px;
}
.breadcrumb ul{
    display: flex;
}
.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
}

.breadcrumb li a:hover {
  text-decoration: underline;
}
.content__ttl{
	font-size: 2.2rem;
	text-align: center;
}
.content__ttl01{
    font-size: 2.85rem;
}
.content__ttl02{
    font-size: 2.2rem;
}

.content__ttl03{
    font-size: 2rem;
    background-color: #036eb8;
    color: #fff;
    /*text-align: center;*/
    padding:5px 0 5px 20px;
    margin-bottom: 20px;
}
.ttl_mass{
    max-width: 300px;
}
.content__txt01{
    font-size:2rem;
    margin-bottom: 50px;
    width:95%;
    margin: 0 auto;
	display: flex;
}
.content__txt01 .txt01_left{
	margin-right: 20px;
}
.content__txt01 .txt01_right .ttl{
	font-weight: bold;
	margin-bottom: 20px;
}
.content_pic{
    max-width: 300px;
    margin:0 auto;
}
.content_pic.content_pic02{
    display: flex;
    max-width: 1000px;
}
.content__txt02.news02{
    margin-top: 50px;
    margin-bottom: 50px;
}
.content__txt02.news02 dl{
    margin-bottom: 40px;
}
.news02 dt{
    display: inline-block;
    width:200px;
}
.news02 dl{
    display: flex;
}
.content_pic02_2{
	width:50%;
}
.content_pic02_2 iframe{
	width: 100%;
	min-height:335px;
}
.txt
{
    margin-bottom: 50px;
}
.pic_text
{
    text-align: center;
    margin: 50px 0px ;
}
.small
{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.small li
{
    width: 33%;
}
@media screen and (max-width: 768px) {
	.ttl_mass{
		max-width: 200px;
		margin-left: 10px;
	}
   .content_pic.content_pic02{
       display: inherit;
  }
    .news02 dl{
        display: inherit;
    }
	.content_pic02_2{
		width:inherit;
	}
	.content__txt01{
		display: inherit;
	}
	.content__txt01 .txt01_right .txt{
		line-height: inherit;
	}
    .pic_text
{
    text-align: left;
}
    .small
    {
        display: inherit;
        margin: 0px;
    }
    .small li
    {
        width: 100%;
        margin-top: 10px;
    }

}
