@charset "UTF-8";
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}

.noto-sans-jp-main_font {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.noto-sans-jp-bold_font {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.thin_font {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.main {
	margin: auto;
	background-color: #FFFFFF;
	line-height: 1.4;
	font-size: large;
	font-family: 'Noto Sans JP', sans-serif ,"Anton", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.honbun_table table, th, td {
  border: none;
}
.title{
 text-align:center;
 font-size:30px;
}
.subtitle{
 font-size:24px;
}
#underline-bold {
  border-bottom: 10px solid #3088D8; /* 太さ・色を自由に変更 */
}

.pc_DivLink{
    position:relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 245px;
    padding: 15px;
    color: #fff;
    background-color:#004077;
    text-align: center;
    font-size: 17pt;

}

.pc_DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.copylight {
  font-family: "Noto Sans", sans-serif;
}



.sp_main {
  margin: auto;
width:calc(100% - 10px);
	background-color: #FFFFFF;
	display: none;
  padding:0 10px;
}

.sp_body {
	width:650px;
  margin: auto;
}

.pc_main2 {
  margin: auto;
width: 1200px;
line-height:2;
}

.over1500{
}
.under1500{
	display:none;
}
.over1200{
}
.under1200{
	display:none;
}
@media screen and (max-width: 1500px){
.over1500{
	display:none;
}
.under1500{
	display:block;
}

}
@media screen and (max-width: 1200px){
.over1200{
	display:none;
}
.under1200{
	display:block;
}

}
@media screen and (max-width: 750px){

.pc_main2 {
	display: none;
}

.sp_main {
	display: block;
}

.hamburger-menu {
	display: block;
}


}









