@charset "utf-8";

.smt{ display: none; }
.pc{ display:inherit; }
/* <RESET> */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,i,img{
  margin:0;
  padding:0;
  word-break: normal;
  font-style:normal;
    font-weight: normal;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,body{ height: 100%; }
body,input,select,option,textarea,button,pre{
  font-size: 1.6rem;
  line-height:1.5;
  color:#333;
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing:border-box;
}
body{
  text-align: center;
}
h1,h2,h3,h4,h5,h6{
  font-size:100%;
  font-weight:normal;
}
img{
  border:0;
  vertical-align:top;
  max-width:100%;
}
ul,ol{
  list-style:none;
}
table{
  border-collapse:collapse;
  border-spacing:0;
  font-size:100%;
}
textarea{
  font-size:100%;
}
th {
  text-align:left;
  font-weight:normal;
}
address,em{
  font-style:normal;
  font-weight:normal;
}
sup{
  font-weight:normal;
}
a{
  color:#333;
  text-decoration:none;
  font-weight: bold;
}
a:hover{
  text-decoration:underline;
}
a img{
    filter:alpha(opacity=1);
    opacity:1;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
a:hover img{
    filter:alpha(opacity=0.6);
    opacity:0.6;
}
/* </ RESET> */


/* <STRUCTURE> */
.logo{
  position: absolute;
  top:8px;
  left: calc(50% - 450px);
  width: 260px;
}
header{
  padding: 54px 0 30px;
  text-align: center;
  border-top: solid 3px #000;
}
#wrapper{
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
}
.ttl1{
  font-size: 2.1rem;
  text-align: center;
  border:solid 1px #000;
  padding: 8px 0;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
.box{
  max-width: 900px;
  margin: 0 auto 90px;
  text-align: left;
}
.box p{
  margin-bottom: 15px;
}
.box p:last-of-type{
  margin-bottom: 0;
}
.box h3{
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.top-b1 h2{
  background: #bde4f6;
}
.top-b2 h2{
  background: #f7c5c9;
}
.center{
  text-align: center !important;
}
.top-b1 h3,
.top-b2 h3{
  max-width: 720px;
  margin: 30px auto 15px;
}
#copy {
    border-top: solid 1px #ccc;
    text-align: center;
    font-size: 1rem;
  padding: 30px 20px 10px;
}

.c19-main{
  margin: 0 0 30px;
}
.c19-b1{
  background: #d2ebf4;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.c19-b1 h2{
  margin-bottom: 20px;
}
.entry-nav{
  max-width: 720px;
  margin:0 auto 45px;
}
.entry-nav ul{
  display:flex;
  justify-content:center;
  align-items: center;
}
.entry-nav ul li{
  width: 33.3%;
  text-align: center;
  border-right: solid 1px #000;
  padding: 30px 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.entry-nav ul li:nth-of-type(1){ background-image:url(images/2019/bg-a.png); }
.entry-nav ul li:nth-of-type(2){ background-image:url(images/2019/bg-b.png); }
.entry-nav ul li:nth-of-type(3){ background-image:url(images/2019/bg-c.png); }
.entry-nav ul li:first-of-type{
  border-left: solid 1px #000;
}
.entry-nav ul li b{
  display: block;
  margin: 0 auto;
  font-size: 1.8rem;
}
.entry-nav .due{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  color: #d7261c;
}
.entry-nav .note{
  margin-top: 30px;
  padding-left: 18px;
  position: relative;
}
.entry-nav .note:before{
  content:"■";
  position: absolute;
  left: 0;
  top:0;
}
.entry-nav .note2{
  text-align: center;
  margin-top: 15px;
}
.c19-b2{
  text-align: center;
}
.c19-b2 h3{
  margin-top: 30px;
}
.c19-b2 p{
  max-width: 720px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
.c19-b2 .subtxt{
  display: table;
  margin: 15px auto;
  text-align: left;
}
.c19-b2 li{
  margin: 15px auto;
}
.c19-b3 .ttl{
  text-align: center;
  background: #d2ebf4;
  padding: 10px 20px;
}
.c19-b3 .ttl h2{
  border-bottom: solid 1px #000;
  font-size: 1.8rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.c19-b3 dl{
  max-width:720px;
  margin: 30px auto;
  display:flex;
  align-items:center;
}
.c19-b3 dl dt{
  width: 22%;
  font-size: 2.1rem;
  text-align: center;
}
.c19-b3 dl dd{
  border-left: solid 1px #000;
  padding-left: 20px;
}
.c19-b4{
  max-width: 720px;
  margin: 0 auto 90px;
}
.c19-b4 h3{
  margin-top: 30px;
  text-align: center;
}
.apply{
  margin-top: 30px;
}
.apply li{
  position: relative;
  padding: 0 0 0 18px;
  margin: 0 0 15px;
}
.apply li:before{
  position: absolute;
  left: 0;
  top: 0;
  content:"◆";
}
.c19-b5 h2{
  margin-bottom: 20px;
  background: #888888;
  color: #fff;
  border:none;
}
.c19-b5 ul{
  display:flex;
  justify-content: space-between;
}
.c19-b5 ul li{
  width: 49%;
}
footer{
  text-align: center;
    border-top: solid 1px #ccc;
  padding: 45px 0;
}










@media screen and (max-width: 768px) {
/* <STRUCTURE> */
.pc{ display:none !important }
.smt{ display:inherit !important }
html {
  font-size: 54.6875%;
}
#wrapper{
  margin: 0 20px;
}
.logo{
  position: static;
  width: 130px;
  margin: 0 auto;
}
header{
  padding: 20px 0 15px;
  text-align: center;
  border-top: solid 3px #000;
}
#wrapper{
  margin: 0 20px;
}
.box{
  margin: 0 auto 40px;
}
.center{
  text-align: center !important;
}
.top-b1 h3,
.top-b2 h3{
  margin: 30px auto 15px;
}
#copy {
  padding: 20px 20px 1px;
}

.c19-b1{
  margin-bottom: 30px;
  padding: 20px;
}
.c19-b1 h2{
  margin-bottom: 15px;
}
.entry-nav{
  margin:0 auto 30px;
}
.entry-nav ul li{
  padding: 10px 10px;
  font-size: 1.2rem;
  background-size: contain;
  min-height:96px;
}
.entry-nav ul li:first-of-type{
  border-left: solid 1px #000;
}
.entry-nav ul li b{
  font-size: 1.6rem;
}
.entry-nav .due{
  margin-top: 10px;
}
.entry-nav .note{
  margin-top: 15px;
  padding-left: 16px;
}
.c19-b2 p br{
  display: none;
}
.c19-b2 .subtxt{
  display: table;
  margin: 15px auto;
  text-align: left;
}
.c19-b3 dl{
  max-width:720px;
  margin: 20px auto;
  display:block;
}
.c19-b3 dl dt{
  width: auto;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: left;
}
.c19-b3 dl dt br{
  display: none;
}
.c19-b3 dl dd{
  border-left: none;
  padding-left: 20px;
}
.c19-b4{
  margin: 0 auto 45px;
}
.c19-b4 h3{
  margin-top: 30px;
  text-align: center;
}
.c19-b5 h2{
  margin-bottom: 20px;
  background: #888888;
  color: #fff;
  border:none;
}
.c19-b5 ul{
  display:block;
}
.c19-b5 ul li{
  width: auto;
  margin: 20px 0;
}
footer{
  text-align: center;
  padding: 0 0 30px;
}




.logo-res1 {
  padding: 12px 0;
}
.main-res1 {
  background: #eeeeed;
  text-align: center;
  padding: 24px 10%;
}


}





#logo-res1{
  padding: 12px 0;
}
#res2019 .ttl1{
  padding: 0;
}
#main-res1{
  background: #eeeeed;
  text-align: center;
  padding: 24px 10%;
}
#main-res1 h2{
  padding: 16px 0 0;
  line-height: 1.8;
}
#main-res1 h2 span{
  font-size: 30px;
  line-height: 1;
  display: inline-block;
  margin-top: 16px;
  letter-spacing: 2px;
}
#main-res1 h2 span.special{
  line-height: 1.4;
}
#res2019 #top-ttl{
  font-size: 3rem;
  margin-bottom: 36px;
  background: #bde4f6;
  margin-top: 48px;
}
#res2019>#wrapper>p{
  margin-bottom: 1.6em;
  text-align: center;
  line-height: 2;
}
.result-b{
margin-bottom: 60px;
}
.result-b ul{
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.result-b ul li{
width: 290px;
text-align: center;
}
.result-b ul li h3{
font-size: 24px;
  line-height: 1.33;
  margin-bottom: 10px;
}
.result-b ul li h3 a:hover{
  color: #e50012;
}
.result-b ul li p{
font-size: 19px;
  line-height: 1.33;
letter-spacing: .1em;
margin-bottom: 8px;
}
.result-b ul li .note{
display: table;
margin: 24px auto 0;
}
.result-b ul li .note p{
text-align: left;
text-indent: -1em;
padding-left: 1em;
font-size: 13px;
line-height: 16px;
margin-bottom: 8px;
}
#outline-res1{
  max-width: 670px;
  margin: 40px auto;
}
#outline-res1 dl{
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  line-height: 2;
}
#outline-res1 dl dt{
  width: 100px;
  font-weight: bold;
}
#outline-res1 dl.outline-res-long dt{
  width: 200px;
}

#outline-res1 dl dd{
  width: 570px;
}
#outline-res1 dl.outline-res-long dd{
  width: 470px;
}
#outline-res1 p{
  text-align: left;
  font-size: 12px;
  margin-top: 12px;
}
#outline-res1 .photo{
  text-align: center;
  font-size: 12px;
  margin: 32px 0 0;
}
#outline-res1 .photo img{
  margin-bottom: 10px;
}
#res2019 .result1-1 dl.spec dd p {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
#res2019 dl.rev dt,
#res2019 dl.rev dt img{
  width: 120px;
}
#pagetop{
  text-align: center;
  font-size: 16px;
  border: solid 1px #000;
  padding: 8px 0;
  margin: 0 0 10px;
  letter-spacing: 0.05em;
}
#pager-res1{
margin-top: -80px;
padding: 0 0 40px;
}
#pager-res1 ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#pager-res1 ul li{
width: 25%;
text-align: center;
font-size: 17px;
  margin: 10px 0;
  padding: 12px 0;
  line-height: 1.2;
  box-sizing: border-box;
  position: relative;
}
/*
#pager-res1 ul li:after{
  position: absolute;
  width: 1px;
  height: 24px;
  content:"";
  background: #ccc;
  top: calc(50% - 12px);
  right: 0;
}
*/
#pager-res1 ul li:nth-of-type(4n):after{
  content:none;
}
#res2019 #copy {
  border:none;
  text-align: center;
  font-size: 1rem;
  padding: 0 20px 10px;
}
.b-photo1{
  border-top: solid 1px #000;
  margin: 48px 0 40px;
}
.b-photo1 h2{
  padding: 24px 0;
}
.b-photo1 p{
  text-align: center;
  font-size: 12px;
}
#res2019 .result1-1 h2 {
  padding: 20px 0 36px;
}
.result1-3 dl.spec {
  padding-bottom: 36px;
}
.result1-3 dl.spec dd {
  padding-top: 30px;
}

/*??????*/
@media screen and (max-width: 768px) {

#res2019 .ttl1 {
  padding: 10px 0;
}
#res2019 .result1-1 h2 {
  padding: 10px 0 24px;
}
#outline-res1 {
  margin: 24px auto;
}
#outline-res1 dl {
  display: block;
}
#outline-res1 dl dt {
  width: auto;
  display: inline-block;
  background: #eeeeed;
  padding: 3px 10px;
}
#outline-res1 dl dd {
  width: auto;
  margin:0 0 16px 10px;
}
.result1-1 dl.spec dd .pdc {
  display: block;
  margin: 12px auto;
  border-left: none;
  padding-left: 0;
}

#pager-res1 ul li{
width: 25%;
text-align: center;
font-size: 14px;
  margin: 10px 0;
  padding: 0;
  line-height: 1.2;
  box-sizing: border-box;
  position: relative;
}


@charset "utf-8";

.smt{ display: none; }
.pc{ display:inherit; }
/* <RESET> */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,i,img{
	margin:0;
	padding:0;
	word-break: normal;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html,body{ height: 100%; }
body,input,select,option,textarea,button,pre{
	font-size: 1.6rem;
	line-height:1.5;
	color:#333;
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing:border-box;
}
body{
	text-align: center;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
img{
	border:0;
	vertical-align:top;
	max-width:100%;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}
textarea{
	font-size:100%;
}
th {
	text-align:left;
	font-weight:normal;
}
address,em{
	font-style:normal;
	font-weight:normal;
}
sup{
	font-weight:normal;
}
a{
	color:#333;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	text-decoration:underline;
}
a img{
    filter:alpha(opacity=1);
    opacity:1;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}
a:hover img{
    filter:alpha(opacity=0.6);
    opacity:0.6;
}
/* </ RESET> */


/* <STRUCTURE> */
.logo{
	position: absolute;
	top:8px;
	left: calc(50% - 450px);
	width: 260px;
}
header{
	padding: 54px 0 30px;
	text-align: center;
	border-top: solid 3px #000;
}
#wrapper{
	max-width: 900px;
	margin: 0 auto;
	text-align: left;
}
.ttl1{
	font-size: 2.1rem;
	text-align: center;
	border:solid 1px #000;
	padding: 8px 0;
	margin: 0 0 10px;
	letter-spacing: 0.05em;
}
.box{
	max-width: 900px;
	margin: 0 auto 90px;
	text-align: left;
}
.box p{
	margin-bottom: 15px;
}
.box p:last-of-type{
	margin-bottom: 0;
}
.box h3{
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.top-b1 h2{
	background: #bde4f6;
}
.top-b2 h2{
	background: #f7c5c9;
}
.center{
	text-align: center !important;
}
.top-b1 h3,
.top-b2 h3{
	max-width: 720px;
	margin: 30px auto 15px;
}
#copy {
    border-top: solid 1px #ccc;
    text-align: center;
    font-size: 1rem;
	padding: 30px 20px 10px;
}

.c19-main{
	margin: 0 0 30px;
}
.c19-b1{
	background: #d2ebf4;
	margin-bottom: 30px;
	padding: 30px;
	text-align: center;
	letter-spacing: 0.1em;
}
.c19-b1 h2{
	margin-bottom: 20px;
}
.entry-nav{
	max-width: 720px;
	margin:0 auto 45px;
}
.entry-nav ul{
	display:flex;
	justify-content:center;
	align-items: center;
}
.entry-nav ul li{
	width: 33.3%;
	text-align: center;
	border-right: solid 1px #000;
	padding: 30px 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.entry-nav ul li:nth-of-type(1){ background-image:url(images/2019/bg-a.png); }
.entry-nav ul li:nth-of-type(2){ background-image:url(images/2019/bg-b.png); }
.entry-nav ul li:nth-of-type(3){ background-image:url(images/2019/bg-c.png); }
.entry-nav ul li:first-of-type{
	border-left: solid 1px #000;
}
.entry-nav ul li b{
	display: block;
	margin: 0 auto;
	font-size: 1.8rem;
}
.entry-nav .due{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
	color: #d7261c;
}
.entry-nav .note{
	margin-top: 30px;
	padding-left: 18px;
	position: relative;
}
.entry-nav .note:before{
	content:"?";
	position: absolute;
	left: 0;
	top:0;
}
.entry-nav .note2{
	text-align: center;
	margin-top: 15px;
}
.c19-b2{
	text-align: center;
}
.c19-b2 h3{
	margin-top: 30px;
}
.c19-b2 p{
	max-width: 720px;
	margin: 0 auto;
	letter-spacing: 0.1em;
}
.c19-b2 .subtxt{
	display: table;
	margin: 15px auto;
	text-align: left;
}
.c19-b2 li{
	margin: 15px auto;
}
.c19-b3 .ttl{
	text-align: center;
	background: #d2ebf4;
	padding: 10px 20px;
}
.c19-b3 .ttl h2{
	border-bottom: solid 1px #000;
	font-size: 1.8rem;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.c19-b3 dl{
	max-width:720px;
	margin: 30px auto;
	display:flex;
	align-items:center;
}
.c19-b3 dl dt{
	width: 22%;
	font-size: 2.1rem;
	text-align: center;
}
.c19-b3 dl dd{
	border-left: solid 1px #000;
	padding-left: 20px;
}
.c19-b4{
	max-width: 720px;
	margin: 0 auto 90px;
}
.c19-b4 h3{
	margin-top: 30px;
	text-align: center;
}
.apply{
	margin-top: 30px;
}
.apply li{
	position: relative;
	padding: 0 0 0 18px;
	margin: 0 0 15px;
}
.apply li:before{
	position: absolute;
	left: 0;
	top: 0;
	content:"?";
}
.c19-b5 h2{
	margin-bottom: 20px;
	background: #888888;
	color: #fff;
	border:none;
}
.c19-b5 ul{
	display:flex;
	justify-content: space-between;
}
.c19-b5 ul li{
	width: 49%;
}
footer{
	text-align: center;
    border-top: solid 1px #ccc;
	padding: 45px 0;
}

.b-rt{
    text-align: center;
}
.b-rt .top-ttl{
    font-size: 38px;
    background:#d2ebf4;
    margin: 100px 0 60px;
    line-height: 1;
    padding: 30px;
    text-align: center;
    font-weight: bold;
}
.b-rt .top-ttl small{
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
}
.b-rt h2{
    font-size: 32px;
    margin: 0 20px 40px;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 10px 10px rgba(82,99,149,0.15);
	padding: 48px 60px;
    letter-spacing: 0.2em;
}
.b-rt h2:not(:nth-of-type(1)){
    margin-top: 80px;
}
.b-rt .ttl1{
	text-align: center;
	margin: 0 20px 20px;
	letter-spacing: .04em;
}
.ttl1-gold{
	background-color: #e2d580;
}
.ttl1-silver{
	background-color:#eaeaeb;
}
.box.b-rt p{
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 1.8;
}
.box.b-rt .ttl1-gold+p{
    font-size: 21px;
}
.box.b-rt .copy{
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 24px;
}
.result-btn{
    display: block;
    padding: 36px 20px;
    border: solid 1px #333;
    font-size: 3.6rem;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 80px;
    text-decoration: underline;
    letter-spacing: 0.07em;
}
.result-btn:hover{
    text-decoration: none;
}





@media screen and (max-width: 768px) {
/* <STRUCTURE> */
.pc{ display:none !important }
.smt{ display:inherit !important }
html {
  font-size: 54.6875%;
}
#wrapper{
	margin: 0 20px;
}
.logo{
	position: static;
	width: 130px;
	margin: 0 auto;
}
header{
	padding: 20px 0 15px;
	text-align: center;
	border-top: solid 3px #000;
}
#wrapper{
	margin: 0 20px;
}
.box{
	margin: 0 auto 40px;
}
.center{
	text-align: center !important;
}
.top-b1 h3,
.top-b2 h3{
	margin: 30px auto 15px;
}
#copy {
	padding: 20px 20px 1px;
}

.c19-b1{
	margin-bottom: 30px;
	padding: 20px;
}
.c19-b1 h2{
	margin-bottom: 15px;
}
.entry-nav{
	margin:0 auto 30px;
}
.entry-nav ul li{
	padding: 10px 10px;
	font-size: 1.2rem;
	background-size: contain;
	min-height:96px;
}
.entry-nav ul li:first-of-type{
	border-left: solid 1px #000;
}
.entry-nav ul li b{
	font-size: 1.6rem;
}
.entry-nav .due{
	margin-top: 10px;
}
.entry-nav .note{
	margin-top: 15px;
	padding-left: 16px;
}
.c19-b2 p br{
	display: none;
}
.c19-b2 .subtxt{
	display: table;
	margin: 15px auto;
	text-align: left;
}
.c19-b3 dl{
	max-width:720px;
	margin: 20px auto;
	display:block;
}
.c19-b3 dl dt{
	width: auto;
	font-size: 2.1rem;
	font-weight: bold;
	text-align: left;
}
.c19-b3 dl dt br{
	display: none;
}
.c19-b3 dl dd{
	border-left: none;
	padding-left: 20px;
}
.c19-b4{
	margin: 0 auto 45px;
}
.c19-b4 h3{
	margin-top: 30px;
	text-align: center;
}
.c19-b5 h2{
	margin-bottom: 20px;
	background: #888888;
	color: #fff;
	border:none;
}
.c19-b5 ul{
	display:block;
}
.c19-b5 ul li{
	width: auto;
	margin: 20px 0;
}
footer{
	text-align: center;
	padding: 0 0 30px;
}






















}





























}






















