@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*
  font-family: "Noto Sans JP", sans-serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  color: #72808d;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  body::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: url(../img/common/bg_sp.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: '';
  }

  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #72808d;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #999999;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #72808d;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #999999;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
*/






/*header*/
h1 {
  display: none;
}
header {
	position: relative;
  height: 150px;
  display: flex;
  align-items: center;
}
header h2 {
  margin-left: 50px;
  margin-right: 20px;
  width: 400px;
}
header nav {
  margin-right: 120px;
  margin-left: auto;
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
  align-items: center;
}
header nav ul li {
  font-size: 1.2rem;
  padding-right: 1.7em;
  border-right: solid 1px #72808d;
}
header nav ul li:not(:last-of-type) {
  margin-right: 1.7em;
}
header nav ul li a {
  color: #72808d;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  header {
    height: 15vw;
  }
  header h2 {
    margin-left: 4vw;
    margin-right: 4vw;
    width: 50vw;
  }
  header nav {
    margin-right: 15vw;
  }
  header nav ul li {
    font-size: 1.2rem;
    padding-left: 1em;
    padding-right: 1em;
    border-left: solid 1px #72808d;
    border-right: solid 1px #72808d;
  }
  header nav ul li:not(:last-of-type) {
    margin-right: 0;
  }
  header nav ul li:last-of-type {
    display: none;
  }
}



/*footer*/
footer {
  background: #ebebeb;
  border-top: solid 1px #72808d;
  padding: 140px 0 120px;
}
footer .footer_in {
  width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  padding-left: 90px;
}
footer .footer_in .f_logo {
  width: 385px;
  margin-bottom: 55px;
}
footer .footer_in .box {
  display: flex;
}
footer .footer_in .box * {
  letter-spacing: .15em;
}
footer .footer_in .box .box_l {
  margin-right: 20px;
  font-size: 1.2rem;
}
footer .footer_in .box .box_r {
  margin-left: auto;
  display: flex;
}
footer .footer_in .box .box_r section:nth-of-type(1) {
  margin-right: 100px;
}
footer .footer_in .box .box_r section p ,
footer .footer_in .box .box_r section p * {
  font-size: 1.4rem;
  font-weight: 500;
}
footer .footer_in .box .box_r section p {
  margin-bottom: .8em;
}
footer .footer_in .box .box_r section .f_nav {
  padding-top: 10px;
  display: flex;
  font-size: 1.2rem;
}
footer .footer_in .box .box_r section .f_nav ul:nth-of-type(1) {
  margin-right: 40px;
}
footer .footer_in .box .box_r section .f_nav ul li:not(:last-of-type) {
  margin-bottom: .6em;
}
footer .footer_in .box .box_r section .f_sns {
  display: flex;
  font-size: 1.2rem;
}
footer .footer_in .box .box_r section .f_sns ul {
  display: flex;
}
footer .footer_in .box .box_r section .f_sns ul li:nth-of-type(1) {
  margin-right: 30px;
}
footer .footer_in .box .box_r section .f_sns ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .footer_in .box .box_r section .f_sns ul li em ,
footer .footer_in .box .box_r section .f_sns ul li span {
  display: block;
}
footer .footer_in .box .box_r section .f_sns ul li em {
  width: 50px;
  margin-bottom: 10px;
}
.return {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
  width: 82px;
}
@media screen and (max-width: 1000px) {
  footer .footer_in {
    width: 100%;
  }
}
@media screen and (max-width: 840px) {
  footer .footer_in {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 15vw 0 15vw;
  }
  footer .footer_in {
    width: 100%;
    padding: 0 4%;
  }
  footer .footer_in .f_logo {
    width: 60vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }
  footer .footer_in .box {
    display: flex;
    flex-direction: column;
  }
  footer .footer_in .box .box_l {
    margin-right: 0;
    font-size: 1.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 6vw;
  }
  footer .footer_in .box .box_r {
    margin-left: 0;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
  }
  footer .footer_in .box .box_r section:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  footer .footer_in .box .box_r section .f_nav {
    padding-top: 0;
    display: flex;
    font-size: 1.4rem;
  }
  footer .footer_in .box .box_r section .f_nav ul {
    width: 50%;
  }
  footer .footer_in .box .box_r section .f_nav ul:nth-of-type(1) {
    margin-right: 0;
  }
  footer .footer_in .box .box_r section .f_sns {
    display: flex;
    justify-content: center;
  }
  footer .footer_in .box .box_r section .f_sns ul {
    justify-content: center;
  }
  footer .footer_in .box .box_r section .f_sns ul li:nth-of-type(1) {
    margin-right: 10vw;
  }
  footer .footer_in .box .box_r section .f_sns ul li em {
    width: 10vw;
    margin-bottom: 3vw;
  }
  .return {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    z-index: 5;
    width: 12vw;
  }
  
}


.menu_btn {
  position: fixed;
  top: calc((150px - 35px) / 2);
  right: 50px;
  z-index: 40;
  width: 30px;
  height: 35px;
  cursor: pointer;
  background: url(../img/menu_off.svg) no-repeat center center;
  background-size: cover !important;
  transition: .5s;
}
.reverse .menu_btn {
  top: 20px;
  transition: .5s;
}
.menu_btn.is-active {
  background: url(../img/menu_on.svg) no-repeat center center;
}
.menu_box {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  margin: 0;
  width: 520px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transform: translateX(520px);
  transition: transform 500ms ease-in-out;
  background: rgba(255, 255, 255, .8);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.menu_btn.is-active + .menu_box {
  transform: translateX(0);
}
.menu_btn + .menu_box .box_in {
  display: flex;
  flex-direction: column;
  padding: 100px 50px;
  width: 100%;
}
.menu_btn + .menu_box .box_in > ul {
  margin-bottom: 20px;
  width: 100%;
}
.menu_btn + .menu_box .box_in > ul li {
  border-bottom: solid 1px #72808d;
}
.menu_btn + .menu_box .box_in > ul li a {
  display: block;
  font-size: 1.6rem;
  padding: .5em .2em;
}
.menu_btn + .menu_box .box_in > p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.menu_btn + .menu_box .box_in > p a {
  display: block;
  border: solid 1px #d7003a;
  background: #d7003a;
  font-size: 1.6rem;
  padding: .8em 6em;
  color: #FFF;
}
.menu_btn + .menu_box .box_in > p a:hover {
  border: solid 1px #d7003a;
  background: #FFF;
  color: #d7003a;
}
.menu_btn + .menu_box .box_in > .nav_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}
.menu_btn + .menu_box .box_in > .nav_sns ul {
  display: flex;
}
.menu_btn + .menu_box .box_in > .nav_sns ul li:nth-of-type(1) {
  margin-right: 30px;
}
.menu_btn + .menu_box .box_in > .nav_sns ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menu_btn + .menu_box .box_in > .nav_sns ul li em ,
.menu_btn + .menu_box .box_in > .nav_sns ul li span {
  display: block;
}
.menu_btn + .menu_box .box_in > .nav_sns ul li em {
  width: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu_btn {
    position: fixed;
    top: calc((15vw - (4.563vw * 2)) / 2);
    right: 4vw;
    z-index: 40;
    width: calc(3.911vw * 2);
    height: calc(4.563vw * 2);
  }
  .reverse .menu_btn {
    top: calc((15vw - (4.563vw * 2)) / 2);
  }
  .menu_box {
    width: 80vw;
    transform: translateX(80vw);
  }
  .menu_btn.is-active + .menu_box {
    transform: translateX(0);
  }
  .menu_btn + .menu_box .box_in {
    padding: 10vw 5vw;
  }
  .menu_btn + .menu_box .box_in > ul {
    margin-bottom: 5vw;
  }
  .menu_btn + .menu_box .box_in > ul li a {
    padding: .5em .2em;
  }
  .menu_btn + .menu_box .box_in > p {
    margin-bottom: 10vw;
  }
  .menu_btn + .menu_box .box_in > p a {
    padding: .8em 4em;
  }
  .menu_btn + .menu_box .box_in > .nav_sns ul li:nth-of-type(1) {
    margin-right: 10vw;
  }
  .menu_btn + .menu_box .box_in > .nav_sns ul li em {
    width: 12vw;
    margin-bottom: 3vw;
  }
}


/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}

@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}






/*pagination*/
.pagination {
	padding-top: 50px;
}
.pagination .pagination-box {
	text-align:center;
	font-size:0;
}
.pagination .pagination-box a ,
.pagination .pagination-box span {
	position: relative;
	display:inline-block;
	font-size:1.6rem;
	font-weight: 700;
	width:32px;
	height:32px;
	line-height:1.8em;
	text-align:center;
	margin-right:10px;
	color:#1076cd;
	border: solid 1px #a7a8aa;
	text-decoration:none;
}
.pagination .pagination-box a:not(.inactive) em {
	display: inline-block;
	font-size:1.6rem;
}
.pagination .pagination-box a:last-child ,
.pagination .pagination-box span:last-child {
	margin-right:0;
}
.pagination .pagination-box span.current {
	background:#3391e2;
	border: solid 1px #3391e2;
	color:#FFF;
	font-weight: 700;
}
.pagination .pagination-box a:hover {
	text-decoration:none;
	opacity:0.65;
	filter: alpha(opacity=65);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)";  /* ie 8 */
	-moz-opacity:0.65;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.65;              /* Safari 1.x */
	zoom:1;
}
@media screen and (max-width: 768px) {
  .pagination {
    padding:10vw 0 0;
  }
  .pagination .pagination-box a ,
  .pagination .pagination-box span {
    font-size:1.4rem;
    width:4.694vw;
    height:6.78vw;
    line-height:4.694vw;
    margin-right:1.304vw;
  }
}


/*detail contents*/
.contents {
  font-size: 1.6rem;
}
.contents p:not(:last-of-type) {
  margin-bottom: 1.2em;
}
.contents img {
	width:auto;
	max-width:100%;
	height:auto;
}
.contents .thum_img {
	text-align:left;
	margin:0 auto;
	margin-bottom:50px;
}
.contents h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.contents figcaption,
.contents figure,
.contents main {
  display: block;
}
.contents figure {
  margin: 1em 0;
}
.contents hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
.contents pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}
.contents b,
.contents strong {
  font-weight: inherit;
}
.contents b,
.contents strong {
  font-weight: 700;
}
.contents code,
.contents kbd,
.contents samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.contents dfn {
  font-style: italic;
}
.contents mark {
  background-color: #eee;
  color: #222;
}
.contents small {
  font-size: 80%;
}
.contents sub,
.contents sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.contents sub {
  bottom: -0.25em;
}
.contents sup {
  top: -0.5em;
}
.contents audio,
.contents video {
  display: inline-block;
}
.contents audio:not([controls]) {
  display: none;
  height: 0;
}
.contents button,
.contents input,
.contents optgroup,
.contents select,
.contents textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.contents button,
.contents input {
  overflow: visible;
}
.contents button,
.contents select {
  text-transform: none;
}
.contents button,
.contents html [type="button"],
.contents [type="reset"],
.contents [type="submit"] {
  -webkit-appearance: button;
}
.contents button::-moz-focus-inner,
.contents [type="button"]::-moz-focus-inner,
.contents [type="reset"]::-moz-focus-inner,
.contents [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.contents button:-moz-focusring,
.contents [type="button"]:-moz-focusring,
.contents [type="reset"]:-moz-focusring,
.contents [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.contents fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.contents legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.contents progress {
  display: inline-block;
  vertical-align: baseline;
}
.contents textarea {
  overflow: auto;
}
.contents [type="checkbox"],
.contents [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.contents [type="number"]::-webkit-inner-spin-button,
.contents [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.contents [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.contents [type="search"]::-webkit-search-cancel-button,
.contents [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.contents ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.contents details,
.contents menu {
  display: block;
}
.contents summary {
  display: list-item;
}
.contents canvas {
  display: inline-block;
}
.contents template {
  display: none;
}
.contents [hidden] {
  display: none;
}
.contents .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.contents .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.contents .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents .clear:before,
.contents .clear:after,
.contents .entry-content:before,
.contents .entry-content:after,
.contents .entry-footer:before,
.contents .entry-footer:after,
.contents .comment-content:before,
.contents .comment-content:after,
.contents .site-header:before,
.contents .site-header:after,
.contents .site-content:before,
.contents .site-content:after,
.contents .site-footer:before,
.contents .site-footer:after,
.contents .nav-links:before,
.contents .nav-links:after,
.contents .pagination:before,
.contents .pagination:after,
.contents .comment-author:before,
.contents .comment-author:after,
.contents .widget-area:before,
.contents .widget-area:after,
.contents .widget:before,
.contents .widget:after,
.contents .comment-meta:before,
.contents .comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.contents .clear:after,
.contents .entry-content:after,
.contents .entry-footer:after,
.contents .comment-content:after,
.contents .site-header:after,
.contents .site-content:after,
.contents .site-footer:after,
.contents .nav-links:after,
.contents .pagination:after,
.contents .comment-author:after,
.contents .widget-area:after,
.contents .widget:after,
.contents .comment-meta:after {
  clear: both;
}
.contents button,
.contents input,
.contents select,
.contents textarea {
  color: #333;
  font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.66;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: .5em .1em;
}
.contents h1:first-child,
.contents h2:first-child,
.contents h3:first-child,
.contents h4:first-child,
.contents h5:first-child,
.contents h6:first-child {
  padding-top: 0;
}
.contents h1 {
  font-size: 24px;
  font-size: 1.5em;
  font-weight: 300;
}
.contents h2,
.contents .home.blog .entry-title {
  color: #666;
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 300;
}
.contents h3 {
  color: #333;
  font-size: 18px;
  font-size: 1.125em;
  font-weight: 300;
}
.contents h4 {
  color: #333;
  font-size: 16px;
  font-size: 1em;
  font-weight: 800;
}
.contents h5 {
  color: #767676;
  font-size: 13px;
  font-size: 0.8125em;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.contents h6 {
  color: #333;
  font-size: 15px;
  font-size: 0.9375em;
  font-weight: 800;
}
.contents p {
  margin: 0 0 1.5em;
  padding: 0;
}
.contents p:last-child {
  margin: 0;
  padding: 0;
}
.contents dfn,
.contents cite,
.contents em,
.contents i {
  font-style: italic;
}
.contents blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125em;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.contents blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
.contents address {
  margin: 0 0 1.5em;
}
.contents pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375em;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.contents code,
.contents kbd,
.contents tt,
.contents var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375em;
}
.contents abbr,
.contents acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.contents mark,
.contents ins {
  background: #eee;
  text-decoration: none;
}
.contents big {
  font-size: 125%;
}
.contents blockquote {
  quotes: "" "";
}
.contents q {
  quotes: "“" "”" "‘" "’";
}
.contents blockquote:before,
.contents blockquote:after {
  content: "";
}
.contents :focus {
  outline: none;
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  font-weight: 700;
}
.contents hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
.contents ul,
.contents ol {
  margin: 20px 0 1.5em 40px;
  padding: 0;
}
.contents ul {
  list-style: disc;
}
.contents ol {
  list-style: decimal;
}
.contents li > ul,
.contents li > ol {
  margin-bottom: 20px;
  margin-left: 1.5em;
}
.contents dt {
  font-weight: 700;
}
.contents dd {
  margin: 0 1.5em 1.5em;
}
.contents table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.contents thead th {
  /*border-bottom: 2px solid #bbb;*/
  padding-bottom: 0.5em;
}
.contents th {
  padding: 0.4em;
  text-align: left;
}
.contents tr {
  /*border-bottom: 1px solid #eee;*/
}
.contents td {
  padding: 0.4em;
}
.contents th:first-child,
.contents td:first-child {
  padding-left: 0;
}
.contents th:last-child,
.contents td:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* Typography */
  .contents {
    /* Fix image alignment */
  }
  .contents button,
  .contents input,
  .contents select,
  .contents textarea {
    font-size: 18px;
    font-size: 1.125em;
  }
  .contents h1 {
    font-size: 30px;
    font-size:calc( 1.875em * 0.9);
  }
  .contents h2,
  .contents .home.blog .entry-title,
  .contents .page .panel-content .recent-posts .entry-title {
    font-size: 26px;
    font-size:calc( 1.625em * 0.9);
  }
  .contents h3 {
    font-size: 22px;
    font-size:calc( 1.375rem * 0.9);
  }
  .contents h4 {
    font-size: 18px;
    font-size:calc( 1.125em * 0.9);
  }
  .contents h5 {
    font-size: 13px;
    font-size:calc( 0.8125em * 0.9);
  }
  .contents h6 {
    font-size: 16px;
    font-size:calc( 1em * 0.9);
  }
  .contents .entry-content blockquote.alignleft,
  .contents .entry-content blockquote.alignright {
    font-size: 14px;
    font-size: 0.875em;
  }
  .contents img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .contents img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .contents th {
	  display:block;
  }
  .contents tr {
    /*border-bottom: 1px solid #eee;*/
  }
  .contents td {
	  display:block;
  }
}


.contents h1 {
border-bottom: solid 3px #3391e2;
position: relative;
display:block !important;
margin:0 0 1.2em 0;
padding: 0 .2em .5em;
font-size: 2.2rem;
font-weight:700;
color:#000000;
}

h1:after {
position: absolute;
left:0;
content: " ";
display: block;
border-bottom: solid 3px #083478;
bottom: -3px;
width: 20%;
}
.contents h2 {
position: relative;
margin:0 0 1.2em ;
padding: 0 0 0 1em;
font-size: 2.0rem;
font-weight:500;
border: none;
line-height: 1.7;
color:#000000;
}
.contents h2:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 100%;
	background: #3391e2;
	display: block;
	border-radius: 3px;
	content: '';
}
.contents h3 {
	position: relative;
	z-index: 2;
	margin:0 0 1.2em 0;
	padding:0;
	font-size: 1.8rem;
	font-weight:500;
	border: none;
	line-height: 1.7;
	color:#000;
	/*background:linear-gradient(transparent 50%, #f5e9fa 50%);*/
}
.contents h3 span {
	position: relative;
	font-weight:500;
	background:linear-gradient(transparent 50%, #e4eff8 50%);
}
.contents h4{ 
border: none;
border-bottom: solid 1px #728199;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.6rem;
font-weight:500;
color:#000;
}
 
.contents h5{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em;
font-size: 1.5rem;
font-weight:500;
color:#000000;
}
 
.contents h6{ 
border: none;
margin:0 0 1.2em 0;
padding: 0 .2em .6em;
font-size: 1.4rem;
font-weight:500;
color:#000000;
border-bottom: dotted 1px #666666;
}
