@charset "utf-8";



/* タイトル */
.title {
  clear: both;
  padding-top: 65px;
  width: 100%;
  text-align: center;
}

.title img{  
  width: 100%;
  height: auto;
}

/* コンテンツ01 */
.content_01 {
  text-align: center;
}

.content_01 .box{
  max-width: 1150px;
  margin: 0 auto;
  border-bottom: dotted 3px #ccc;
  margin-bottom: 20px;
}

.content_01 h2{
  color: #F58220;
  font-size: 26px;
  font-weight: bold;
  margin: 8px 0 -3px 0;
}

/* コンテンツ02 */
.content_02{
  width: 100%;
  height: auto;
  background-color: ; 
  text-align: center;
}

.c02_01{
  width: 98%;
  margin: 0 auto; 
  text-align: left;
}

#c02_02{
  background-color: rgba(245,130,32,0.2);
  padding: 20px;
}

.content_02 h2{
  color: #2166bb;
  font-size: 16px;
}

.repo_01 {
  clear: both;
  text-align: center;
}

.repo_01 img {
  margin:5px auto 0px auto;
  width:350px;
  height: auto;
}



.c02_03{
  width: 97%;
  margin: 0 auto; 
  text-align: center;
  font-size: 13px;
}

.c02_03_0 {
  width: 100%x;
  margin: 0 auto;
}

#c02_03_1 {
  float: right;
  margin: 10px 0px;
  width: 40%;
}

#c02_03_1 img {
  width: 100%;
}

#c02_03_2 {
  float: left;
  margin: 10px 0px;
  text-align: left;
  width: 60%;
  display: table;
  height: 261px;
}

#c02_03_2inner {
  display: table-cell;
  vertical-align: middle;
}

.c02_03 a {
  text-decoration: none;
}

.c02_03 a:visited {
  color: #f58220;
}

.c02_03 a:hover {
  color: #2166bb;
  font-weight: bold;
}

.futomoji {
  font-weight: bold;
}