@charset "UTF-8";

/* =============================================================================

  RESET

  html5doctor.com Reset Stylesheet v1.6.1
  Richard Clark - http://richclarkdesign.com

============================================================================= */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after {content:'';content:none;}
a { margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
del {text-decoration: line-through;}
abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
body {-webkit-text-size-adjust:100%;}
header ul,footer ul {list-style:none;}


/* =============================================================================

  BASE

============================================================================= */

body {
  color: #333;
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1;
  background: #f4f5f6;
}

button, input, select, textarea {
  color: #333;
  font-family : inherit;
  font-size: 100%;
}

input, select {
  vertical-align: middle;
}

select {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

a img {
  overflow: hidden;
}

a:link,
a:visited {
  color: #03c;
  text-decoration: underline;
  outline: none;
}

a:hover,
a:focus,
a:active {
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

p,li,dt,dl {
  line-height:1.6;
}


/* =============================================================================

  PARTS

============================================================================= */

.clear {
  clear: both;
  height: 1px;
  overflow: hidden;
}

/* clearfix */
.clfx {
  zoom:1;
  min-height: 1px;
}

.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 1px;
  line-height: 1px;
  margin-top: -1px;
  visibility: hidden;
}

.nowrap {
  white-space: nowrap;
}

.inblock {
  display: inline-block;
}

.indent_01 {
  display: block !important;
  margin-top: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

.kakko {
  display: inline-block;
  text-indent: -0.5em;
}

.sp_show {
  display: none !important;
}

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

  .sp_hide {
    display: none !important;
  }

  .sp_show {
    display: block !important;
  }

  .sp_show.inline {
    display: inline !important;
  }

}


/* =============================================================================

  COMMON

============================================================================= */

/* contents
----------------------------------------------------------*/

#header {
  padding: 0 10px;
  border-bottom: 2px solid #29538d;
}

#header_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}

#header h1 {
  color: #29538d;
}

#header h1 .title_01 {
  display: block;
  font-size: 36px;
  line-height: 1.2;
}

#header h1 .title_02 {
  display: block;
  margin-top: 10px;
  font-size: 40px;
}

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

  #header_inner {
    padding: 15px 0;
  }

  #header h1 .title_01 {
    font-size: 25px;
  }

  #header h1 .title_02 {
    font-size: 20px;
  }

}


/* contents
----------------------------------------------------------*/
#contents {
  min-height: 300px;
  padding: 30px 10px 20px;
  background: #fff;
}

#contents_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 10px;
  padding: 15px;
  background: #fff;
}

#contents p {
  margin-bottom: 1.5em;
  line-height: 1.6;
}

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

  #contents {
    min-height: 200px;
  }

  #contents_inner {
    padding: 0;
  }

}

/* footer
----------------------------------------------------------*/
#footer {
  padding: 0 10px;
  color: #666;
  font-size: 18px;
}

#footer_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

#logout {
  text-align: center;
}

#logout a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #efefef;
  text-decoration: none;
  color: #333;
}

#pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9999;
}

#pagetop a {
  position: absolute;
  top: -63px;
  right: 0;
  z-index: 5;
  color: #29538d;
  font-size: 50px;
  line-height: 1;
}

#copyright {
  font-size: 14px;
  line-height: 1.6;
}

#copyright dt {
  margin-bottom: 8px;
}

#copyright .bold {
  font-size: 18px;
  font-weight: bold;
}

#copyright .small {
  font-size: 11px;
}

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

  #pagetop a {
    top: -57px;
    font-size: 40px;
  }

  #copyright {
    line-height: 1.4;
  }

  #copyright .bold {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px;
  }

  #copyright .small {
    display: inline-block;
    margin: 0 0 5px 1.5em;
  }

}


/* =============================================================================

  PAGE

============================================================================= */

#contents h2 {
  margin: 80px 0 20px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #29538d;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}

#contents h2:first-of-type {
  margin-top: 0;
}

#contents h3 {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 5px solid #29538d;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
}

#contents h3 .small {
  display: inline-block;
  font-size: 16px;
}

#contents h4 {
  margin-bottom: 10px;
  margin-left: 20px;
  font-size: 18px;
  color: #29538d;
  line-height: 1.4;
}

#contents h4 .small {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}

#contents p.text {
  margin-left: 20px;
}

#contents .shiryo {
  margin-bottom: 2em;
  font-size: 18px;
}

#contents .shiryo i {
  color: #c00;
}

#contents .video_box {
  margin-bottom: 50px;
  border: 1px solid #ccc;
}

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

  #header h1 .title_01 {
    font-size: 22px;
    line-height: 1.4;
  }

  #header h1 .title_01 .small {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
  }

  #header h1 .title_02 {
    font-size: 16px;
  }

  #contents h2 {
    font-size: 22px;
  }

  #contents h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  #contents h3 .small,
  #contents h4 .small {
    display: inline-block;
  }

  #contents .shiryo {
    margin-bottom: 1.5em;
  }

}


/* =============================================================================

  LOGIN

============================================================================= */

#contents .wpmem_msg {
  margin-bottom: 2em;
  text-align: center;
  color: #f00;
}

#contents #wpmem_login {
  text-align: center;
}

#contents #wpmem_login form {
  display: inline-block;
  text-align: left;
}

#contents #wpmem_login form label {
  display: block;
  margin-bottom: 10px;
}

#contents #wpmem_login form .div_text {
  margin-bottom: 20px;
}

#contents #wpmem_login form .div_text input {
  padding: 5px;
}

#contents #wpmem_login form .button_div label,
#contents #wpmem_login form .button_div #rememberme {
  display: none;
}

#contents #wpmem_login form .button_div .buttons {
  display: block;
  margin: 0 auto;
  padding: 5px 20px;
  border: 1px solid #999;
  border-radius: 5px;
  background: #efefef;
  color: #333;
  cursor: pointer;
}

#contents #wpmem_msg h2 {
  padding-left: 0;
  border: none;
}

#contents #wpmem_restricted_msg {
  text-align: center;
}
