@charset "UTF-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
body {
  color: #333;
  font-family: 'Noto Sans JP' , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; height: 100%;

}

.grecaptcha-badge {
	display: none;
}

.newsTitleSec {
	float: left;
	padding: 0.3em 3em 0 0;
	font-weight: bold;
	font-size: 1.8rem;
	text-align: center;
    line-height: 1.3;
}
.newsTitleSec span {
	font-weight: bold;
	font-size: 1.4rem;
}


@media (max-width: 767px) {
  .body {
		margin-bottom: 50px;
		padding-bottom: 100px;
	}
	.newsTitleSec {
		margin-bottom: 1em;
		text-align: left;
		line-height: 1.5;
	}
	.newsTitleSec span {
	 	text-indent: -7px;
    	display: block;

	}
	.newsRoopSec {float: left;}
}

.logoText {
	position: absolute;
	top: 15px;
	left: 105px;
	font-size: 12px;
	font-weight: normal;
	z-index: 99999;
    line-height: 1.5;
}

@media (max-width: 1100px) {
	.logoText {position: absolute;left: 112px;top: 3px;font-size: 9px;margin: 0;line-height: 1.3;}
	.logoText br {display:inline;}
}

@media (max-width: 1200px) {
    .logoText br._tb {display:block !important;}
    .logoText {top: 7px;}
}

._sp,
._sp_df {
  display: none !important;
}

@media (max-width: 767px) {
  ._pc,
  ._pc_df {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  ._sp_df {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .logoText {
    letter-spacing: 0;
    left: 90px;}
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
}

*:focus {
  outline: none;
}

/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child + html .clearFix {
  display: inline-block;
}

/* for IE7 */
.clearFix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearFix {
  display: inline-block;
}

/* no ie mac \*/
* html .clearFix {
  height: 1%;
}

.clearFix {
  display: block;
}

/* ***********************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 0.05em;
  line-height: 2.0;
  font-size: 1.6rem;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  line-height: 1.8;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  color: inherit;
}

a {
  text-decoration: none;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img {
  border-style: none;
  display: block;
  line-height: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}
