@charset "utf-8";
body{
  margin:0;

}
body #contents{
  word-break: break-all;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.5em;	
}
img{
  max-width: 100%;
}
p{
  margin:0;
}
a img:hover,
a:hover{
  opacity: 0.8;
}
h2,h3,h4,h5,dl,dd,dt,ul,li{
  margin:0;
  padding: 0;
}
h2,h3,h4,h5{
  font-weight: bold;
  line-height: 1.8em;
}
#content .Wrapper{
  display: flex;
  flex-wrap: wrap;
}

main p,
main ul li,
main address{
  font-size: 13px;
}
#content #contents a{
  color: #2999c4;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
}
#content #contents #reform_support a{
  color: #fff;
}
ul li{
  list-style: none;
}

#content #contents h2{
  position: relative;
  text-align: center;
  background-color: #efefef;
  padding: 8px 0;
}
#content #contents h2 a{
  font-size: 18px;
  color: #111;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

#content #contents .listbox h3{
  background-color: #f7f7f7;
  padding: 5px;
  font-size: 14px;
  margin:5px 0 10px 0;
  text-align: center;
}
#content #contents .subTxt{
  margin-bottom: 20px;
}

#content #contents .listBox ul{
  padding:10px; 
}
#content #contents .listBox ul li{
  line-height: 2em;
}

#content #contents h4{
  font-weight: normal;
  font-size: 13px;
}
#content #contents .w03{
  margin-bottom: 30px;
}
#content #contents .w03 p{
  padding-left: 1em;
  line-height: 2em;
}






/*===============================================
●画面の横幅が769px以上
===============================================*/
@media print, screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp{
  display: none;
}

#content h2{
  font-size: 20px;
  margin-bottom: 10px;
}

#content #contents .cfx{
  display: flex;
  flex-wrap: wrap;
}

#content #contents .cfx .w01{
  width: 250px;
  margin-right: 10px;
  box-sizing: border-box;
}

#content #contents .cfx .w02{
  width: 480px;
  box-sizing: border-box;
}

#content #contents .cfx .w02 .cfx li:nth-child(odd){
  width: 55%;
}
#content #contents .cfx .w02 .cfx li:nth-child(even){
  width: 45%;
}

header.pc .box dl{
  font-family: 'メイリオ','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  text-align: center;
  line-height: 28px;
}
footer .btn_top a{
  text-align: center;
}

#contents + #subcontents{
  margin-left: 20px;
}


}









/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
/*===============================================
●sp_tablet
===============================================*/
#sp_tablet------------------------------------------- {
}
.pc{
  display: none;
}
#content{
  width:100%;
}
#content #contents{
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
  overflow-x: hidden;
}
#content h2{
  text-align: center;
  font-size: 16px;
}

main p,
main ul li,
main address{
  font-size: 12px;
}
#content #contents a{
  font-size: 12px;
}
#content #contents .listBox h3,
#content #contents .listBox h4{
  font-size: 12px;
}

#content #contents .w03 p{
  padding-right: 1em;
  box-sizing: border-box;
}



}