@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype");
  font-display: swap;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Yu Gothic', "ＭＳ ゴシック", MS Gothic, sans-serif;
  font-display: swap;
  line-height: 1.7;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  background: #f5f5f5;
  -webkit-text-size-abjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:link, a:visited {
  color: #003c54;
}
a:hover, a:active {
  color: #4d89a0;
}

aside a:link, aside a:visited, aside a:hover, aside a:active, #footer-inner a:link, #footer-inner a:visited, #footer-inner a:hover, #footer-inner a:active {
  text-decoration: none;
}

.contents a:link, .contents a:visited {
  text-decoration: underline;
}
.contents a:hover, .contents a:active {
  color: #D36900;
  font-weight: bold;
}

* a:hover {
  cursor: pointer;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  zoom: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#kigyo-format01, #kigyo-format02, #kigyo-format03, #kigyo-format04, #kigyo-format05, #kigyo-format06, #kigyo-format07 {
  margin-bottom: 40px;
}

#header-inner {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #header-inner {
    margin-bottom: 30px;
  }
}

h1, h2, h3, p, .imagephoto, .listbox, .linkBt, table, section ul {
  margin-bottom: 30px;
}

h4 {
  margin-bottom: 5px;
}

p {
  margin-bottom: 20px;
}

.download-box {
  margin-bottom: 10px;
}
.download-box p {
  margin-bottom: 0;
}

section:last-child {
  margin-bottom: 0;
}

footer {
  margin-top: 50px;
}

.head-logo {
  width: 105px;
}

@media screen and (min-width: 768px) {
  .head-logo {
    width: 140px;
  }
}
#header-box {
  background: #fff;
}
@media screen and (min-width: 768px) {
  #header-box {
    box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.6);
    border-top: 30px solid #09aaea;
    padding-top: 20px;
  }
}

header {
  background: #fff;
  margin: 0 auto 50px;
  max-width: 1024px;
  padding: 15px 10px 10px;
}
@media screen and (min-width: 529px) {
  header {
    padding: 15px 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  header {
    padding: 15px 10px 10px;
  }
}
header #logo {
  float: left;
}
@media screen and (min-width: 768px) {
  header #logo-and-drawer {
    float: left;
    margin-bottom: 0px;
  }
}

nav {
  overflow-y: hidden;
  overflow-x: auto;
  height: 60px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
nav .mask {
  height: 10px;
  width: 100%;
  white-space: nowrap;
}
nav ul {
  display: inline-table;
  margin: 0 auto;
  max-width: 100%;
}
nav ul li {
  font-size: 1.4rem;
  display: table-cell;
}
nav ul a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
  height: 3em;
  line-height: 3;
}
nav ul a:hover {
  border-bottom: 2px solid black;
  background-color: #f9f9f9;
}

.now a {
  border-radius: 5px;
  background: #aec528;
  color: #fff;
}

/*#nav-drawer{
	float: right;
}*/
.nav-unshown {
  display: none;
}

#nav-open {
  display: inline-block;
  width: 32px;
  height: 21px;
  vertical-align: middle;
  border-radius: 30px;
  padding: 10px 8px;
  margin-right: 10px;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  right: 22px;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
  right: 0.5px;
}

#nav-open span:after {
  bottom: -16px;
  right: 0.5px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 90%;
  max-width: 330px;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}

/*@media screen and (min-width: 1004px)
{
	#nav-drawer{
	width: 300px;
	background-color: none;
	#nav-content {
		display:inline;
		right: auto;
		top: auto;
		ul .fixed-ad{
			top: 0;
			}
		.is-fixed {
    	position: fixed;//サイドバー広告固定
		}
	}
	}
	#nav-drawer, #nav-content {
		position: static;
	}
	.nav-small{
			display: none;
	}
	.contents-side {
		padding: 0;
		position: relative;
		width: 300px;	
		font-weight: bold;
		dt{
			font-size: $font-dt;
			color: #003c54;
		}
		dd {
			color: #2d8fdd;
			border-left: solid 6px #2d8fdd;//左側の線
			background: #f1f8ff;///背景色
			margin-bottom: 5px;//下のバーとの余白
			line-height: 1.5;
			padding: 0.5em;
			&:before{
			content: "";
			}//●を消してる
		}
	}
}
*/
/*#nav-drawer {
	position: fixed;
	right: 0;
	top: 20px;
	z-index: 999;
	@media screen and (min-width: 1021px){
		.nav-small{
		display: none;
		float: right;
	}		
	}
	}
*/
#nav-drawer {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 999;
  float: right;
}
#nav-drawer dl {
  padding: 5px;
}
#nav-drawer dl dt {
  color: #003c54;
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#nav-drawer dl dd {
  border-left: 5px #003c54 solid;
  background: #ebf9ff;
}
#nav-drawer dl dd a {
  padding: 10px;
  display: block;
  text-decoration: none;
}
#nav-drawer dl dd:before {
  content: "";
}
@media screen and (min-width: 768px) {
  #nav-drawer {
    position: relative;
    top: -60px;
  }
}
@media screen and (min-width: 1021px) {
  #nav-drawer {
    position: static;
    width: 300px;
    background-color: none;
  }
  #nav-drawer .nav-small {
    display: none;
    float: right;
  }
  #nav-drawer #nav-content {
    position: static;
    display: inline;
    right: auto;
    top: auto;
  }
  #nav-drawer #nav-content ul .fixed-ad {
    top: 0;
  }
  #nav-drawer #nav-content .is-fixed {
    position: fixed;
  }
}

.contents-side ul > li {
  margin-bottom: 15px;
}

header #logo-and-drawer {
  box-shadow: 0px 2px 6px -3px rgba(0, 0, 0, 0.6);
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #fff;
  padding: 20px 10px;
  top: 0;
  left: 0;
}
header nav {
  position: relative;
  top: 70px;
  left: -10px;
}
header ol {
  position: relative;
  top: 55px;
}

@media screen and (min-width: 768px) {
  header {
    margin-bottom: 0;
  }
  header #logo-and-drawer {
    box-shadow: none;
    width: auto;
    position: static;
    z-index: auto;
    background: none;
    padding: 0;
    top: auto;
    left: auto;
  }
  header nav {
    width: 100%;
  }
  header nav, header ol {
    position: static;
    top: auto;
  }
}
@media screen and (min-width: 768px) {
  header ul {
    float: right;
  }
  header ul li {
    float: left;
  }
  header nav {
    overflow-y: visible;
    overflow-x: visible;
  }
  header nav a {
    display: block;
    margin-left: 4px;
    padding: 5px 15px;
    text-decoration: none;
    border-bottom: solid 2px #aec528;
  }
  header nav a:hover {
    border-bottom: solid 2px #249bc9;
    border-radius: 5px;
    background: #249bc9;
    color: #fff;
  }
}
#breadcrumb li {
  float: left;
  font-size: 1.2rem;
}
#breadcrumb li:after {
  content: "　>　";
}
#breadcrumb li:last-child:after {
  content: "";
}

#container {
  max-width: 1024px;
  margin: 15px auto 0;
  background: #f5f5f5;
  padding: 0 10px;
}

main {
  background: #f5f5f5;
  display: block;
  max-width: 684px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  main {
    float: left;
  }
}

h1 {
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding: 30px 15px;
  background: #003c54;
  border-radius: 10px;
  font-size: 2.5rem;
}
h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #003c54;
  width: 0;
  height: 0;
}
@media screen and (min-width: 768px) {
  h1 {
    padding: 30px;
    font-size: 3rem;
  }
}

h2 {
  font-size: 2rem;
  color: #fff;
  position: relative;
  padding: 20px;
  background: #003c54;
}
h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #959e9b;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.8rem;
    padding: 15px 15px 15px 20px;
  }
}

h3 {
  border-bottom: #002938 solid 2px;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

h4 {
  padding: 0 auto;
  font-size: 2rem;
  color: #003c54;
  font-weight: bold;
}

.download {
  text-align: center;
}
.download a {
  display: block;
  background: #ebf9ff;
  border: 2px dotted #003c54;
  border-radius: 10px;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .download {
    box-sizing: border-box;
  }
  .download .innnertxt {
    float: left;
    width: 50%;
    position: relative;
    top: 50px;
  }
  .download .innnertxt p:nth-child(1) {
    font-size: 1.9rem;
  }
  .download img {
    float: left;
    width: 50%;
  }
}

.dlbt {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  text-decoration: none;
  background: #668ad8;
  border-bottom: 4px solid #627295;
  border-radius: 10px;
}

.link-right {
  text-align: right;
}

table {
  background: #fff;
  border-collapse: collapse;
  border-radius: 10px;
}
table th {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #4d89a0;
  letter-spacing: 2px;
  vertical-align: middle;
}
table td:nth-child(2) {
  text-align: center;
}
table th, table td {
  border: solid 1px black;
  padding: 10px 5px;
}

dd:before {
  content: "● ";
}

dd {
  margin-bottom: 3px;
}

section ul, section ol {
  line-height: 2.0;
  background: #fffcf4;
  border: #78a0b3 solid 2px;
  border-radius: 10px;
  padding: 12px;
}
section ul li {
  padding-left: 30px;
  background: url(../img/icon.png) no-repeat 0 5px;
}
section ol li {
  padding-left: 5px;
  background: url(../img/icon.png) no-repeat 0 7px;
  color: #fff;
}

.rank {
  counter-reset: ranking;
}
.rank li {
  counter-increment: ranking;
}
.rank li:before {
  content: counter(ranking) "　";
}
.rank dd {
  counter-increment: ranking;
}
.rank dd:before {
  content: counter(ranking) "　";
}
.rank span {
  color: #333;
}

.listbox {
  background: #fff;
  max-width: 500px;
  margin: 0 auto 30px;
  border: solid #1e366a 2px;
  border-radius: 10px;
  overflow: hidden;
}
.listbox dt {
  text-align: center;
}
.listbox .list {
  color: #1e366a;
}
.listbox .list dt {
  background: #ebf9ff;
  font-weight: bold;
  font-size: 2rem;
}
.listbox .list dd {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 702px) {
  .list-2column dd dl {
    padding: 8px 15px;
    max-width: 300px;
    min-height: 430px;
  }
  .list-2column dd dl:nth-child(1) {
    border-right: dotted 1px #1e366a;
  }
}

.list-2column {
  margin: 0 auto 30px;
  border: solid #1e366a 2px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  color: #1e366a;
}
.list-2column .float {
  float: left;
  width: 100%;
}
.list-2column > dt {
  font-size: 2rem;
  background: #ebf9ff;
}
.list-2column > dd:before {
  content: "";
}
.list-2column dt {
  font-weight: bold;
  text-align: center;
}
.list-2column dd dl dt {
  border-bottom: solid 2px #aec528;
}

#kigyo-format06 .listbox {
  max-width: 500px;
  margin: 0 auto 30px;
  border: solid #1e366a 2px;
  border-radius: 10px;
  overflow: hidden;
}
#kigyo-format06 .listbox dl {
  color: #1e366a;
}
#kigyo-format06 .listbox dl dt {
  display: block;
  background: #ebf9ff;
  font-weight: bold;
  font-size: 2rem;
}
#kigyo-format06 .listbox dl dd {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.contents {
  background: #ebf9ff;
  max-width: 500px;
  margin: 0 auto;
  border: dotted #1e366a 2px;
  border-radius: 10px;
  color: #1e366a;
}
.contents dt {
  font-weight: bold;
  font-size: 2rem;
}
.contents dt, .contents dd {
  max-width: 300px;
  margin: 0 auto;
  display: block;
}

#footer-inner {
  margin: 0 auto;
  max-width: 1024px;
  background: #ebf9ff;
  font-size: 1.4rem;
  padding: 20px 10px 15px;
  margin-top: 15px;
}
#footer-inner ul {
  margin-bottom: 6px;
  max-width: 800px;
}
#footer-inner li {
  float: left;
}
#footer-inner li:after {
  content: "｜";
}
#footer-inner li:last-child:after {
  content: "";
}
#footer-inner p {
  margin-bottom: 0;
}

#sns-bt {
  margin: 0 auto;
  max-width: 650px;
}

@media screen and (min-width: 768px) {
  #footer-inner {
    background: #ebf9ff;
    padding: 20px 10px;
  }
  #footer-inner ul {
    margin: 0 auto 6px;
    max-width: 800px;
  }
  #footer-inner li {
    float: left;
  }
  #footer-inner li:after {
    content: "｜";
  }
  #footer-inner li:last-child:after {
    content: "";
  }
}
#copy {
  font-size: 1.0rem;
  text-align: center;
}

#sns-bt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#sns-bt li {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-style: none;
}
#sns-bt li a {
  align-items: center;
  position: relative;
  background: #b7b7b7;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
}
#sns-bt li a i {
  display: inline-block;
}
#sns-bt li a .sns-ic {
  display: none;
}
#sns-bt .facebook a {
  background: #3B5998;
}
#sns-bt .twitter a {
  background: #1DA1F2;
}
#sns-bt .hatebu a {
  background: #008fde;
}
#sns-bt .googlep a {
  background: #DB4437;
}

@media screen and (min-width: 768px) {
  #sns-bt .hatebu .fa-lg {
    display: none;
  }
  #sns-bt li {
    font-weight: bold;
    color: #fff;
    border-style: none;
    font-size: 1.4rem;
  }
  #sns-bt li a {
    padding: 10px 20px;
    background-color: #b7b7b7;
    display: block;
    border-radius: 50px;
  }
  #sns-bt li a i {
    display: none;
  }
  #sns-bt li a .sns-ic {
    display: inline-block;
  }
}
#top-bt {
  position: fixed;
  right: 10px;
  bottom: 100px;
}
@media screen and (min-width: 768px) {
  #top-bt {
    right: 50px;
    bottom: 55px;
  }
}

.point {
  background: #fff;
  padding: 15px 20px;
  border: dotted 2px #78a0b3;
  border-radius: 10px;
  line-height: 2.0;
}

.lineblue {
  font-weight: bold;
  background: transparent linear-gradient(transparent 60%, #c9ed00 0%) repeat scroll 0 0;
}

.linered {
  font-weight: bold;
  background: transparent linear-gradient(transparent 60%, #e881b9 0%) repeat scroll 0 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
