body {
  margin: 0;
}

li {
  padding: 4px 8px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}

a:link {
  color:#000;
}

a:visited {
  color:#000;
}

a:hover {
  color: #19448e;
  text-decoration:underline;
}

small {
  font-size: 90%;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}


.s130 {
  min-height: 100vh;
  background: url("../images/01.jpg");
  background-color:rgba(255,255,255,0.4);
  background-blend-mode:lighten;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 25px;
  margin-left: 65px;
}
.info {
  font-size: 15px;
  color: #ccc;
}

h1.logo {
  margin: 0.67em 0;
  font-size: 2.8em;
  font-family: 'Nunito', sans-serif;
}

h3 h4 {
  margin: 0;
  padding : 0;
  font-family: 'Poppins', sans-serif;
}

.honbun {
  font-family: 'Poppins', sans-serif;
}

.paper {
  font-family: 'Palatino Linotype', 'Georgia', 'serif';
  font-size: 90%;
  line-height:20px;
}
.papertitle {
  font-size: 110%;
  color: #19448e;
  font-weight: bold;
}

li.menu {
  font-size: 1.3em;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
}

ul.download {
    font-family: 'Poppins', sans-serif;
}

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 320px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}

.alca {
  text-align : center;
  margin: 26px 0px 0px;
  }
.alca img {
  max-width: 350px;
  width: 100%;
}

.fbox {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.fitem {
    width: 100%;
}

#check {
  display: none;
}
#check2 {
  display: none;
}
label.inq {
  cursor: pointer;
  display: inline-block;
  padding: 4px 15px;
  border-radius: 4px;
  background: #3a5b52;
  color: #FFF;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
label.inq:hover {
  background: #0090aa;
}
.panel {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
  border-radius: 4px;
}
#check:checked + .panel {
  height: auto;
  padding: 10px;
}

label.dl {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
label.dl:hover {
  color:#006DD9;
}
.panel2 {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
  border-radius: 4px;
}
#check2:checked + .panel2 {
  height: auto;
  padding: 10px;
}


ul.sqhead{
  padding: 0;
  width:370px;
  list-style: none;
}
ul.sqhead li{
  position: relative;
  padding: 0.2em 1.3em;
  margin-bottom:5px;
  font-weight: bold;
}
ul.sqhead li:after,
ul.sqhead li:before{
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.sqhead li:before{
  top: 0.7em;
  left: 0.2em;
  width: 10px;
  height: 12px;
  border:2px solid rgba(224,195,140,0.5);
}
ul.sqhead li:after{
  top: 0.9em;
  left: 0.7em;
  width: 14px;
  height: 12px;
  background: rgba(228,220,138,0.3);
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.mail.icon {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 4px;
  width: 15px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor;
}

.mail.icon:before {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}

.mail.icon:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}

.under {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
}
