@charset "UTF-8";

/* ------------------------------------------------------------------
intial set
------------------------------------------------------------------ */
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, tbody, tfoot, thead, tr, th, td, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
}
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;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* focus */
*:focus {
outline: none;
}

/* ------------------------------------------------------------------
body
------------------------------------------------------------------ */
html,body {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  color: #222;
}

/* ------------------------------------------------------------------
font
------------------------------------------------------------------ */
body{
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.en{
	font-family: 'Oswald', sans-serif;
  font-style: normal;
  letter-spacing: 0.06em;
}

/* ------------------------------------------------------------------
font size
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width:767.98px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------------------------
font awesome
------------------------------------------------------------------ */
.fa {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}

/* ------------------------------------------------------------------
color
------------------------------------------------------------------ */
.txtcolor.blue{
  color: #0d90ca;
}
.txtcolor.green{
  color: #01b9a9;
}
.txtcolor.yellow{
  color: #79ab00;
}
.txtcolor.orange{
  color: #eb6100;
}
.txtcolor.red{
  color: #d84619;
}

.bgcolor.blue{
  background-color: #3da1cd;
}
.bgcolor.green{
  background-color: #25b7aa;
}
.bgcolor.yellow{
  background-color: #a5c851;
}
.bgcolor.orange{
  background-color: #e0a045;
}
.bgcolor.red{
  background-color: #de7e61;
}

.bgcolor.blue-hi{
  background-color: #ebf5fa;
}
.bgcolor.green-hi{
  background-color: #e9f8f6;
}
.bgcolor.yellow-hi{
  background-color: #f6f9ed;
}
.bgcolor.orange-hi{
  background-color: #fcf5ec;
}
.bgcolor.red-hi{
  background-color: #fcf2ef;
}

/* ------------------------------------------------------------------
float
------------------------------------------------------------------ */
.fl {
  float: left;
}
.fr {
  float: right;
}

/* ------------------------------------------------------------------
align
------------------------------------------------------------------ */
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.tl {
  text-align: left;
}

/* ------------------------------------------------------------------
link
------------------------------------------------------------------ */
a {
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* ------------------------------------------------------------------
br
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .pcbr:before {
    content: "";
    display: block;
  }
}
@media only screen and (max-width:767.98px) {
  .spbr:before {
    content: "";
    display: block;
  }
}

/* ------------------------------------------------------------------
display
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .sponly {
    display: none !important;
  }
  .pconly {
  }
}
@media only screen and (max-width:767.98px) {
  .sponly {
  }
  .pconly {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
clearfix
------------------------------------------------------------------ */
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
 *zoom: 1;
}

/* ------------------------------------------------------------------
loading
------------------------------------------------------------------ */
#loading {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 999999;
}
#loading .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  perspective: 200px;
}
#loading .logo .symbol {
  display: block;
  background-image: url("../images/common/logo_symbol.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  animation: rotate 3s linear infinite;
}

#loading .logo .logotype {
  display: block;
  background-image: url("../images/common/logo_type.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 20px;
  margin: 10px auto 0;
  opacity: 0;
}

#loading.loaded .logotype {
  animation: fadein .5s forwards .2s;
}

@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* ------------------------------------------------------------------
header
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  header{
		background: #fff;
  }
  header .header-in{
    position: relative;
		max-width: 1240px;
    height: 80px;
    margin: auto;
		box-sizing: border-box;
  }
  header .logo_wrap{
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 420px;
    height: 50px;
  }
  header .logo_wrap a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
		letter-spacing: -.4em;
  }
  header .logo_wrap .logo {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		width: 200px;
  }
  header .logo_wrap p {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4;
		margin: 0 0 0 10px;
  }
	header .logo_wrap p .s{
		display: block;
		font-size: 1.2rem;
	}
  header .hnav{
    position: absolute;
		top: 10px;
    right: 35px;
  }
  header .hnav ul{
    letter-spacing: -.4em;
  }
  header .hnav ul li{
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
	header .hnav ul li a{
		display: block;
		padding: 0 10px;
		font-size: 1.2rem;
		border-left: 1px solid #222;
	}
	header .hnav ul li:first-of-type a{
		padding: 0 10px 0 0;
		border: none;
	}
	header .hnav ul li a:hover{
		color: #0d90ca;
		text-decoration: underline;
	}
  header .search{
    position: absolute;
		bottom: 10px;
    right: 40px;
		width: 180px;
    border: 1px solid #3da1cd;
		border-radius: 5px;
		box-sizing: border-box;
		overflow: hidden;
  }
  header .search input[type=text] {
    width: 100%;
    height: 28px;
    padding: 0 10px;
    background: #fff;
		border: 0;
    box-sizing: border-box;
    font-size: 1.4rem;
  }
  header .search input::placeholder{
		color:#999;
	}
  header .search button[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 0;
    border-left: 1px solid #3da1cd;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 1.4rem;
    color: #0d90ca;
		cursor: pointer;
  	transition: all 0.3s ease;
  }
	header .search button[type=submit]:hover{
		background: #3da1cd;
		color: #fff;
	}
	header .login{
    position: absolute;
		bottom: 10px;
    right: 240px;
	}
	header .login a{
		display: block;
		border: 1px solid #0d90ca;
		padding: 0 15px;
		font-size: 1.4rem;
		font-weight: 700;
		color: #0d90ca;
		height: 28px;
		line-height: 28px;
		border-radius: 5px;
		box-sizing: border-box;
	}
	header .login a:hover{
		background: #3da1cd;
		color: #fff;
	}
	header .gnav{
		position: absolute;
		bottom: -56px;
		left: 20px;
		right: 20px;
		height: 60px;
		background: #fff;
		border: 4px solid #fff;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 9;
	}
	header .gnav ul{
    letter-spacing: -.4em;
	}
	header .gnav ul li{
    display: inline-block;
    letter-spacing: normal;
		position: relative;
		width: 14%;
		padding: 0 5px;
		box-sizing: border-box;
	}
	header .gnav ul li:nth-of-type(1),
	header .gnav ul li:nth-of-type(2){
		width: 15%;
	}
	header .gnav ul li:first-of-type{
		padding-left: 0;
	}
	header .gnav ul li:last-of-type{
		padding-right: 0;
	}
	header .gnav ul li:after{
		content: "";
		position: absolute;
		top: 10px;
		right: 0;
		width: 1px;
		height: 32px;
		background: #3da1cd;
	}
	header .gnav ul li:last-of-type:after{
		display: none;
	}
	header .gnav ul li a{
		display: table-cell;
		width: 600px;
		height: 52px;
		vertical-align: middle;
		text-align: center;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4;
		border-radius: 5px;
	}
	header .gnav ul li a:hover{
		background: #3da1cd;
		color: #fff;
	}
}
@media only screen and (max-width:767.98px) {
  header{
  }
  header .header-in{
    position: relative;
    width: 100%;
    height: 55px;
    margin: auto;
		background: #fff;
    z-index: 99999;
  }
  header .logo_wrap{
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 280px;
    height: 34px;
  }
  header .logo_wrap a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
		letter-spacing: -.4em;
  }
  header .logo_wrap .logo {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		width: 140px;
  }
  header .logo_wrap p {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		font-size: 1.0rem;
		font-weight: 700;
		line-height: 1.4;
		margin: 0 0 0 10px;
  }
	header .logo_wrap p .s{
		display: block;
		font-size: 1.0rem;
	}
  header .trigger {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 55px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 99999;
  }
  header .trigger.active{
  }
  header .trigger .menu_btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 16px;
  }
  header .trigger .menu_btn span {
    position: absolute;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #222;
    transition: all 0.3s ease;
  }
  header .trigger .menu_btn span:nth-of-type(1) {
    top: 0;
  }
  header .trigger .menu_btn span:nth-of-type(2) {
    top: 7px;
  }
  header .trigger .menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  header .trigger .menu_btn.is-open span {
  }
  header .trigger .menu_btn.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  header .trigger .menu_btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  header .trigger .menu_btn.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  header nav{
    display: none;
    position: relative;
    width: 90%;
    margin: auto;
		padding: 80px 0 0;
    z-index: 9999;
  }
  header .hnav{
		width: 240px;
		margin: 0 auto 20px;
  }
  header .hnav ul{
		list-style: disc;
  }
  header .hnav ul li{
		margin: 0 0 15px 20px;
		color: #fff;
  }
	header .hnav ul li:last-of-type{
		margin: 0 0 0 20px;
	}
	header .hnav ul li a{
		display: block;
		font-size: 1.2rem;
		color: #fff;
	}
	header .hnav ul li a.hover{
		color: #0d90ca;
		text-decoration: underline;
	}
  header .search{
		position: relative;
		width: 240px;
		margin: 0 auto 20px;
    border: 1px solid #3da1cd;
		border-radius: 5px;
		box-sizing: border-box;
		background: #fff;
		overflow: hidden;
  }
  header .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    background: #fff;
		border: 0;
    box-sizing: border-box;
    font-size: 1.6rem;
    line-height: 40px;
  }
  header .search input::placeholder{
		color:#999;
	}
  header .search button[type=submit] {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #3da1cd;
		background: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4rem;
    color: #0d90ca;
		cursor: pointer;
  	transition: all 0.3s ease;
  }
	header .search button[type=submit]:hover{
		background: #3da1cd;
		color: #fff;
	}
	header .login{
		width: 240px;
		margin: 0 auto 15px;
	}
	header .login a{
		display: block;
		border: 1px solid #3da1cd;
		padding: 0 15px;
		font-size: 1.4rem;
		font-weight: 700;
		color: #0d90ca;
		background: #fff;
		height: 30px;
		line-height: 30px;
		border-radius: 5px;
		box-sizing: border-box;
		text-align: center;
	}
	header .login a:hover{
		background: #3da1cd;
		color: #fff;
	}
  header .gnav {
  }
  header .gnav ul{
    margin: 0 0 20px;
  }
  header .gnav ul li{
  }
  header .gnav ul li a{
		position: relative;
    display: block;
    padding: 14px 0;
    font-size: 1.4rem;
		font-weight: 700;
		color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  header .gnav ul li a:before{
    position: absolute;
    top: 50%;
    right: 0%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #fff;
    box-sizing: border-box;
  }
	@media only screen and (max-width:320px) {
    header nav{
      padding: 65px 0 0;
    }
		header .logo_wrap p {
			display: none;
		}
    header .gnav ul li a{
      padding: 12px 0;
      font-size: 1.2rem;
    }
    header .hnav ul li{
      margin: 0 0 12px 20px;
    }
    header .search{
      margin: 0 auto 15px;
    }
    header .login{
      margin: 0 auto 10px;
    }
	}
}

/* ------------------------------------------------------------------
layer
------------------------------------------------------------------ */
.layer-spgnav{
  display: none;
  position: fixed;
  top: 0;
  bottom:0;
  left:0;
  right:0;
  z-index: 99;
  width: 100%;
  height: 100%;
	background: rgba(0,0,0,0.85);
}

/* ------------------------------------------------------------------
pankuzu
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  div.pankuzu{
    padding: 10px 0;
  }
  div.pankuzu ul{
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
    letter-spacing: -.4em;
  }
  div.pankuzu ul li{
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    padding: 0 10px 0 0;
    margin: 0 20px 0 0;
    font-size: 1.2rem;
  }
  div.pankuzu ul li:before{
    position: absolute;
    top: 50%;
    right: -8px;
    content: "";
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    width: 5px;
    height: 5px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  div.pankuzu ul li:last-of-type{
    padding: 0;
    margin: 0;
  }
  div.pankuzu ul li:last-of-type:before{
    display: none;
  }
  div.pankuzu ul li i{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
  }
  div.pankuzu ul li a{
		color: #222;
    border-bottom: 1px solid transparent;
  }
  div.pankuzu ul li a:hover{
    border-bottom: 1px solid #222;
  }
}
@media only screen and (max-width:767.98px) {
  div.pankuzu{
  }
  div.pankuzu ul{
    width: 90%;
    margin: auto;
    padding: 10px 0;
    letter-spacing: -.4em;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  div.pankuzu ul li{
    position: relative;
    display: inline;
    letter-spacing: normal;
    padding: 0 10px 0 0;
    margin: 0 20px 0 0;
    font-size: 1.0rem;
  }
  div.pankuzu ul li:before{
    position: absolute;
    top: 50%;
    right: -8px;
    content: "";
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    width: 5px;
    height: 5px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  div.pankuzu ul li:last-of-type{
    padding: 0;
    margin: 0;
  }
  div.pankuzu ul li:last-of-type:before{
    display: none;
  }
  div.pankuzu ul li i{
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
  }
  div.pankuzu ul li a{
    border-bottom: 1px solid transparent;
  }
  div.pankuzu ul li a.hover{
    border-bottom: 1px solid #222;
  }
}

/* ------------------------------------------------------------------
ttl
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .topttl{
    position: relative;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    margin: 0 0 40px;
  }
  .topttl:after{
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #3da1cd;
    margin: 20px auto 0;
  }
  .topttl i{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    border-radius: 25px;
    background: #3da1cd;
    margin: 0 auto 15px;
  }
  .topttl i img{
    width: 26px;
    height: auto;
    vertical-align: middle;
    margin: -4px 0 0;
  }
  .subttl{
    position: relative;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 30px;
    padding: 0 0 0 28px;
  }
  .subttl:after{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 8px;
    height: 30px;
    background: #3da1cd;
    border-radius: 5px;
  }
  .subttl .s{
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 5px 0 0;
  }
}
@media only screen and (max-width:767.98px) {
  .topttl{
    position: relative;
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 30px;
  }
  .topttl:after{
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #3da1cd;
    margin: 15px auto 0;
  }
  .topttl i{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    background: #3da1cd;
    margin: 0 auto 10px;
  }
  .topttl i img{
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin: -4px 0 0;
  }
  .subttl{
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 0 0 0 16px;
  }
  .subttl:after{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 6px;
    height: 24px;
    background: #3da1cd;
    border-radius: 3px;
  }
  .subttl .s{
    display: block;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 5px 0 0;
  }
}

/* ------------------------------------------------------------------
icon
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
	i.arr{
		width: 20px;
		height: 20px;
		border-radius: 50%;
		text-align: center;
		background: #3da1cd;
	}
	i.arr:before{
		content: "";
		position: absolute;
		top: 50%;
		left: 4px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
	}
  i.arr.up:before{
    top: 60%;
    left: 6px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }
  i.arr.down:before{
    top: 40%;
    left: 6px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
  }
}
@media only screen and (max-width:767.98px) {
	i.arr{
		width: 15px;
		height: 15px;
		border-radius: 50%;
		text-align: center;
		background: #3da1cd;
  }
	i.arr:before{
		content: "";
		position: absolute;
		top: 50%;
		left: 3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
	}
  i.arr.up:before{
    top: 60%;
    left: 5px;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }
  i.arr.down:before{
    top: 40%;
    left: 5px;
    -webkit-transform: translate(0, -50%) rotate(135deg);
    transform: translate(0, -50%) rotate(135deg);
  }
}

i.arr.bgblue{
  background: #3da1cd;
}
i.arr.bggreen{
  background: #25b7aa;
}
i.arr.bgred{
  background: #e60012;
}
i.arr.bgorange{
  background: #eb6100;
}
i.arr.bgyellow{
  background: #a5c851;
}
i.arr.bgwhite{
  background: #fff;
}
i.arr.arrblue:before{
  border-top: 1px solid #3da1cd;
  border-right: 1px solid #3da1cd;
}
i.arr.arrgreen:before{
  border-top: 1px solid #25b7aa;
  border-right: 1px solid #25b7aa;
}
i.arr.arryellow:before{
  border-top: 1px solid #95bd35;
  border-right: 1px solid #a5c851;
}
i.arr.arrred:before{
  border-top: 1px solid #e60012;
  border-right: 1px solid #e60012;
}
i.arr.arrorange{
  border-top: 1px solid #eb6100;
  border-right: 1px solid #eb6100;
}
i.arr.arrwhite{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}


/* ------------------------------------------------------------------
morebtn
------------------------------------------------------------------ */
@media print,screen and (min-width:980px) {
	.morebtn a{
    display: block;
    width: 400px;
    margin: auto;
    position: relative;
    background: #3da1cd;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .morebtn.bk a{
    background: #222;
  }
  .morebtn a:hover{
    opacity: 0.5;
  }
  .morebtn a i{
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media screen and (max-width:979px) {
	.morebtn a{
    display: block;
    position: relative;
    background: #3da1cd;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    height: 44px;
    line-height: 44px;
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
  .morebtn.bk a{
    background: #222;
  }
  .morebtn a.hover{
    opacity: 0.5;
  }
  .morebtn a i{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/* ------------------------------------------------------------------
pagetop
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  div.pagetop {
  }
  div.pagetop a {
    display: block;
    padding: 10px 0 15px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    text-decoration: none;
  }
  div.pagetop a:before {
		display: inline-block;
    content: "";
    border: 9px solid transparent;
    border-bottom: 9px solid #3da1cd;
    transition: all 0.3s ease;
  }
  div.pagetop a:hover {
    background: #ebf5fa;
  }
}
@media only screen and (max-width:767.98px) {
  div.pagetop {
  }
  div.pagetop a {
    display: block;
    padding: 5px 0 15px 0;
    background: #fff;
    border-top: 1px solid #ddd;
    text-align: center;
    text-decoration: none;
  }
  div.pagetop a:before {
		display: inline-block;
    content: "";
    border: 9px solid transparent;
    border-bottom: 9px solid #3da1cd;
    transition: all 0.3s ease;
  }
  div.pagetop a.hover {
    background: #ebf5fa;
  }
}

/* ------------------------------------------------------------------
footer
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  footer{
    background: #ebf5fa;
  }
	footer .footer-in{
		position: relative;
		max-width: 1200px;
    padding: 60px 20px 40px;
		margin: auto;
    box-sizing: border-box;
	}
  footer .fnav-btn{
    display: none;
  }
	footer .flogo{
		width: 48%;
		float: left;
	}
	footer .flogo p.lead{
		font-size: 1.4rem;
		line-height: 1.6;
		margin: 0 0 10px;
	}
  footer .logo_wrap{
		position: relative;
    width: 420px;
    height: 50px;
  }
  footer .logo_wrap a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
		letter-spacing: -.4em;
  }
  footer .logo_wrap .logo {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		width: 200px;
  }
  footer .logo_wrap p {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.4;
		margin: 0 0 0 10px;
  }
	footer .logo_wrap p .s{
		display: block;
		font-size: 1.2rem;
	}
	footer .tel{
		position: absolute;
		bottom: 60px;
		left: 20px;
		letter-spacing: -.4em;
	}
	footer .tel .label{
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		background: #222;
		color: #fff;
		padding: 10px 20px;
		font-size: 1.6rem;
		border-radius: 30px;
		margin: 0 10px 0 0;
	}
	footer .tel .en{
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		font-size: 3.2rem;
		font-weight: 700;
	}
	footer .fnav{
		width: 48%;
		float: right;
	}
	footer .fnav ul{
		letter-spacing: -.4em;
	}
	footer .fnav ul:first-of-type{
		border-bottom: 1px solid #3da1cd;
		margin: 0 0 20px;
	}
	footer .fnav ul li{
		display: inline-block;
		letter-spacing: normal;
		width: 50%;
		margin: 0 0 20px;
	}
	footer .fnav ul li a{
		position: relative;
		display: block;
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 0 0 0 30px;
	}
	footer .fnav ul li a i{
		position: absolute;
		top: 0;
		left: 0;
	}
	footer .fnav ul li a:hover{
		color: #0d90ca;
		text-decoration: underline;
	}
	footer address{
		display: block;
		background: #3da1cd;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-size: 1.2rem;
		font-style: normal;
	}
}
@media only screen and (max-width:767.98px) {
  footer{
    background: #ebf5fa;
  }
	footer .footer-in{
		width: 90%;
    padding: 40px 0 40px;
		margin: auto;
	}
	footer .flogo{
	}
	footer .flogo p.lead{
		font-size: 1.2rem;
		line-height: 1.6;
		margin: 0 0 10px;
	}
  footer .logo_wrap{
		position: relative;
    width: 100%;
    height: 34px;
    margin: 0 0 20px;
  }
  footer .logo_wrap a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
		letter-spacing: -.4em;
  }
  footer .logo_wrap .logo {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		width: 140px;
  }
  footer .logo_wrap p {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		font-size: 1.0rem;
		font-weight: 700;
		line-height: 1.4;
		margin: 0 0 0 10px;
  }
	footer .logo_wrap p .s{
		display: block;
		font-size: 1.0rem;
	}
	footer .tel{
		letter-spacing: -.4em;
    margin: 0 0 20px;
	}
	footer .tel .label{
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		background: #222;
		color: #fff;
		padding: 8px 12px;
		font-size: 1.2rem;
		border-radius: 30px;
		margin: 0 10px 0 0;
	}
	footer .tel .en{
		display: inline-block;
		letter-spacing: normal;
		vertical-align: middle;
		font-size: 2.6rem;
		font-weight: 700;
	}
  footer .fnav-btn{
    border: 1px solid #3da1cd;
    color: #0d90ca;
    background: #fff;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    transition: all 0.3s ease;
  }
  footer .fnav-btn:after{
		display: inline-block;
    content: "\f0e8";
    font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-style: normal;
    margin: 0.3em 0 0 0.6em;
    transition: all 0.3s ease;
  }
  footer .fnav-btn.active{
    background: #3da1cd;
    color: #fff;
  }
	footer .fnav{
    display: none;
    margin: 20px 0 0;
	}
	footer .fnav ul{
	}
	footer .fnav ul li{
		margin: 0 0 10px;
	}
  footer .fnav ul:last-of-type li:last-of-type{
    margin: 0;
  }
	footer .fnav ul li a{
		position: relative;
		display: block;
		font-size: 1.4rem;
		line-height: 1.4;
		padding: 0 0 0 30px;
	}
	footer .fnav ul li a i{
		position: absolute;
		top: 0;
		left: 0;
	}
	footer .fnav ul li a.hover{
		color: #0d90ca;
		text-decoration: underline;
	}
	footer address{
		display: block;
		background: #3da1cd;
		color: #fff;
		padding: 10px;
		text-align: center;
		font-size: 1.2rem;
		font-style: normal;
	}
}

/* ------------------------------------------------------------------
table scroll
------------------------------------------------------------------ */
@media only screen and (max-width:767.98px) {
  .scroll{
    position: relative;
    overflow: auto;
    white-space: nowrap;
    padding: 30px 0 10px;
    box-sizing: border-box;
  }
  .scroll::-webkit-scrollbar{
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .scroll:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
    text-align: left;
    font-size: 1.2rem;
    content: "横にスワイプしてご覧ください ▶︎";
    background: #d84619;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 1;
  }
}

/* ------------------------------------------------------------------
404
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .image404{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
  }
}
@media only screen and (max-width:767.98px) {
  .image404{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    max-width:100%;
    max-height:100%;
  }
}

/* ------------------------------------------------------------------
wp
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .entry{
  }
  .entry *:last-child{
    margin-bottom: 0 !important;
  }
	h1.comp_ttl{
    font-size: 2.4rem;
		line-height: 1.4;
		border-bottom: 2px solid #3da1cd;
		padding: 0 0 15px;
    margin: 0 0 30px;
	}
	h2.comp_ttl{
		position: relative;
    font-size: 2.0rem;
		line-height: 1.4;
		padding: 0 0 0 25px;
    margin: 0 0 20px;
	}
	h2.comp_ttl:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 8px;
    height: 30px;
    background: #3da1cd;
    border-radius: 5px;
	}
	h3.comp_ttl{
		position: relative;
    font-size: 1.8rem;
		line-height: 1.4;
		padding: 0 0 0 25px;
    margin: 0 0 20px;
  }
	h3.comp_ttl:before{
		content: "";
		position: absolute;
		top: 6px;
		left: 0;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #222;
	}
	h4.comp_ttl{
		position: relative;
    font-size: 2.0rem;
		line-height: 1.4;
		padding: 8px 8px 8px 25px;
    color: #fff;
    margin: 0 0 20px;
    border-radius: 5px;
  }
  .comp_ttl .s{
    display: block;
  }
  .comp_catch{
    margin: 0 0 40px;
    text-align: center;
		line-height: 1.6;
  }
  .comp_catch h1{
    font-size: 3.0rem;
  }
  .comp_catch h2{
    font-size: 2.4rem;
  }
  .comp_catch h3{
    font-size: 2.0rem;
  }
  .comp_line{
    width: 100%;
    border-bottom: 1px dotted #ccc;
    margin: 0 0 60px;
    padding: 0 0 20px;
  }
	.comp_txt{
		margin: 0 0 40px 25px;
	}
	.comp_txt *:last-child{
		margin-bottom: 0 !important;
	}
	.comp_frame{
		margin: 0 0 40px;
		padding: 30px;
		border-radius: 10px;
  }
	.comp_frame.border{
		border: 1px solid #ddd;
	}
	.comp_frame.bg{
		padding: 30px;
		background: #f3f3f3;
	}
	.comp_frame *:last-child{
		margin-bottom: 0 !important;
	}
	.comp_index{
		padding: 30px;
		background: #f3f3f3;
		margin: 0 0 40px;
		border-radius: 10px;
	}
	.comp_index p.sub{
		position: relative;
		text-align: center;
		margin: 0 0 20px;
	}
	.comp_index p.sub:before{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
		width: 100%;
		height: 1px;
		background: #ddd;
		z-index: 1;
	}
	.comp_index p.sub span{
		position: relative;
		display: inline-block;
		background: #f3f3f3;
		padding: 0 40px;
		z-index: 2;
	}
  .comp_index ul{
    list-style: disc;
    line-height: 1.6;
    margin: 0 0 0 20px;
  }
  .comp_index ul li{
		margin: 0 0 8px;
  }
	.comp_index ul li:last-of-type{
		margin: 0;
	}
	.comp_index ul li a{
		color: #008ede;
	}
  .comp_index ul li a:hover{
    text-decoration: underline;
  }
  .comp_btn{
    letter-spacing: -.4em;
    text-align: center;
		margin: 0 0 40px;
  }
  .comp_btn a{
    min-width: calc(50% - 20px);
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.8rem;
    font-weight: 700;
    background: #3da1cd;
    color: #fff;
    padding: 20px 90px 20px 80px;
    border-radius: 50px;
    box-sizing: border-box;
    margin: 0 10px;
  }
  .comp_btn a i{
		content: "";
		position: absolute;
		top: 50%;
		right: 20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .comp_btn a:hover{
    opacity: 0.75;
  }
  .comp_data_vertical{
    margin: 0 0 40px 25px;
  }
  .comp_data_vertical h4{
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .comp_data_vertical dl{
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    border-collapse: collapse;
    box-sizing: border-box;
		line-height: 1.6;
  }
  .comp_data_vertical dl:last-of-type{
		border: 1px solid #ddd;
	}
  .comp_data_vertical dl dt{
    display: table-cell;
		width: 20%;
    padding: 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    box-sizing: border-box;
    background: #f3f3f3;
  }
  .comp_data_vertical dl dd{
    display: table-cell;
    padding: 15px;
    border: 1px solid #ddd;
    border-bottom: none;
    box-sizing: border-box;
  }
  .comp_data_horizontal{
    margin: 0 0 40px 25px;
  }
  .comp_data_horizontal h4{
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .comp_data_horizontal table{
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .comp_data_horizontal table th{
    padding: 15px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #f3f3f3;
  }
  .comp_data_horizontal table td{
    padding: 15px;
    border: 1px solid #ddd;
    border-collapse: collapse;
  }
	.comp_img {
    margin: 0 0 40px 25px;
		text-align: center;
	}
  .comp_img a{
    display: block;
  }
  .comp_img a:hover{
    opacity: 0.75;
  }
	.comp_img.img_l{
	}
	.comp_img.img_m {
		width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	.comp_img .caption{
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_csl {
    margin: 0 0 40px;
	}
	.comp_imgtext {
		overflow: hidden;
    margin: 0 0 40px 25px;
	}
  .comp_imgtext.img_l .img{
    max-width: 70%;
  }
  .comp_imgtext.img_m .img{
    max-width: 50%;
  }
  .comp_imgtext.img_s .img{
    max-width: 30%;
  }
  .comp_imgtext.img_ss .img{
    max-width: 15%;
  }
	.comp_imgtext.img_left .img{
		float: left;
		margin: 0 30px 10px 0;
	}
	.comp_imgtext.img_right .img{
		float: right;
		margin: 0 0 10px 30px;
	}
	.comp_video{
    margin: 0 0 40px 25px;
	}
	.comp_video.video_l{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.comp_video.video_m{
		width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	.comp_video .video{
    position: relative;
    padding-top: 56.25%;
	}
  .comp_video .video iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
	.comp_video .caption{
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_map{
    margin: 0 0 40px 25px;
	}
	.comp_map .map{
		position: relative;
		height: 600px;
	}
	.comp_map .map iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
	}
	.comp_map .caption{
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_calendar{
    margin: 0 0 40px;
	}
	.comp_calendar .calendar{
    position: relative;
  }
  .comp_calendar .calendar::before {
    content: "";
    display: block;
    padding-top: calc(100% * 3 / 4);
  }
	.comp_calendar .calendar iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
	}
	.comp_calendar .caption{
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_relation{
    margin: 0 0 40px 25px;
	}
	.comp_relation .section{
		display: table;
		width: 100%;
		margin: 0 0 40px;
    border: 1px solid #ddd;
		border-radius: 10px;
		overflow: hidden;
		box-sizing: border-box;
  	transition: all 0.3s ease;
	}
	.comp_relation .section:last-of-type{
		margin: 0;
	}
	.comp_relation .section a{
		display: block;
	}
	.comp_relation .section a:hover{
    opacity: 0.75;
  }
	.comp_relation .section .pic{
		display: table-cell;
		width: 30%;
		height: 200px;
		background-image: url("../images/common/noimg.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	.comp_relation .section .txt{
		position: relative;
		display: table-cell;
		width: 70%;
		padding: 20px 20px 60px;
		box-sizing: border-box;
	}
	.comp_relation .section .txt p{
		font-size: 1.6rem;
	}
  .comp_relation .section .btn{
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 200px;
		padding: 10px 20px 10px 10px;
		margin: 0 0 0 auto;
    font-size: 1.6rem;
    font-weight: 700;
		text-align: center;
    background: #3da1cd;
    color: #fff;
    border-radius: 40px;
  }
  .comp_relation .section .btn i{
		position: absolute;
		top: 50%;
		right: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  h1.comp_ttl .s{
    font-size: 1.6rem;
  }
  h2.comp_ttl .s,
  h3.comp_ttl .s{
    font-size: 1.4rem;
  }
	.comp_txt h2,
	.comp_frame h2,
	.comp_relation h2,
	.comp_imgtext h2,
  .comp_data_vertical h2{
    font-size: 2.4rem;
		line-height: 1.4;
    margin: 0 0 10px;
  }
	.comp_txt h3,
	.comp_frame h3,
	.comp_relation h3,
	.comp_imgtext h3,
  .comp_data_vertical h3{
    font-size: 2.0rem;
		line-height: 1.4;
    margin: 0 0 10px;
  }
	.comp_txt h4,
	.comp_frame h4,
	.comp_relation h4,
	.comp_imgtext h4,
  .comp_data_vertical h4{
    font-size: 1.8rem;
		line-height: 1.4;
    margin: 0 0 10px;
  }
  .comp_txt p,
	.comp_frame p,
	.comp_relation p,
	.comp_imgtext p,
  .comp_data_vertical p{
		line-height: 1.8;
		margin: 0 0 20px;
	}
  .comp_txt ul,
	.comp_frame ul,
	.comp_relation ul,
	.comp_imgtext ul,
  .comp_data_vertical ul{
    list-style: disc;
    line-height: 1.8;
    margin: 0 0 20px 25px;
  }
  .comp_txt ul li,
	.comp_frame ul li,
	.comp_relation ul li,
	.comp_imgtext ul li,
  .comp_data_vertical ul li{
  }
  .comp_txt ul li ul,
	.comp_frame ul li ul,
	.comp_relation ul li ul,
	.comp_imgtext ul li ul,
  .comp_data_vertical ul li ul{
    margin-bottom: 0;
  }
  .comp_txt ol,
	.comp_frame ol,
	.comp_relation ol,
	.comp_imgtext ol,
  .comp_data_vertical ol{
    list-style: decimal;
    line-height: 1.8;
    margin: 0 0 20px 25px;
  }
  .comp_txt ol li,
	.comp_frame ol li,
	.comp_relation ol li,
	.comp_imgtext ol li,
  .comp_data_vertical ol li{
  }
  .comp_txt ol li ol,
	.comp_frame ol li ol,
	.comp_relation ol li ol,
	.comp_imgtext ol li ol,
  .comp_data_vertical ol li ol{
    margin-bottom: 0;
  }
  .entry p a,
  .entry ul li a,
  .entry ol li a{
    color: #0d90ca;
		font-weight: 700;
  }
  .entry p a i,
  .entry ul li a i,
  .entry ol li a i{
    margin: 0 0 0 10px;
  }
  .entry p a:hover,
  .entry ul li a:hover,
  .entry ol li a:hover{
    opacity: 0.75;
  }
  .comp_txt img,
  .comp_img img,
  .comp_imgtext img,
	.comp_csl img{
    border-radius: 10px;
    overflow: hidden;
  }
}
@media only screen and (max-width:999px) {
  .entry{
  }
  .entry *:last-child{
    margin-bottom: 0 !important;
  }
	h1.comp_ttl{
    font-size: 1.8rem;
		line-height: 1.4;
		border-bottom: 2px solid #3da1cd;
		padding: 0 0 10px;
    margin: 0 0 20px;
	}
	h2.comp_ttl{
		position: relative;
    font-size: 1.6rem;
		line-height: 1.4;
		padding: 0 0 0 20px;
    margin: 0 0 10px;
	}
	h2.comp_ttl:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 6px;
    height: 24px;
    background: #3da1cd;
    border-radius: 3px;
	}
	h3.comp_ttl{
		position: relative;
    font-size: 1.6rem;
		line-height: 1.4;
		padding: 0 0 0 20px;
    margin: 0 0 10px;
  }
	h3.comp_ttl:before{
		content: "";
		position: absolute;
		top: 7px;
		left: 0;
		width: 8px;
		height: 8px;
		border-radius: 10px;
		background: #222;
	}
	h4.comp_ttl{
		position: relative;
    font-size: 1.6rem;
		line-height: 1.4;
		padding: 6px 6px 6px 20px;
    color: #fff;
    margin: 0 0 20px;
    border-radius: 5px;
  }
  .comp_ttl .s{
    display: block;
  }
  .comp_catch{
    margin: 0 0 30px;
		line-height: 1.6;
  }
  .comp_catch h1{
    font-size: 1.8rem;
  }
  .comp_catch h2{
    font-size: 1.6rem;
  }
  .comp_catch h3{
    font-size: 1.4rem;
  }
  .comp_line{
    width: 110%;
    border-bottom: 1px dotted #ccc;
    margin: 0 -5% 30px;
  }
	.comp_txt{
		margin: 0 0 30px;
	}
  .comp_frame{
		margin: 0 0 30px;
		padding: 15px;
    border-radius: 5px;
  }
	.comp_frame.border{
		padding: 20px;
		border: 1px solid #ddd;
	}
	.comp_frame.bg{
		padding: 20px;
		background: #f3f3f3;
	}
	.comp_index{
		padding: 20px;
		background: #f3f3f3;
		margin: 0 0 30px;
    border-radius: 5px;
	}
	.comp_index p.sub{
		position: relative;
		text-align: center;
		margin: 0 0 15px;
	}
	.comp_index p.sub:before{
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
		width: 100%;
		height: 1px;
		background: #ddd;
		z-index: 1;
	}
	.comp_index p.sub span{
		position: relative;
		display: inline-block;
		background: #f3f3f3;
		padding: 0 20px;
		z-index: 2;
	}
  .comp_index ul{
    list-style: disc;
    line-height: 1.6;
    margin: 0 0 0 20px;
  }
  .comp_index ul li{
		margin: 0 0 8px;
  }
	.comp_index ul li:last-of-type{
		margin: 0;
	}
	.comp_index ul li a{
		color: #008ede;
	}
  .comp_index ul li a.hover{
    text-decoration: underline;
  }
  .comp_btn{
    letter-spacing: -.4em;
    text-align: center;
		margin: 0 0 30px;
  }
  .comp_btn a{
    position: relative;
    display: block;
    letter-spacing: normal;
    font-size: 1.6rem;
    font-weight: 700;
    background: #3da1cd;
    color: #fff;
    padding: 15px 20px 15px 10px;
    border-radius: 40px;
		box-sizing: border-box;
    margin: 0 0 10px;
  }
  .comp_btn a:last-of-type{
    margin: 0;
  }
  .comp_btn a i{
		content: "";
		position: absolute;
		top: 50%;
		right: 15px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .comp_btn a.hover{
    opacity: 0.75;
  }
  .comp_data_vertical{
    margin: 0 0 30px;
  }
  .comp_data_vertical h4{
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .comp_data_vertical dl{
    display: table;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    border-collapse: collapse;
    box-sizing: border-box;
		line-height: 1.6;
  }
  .comp_data_vertical dl:last-of-type{
		border: 1px solid #ddd;
	}
  .comp_data_vertical dl dt{
    padding: 10px;
    borde-bottomr: 1px solid #ddd;
    box-sizing: border-box;
    background: #f9f9f9;
  }
  .comp_data_vertical dl dd{
    padding: 10px;
  }
  .comp_data_horizontal{
    margin: 0 0 30px;
  }
  .comp_data_horizontal h4{
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .comp_data_horizontal table{
    width: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    line-height: 1.6;
  }
  .comp_data_horizontal table th{
    padding: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
    background: #f9f9f9;
  }
  .comp_data_horizontal table td{
    padding: 10px;
    border: 1px solid #ddd;
    border-collapse: collapse;
  }
	.comp_img {
		margin: 0 0 30px;
		text-align: center;
	}
  .comp_img a{
    display: block;
  }
  .comp_img a:hover{
    opacity: 0.75;
  }
	.comp_img.img_l{
	}
	.comp_img.img_m {
	}
	.comp_img .caption{
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_csl {
		margin: 0 0 30px;
	}
	.comp_imgtext {
		overflow: hidden;
		margin: 0 0 30px;
	}
	.comp_imgtext.img_left .img{
		text-align: center;
		margin: 0 0 15px;
	}
	.comp_imgtext.img_right .img{
		text-align: center;
		margin: 0 0 15px;
	}
	.comp_video{
		margin: 0 0 30px;
	}
	.comp_video.video_l{
		width: 100%;
	}
	.comp_video.video_m{
		width: 100%;
	}
	.comp_video .video{
    position: relative;
    padding-top: 56.25%;
	}
  .comp_video .video iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
	.comp_video .caption{
		font-size: 1.2rem;
		text-align: left;
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_map{
		margin: 0 0 30px;
	}
	.comp_map .map{
		position: relative;
		height: 400px;
	}
	.comp_map .map iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
	}
	.comp_map .caption{
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_calendar{
    margin: 0 0 30px;
	}
	.comp_calendar .calendar{
    position: relative;
  }
  .comp_calendar .calendar::before {
    content: "";
    display: block;
    padding-top: calc(100% * 1.2);
  }
	.comp_calendar .calendar iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
	}
	.comp_calendar .caption{
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.comp_relation{
		margin: 0 0 30px;
	}
	.comp_relation .section{
		margin: 0 0 30px;
		border: 1px solid #ddd;
		box-sizing: border-box;
    border-radius: 8px;
		overflow: hidden;
  	transition: all 0.3s ease;
	}
	.comp_relation .section:last-of-type{
		margin: 0;
	}
	.comp_relation .section a{
		display: block;
	}
	.comp_relation .section a.hover{
    opacity: 0.75;
  }
	.comp_relation .section .pic{
		height: 180px;
		background-image: url("../images/common/noimg.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		background-size: cover;
	}
	.comp_relation .section .txt{
		position: relative;
		padding: 15px;
		box-sizing: border-box;
	}
  .comp_relation .section .btn{
		position: relative;
		padding: 10px 20px 10px 10px;
    font-size: 1.4rem;
    font-weight: 700;
		text-align: center;
    background: #3da1cd;
    color: #fff;
    border-radius: 40px;
  }
  .comp_relation .section .btn i{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  h1.comp_ttl .s{
    font-size: 1.4rem;
  }
  h2.comp_ttl .s,
  h3.comp_ttl .s{
    font-size: 1.2rem;
  }
	.comp_txt h2,
	.comp_frame h2,
	.comp_relation h2,
	.comp_imgtext h2,
  .comp_data_vertical h2{
    font-size: 1.8rem;
		line-height: 1.4;
    margin: 0 0 5px;
  }
	.comp_txt h3,
	.comp_frame h3,
	.comp_relation h3,
	.comp_imgtext h3,
  .comp_data_vertical h3{
    font-size: 1.6rem;
		line-height: 1.4;
    margin: 0 0 5px;
  }
	.comp_txt h4,
	.comp_frame h4,
	.comp_relation h4,
	.comp_imgtext h4,
  .comp_data_vertical h4{
    font-size: 1.4rem;
		line-height: 1.4;
    margin: 0 0 5px;
  }
  .comp_txt p,
	.comp_frame p,
	.comp_relation p,
  .comp_imgtext p,
  .comp_data_vertical p{
		line-height: 1.8;
		margin: 0 0 20px;
	}
  .comp_txt ul,
	.comp_frame ul,
	.comp_relation ul,
	.comp_imgtext ul,
  .comp_data_vertical ul{
    list-style: disc;
    line-height: 1.8;
    margin: 0 0 20px 25px;
  }
  .comp_txt ul li,
	.comp_frame ul li,
	.comp_relation ul li,
	.comp_imgtext ul li,
  .comp_data_vertical ul li{
  }
  .comp_txt ul li ul,
	.comp_frame ul li ul,
	.comp_relation ul li ul,
	.comp_imgtext ul li ul,
  .comp_data_vertical ul li ul{
    margin-bottom: 0;
  }
  .comp_txt ol,
	.comp_frame ol,
	.comp_relation ol,
	.comp_imgtext ol,
  .comp_data_vertical ol{
    list-style: decimal;
    line-height: 1.8;
    margin: 0 0 20px 25px;
  }
  .comp_txt ol li,
	.comp_frame ol li,
	.comp_relation ol li,
	.comp_imgtext ol li,
  .comp_data_vertical ol li{
  }
  .comp_txt ol li ol,
	.comp_frame ol li ol,
	.comp_relation ol li ol,
	.comp_imgtext ol li ol,
  .comp_data_vertical ol li ol{
    margin-bottom: 0;
  }
  .entry p a,
  .entry ul li a,
  .entry ol li a{
    color: #0d90ca;
		font-weight: 700;
  }
  .entry p a i,
  .entry ul li a i,
  .entry ol li a i{
    margin: 0 0 0 10px;
  }
  .entry p a.hover,
  .entry ul li a.hover,
  .entry ol li a.hover{
    text-decoration: none;
  }
  .comp_txt img,
  .comp_img img,
  .comp_imgtext img,
	.comp_csl img{
    border-radius: 5px;
    overflow: hidden;
  }
}
img.centered,
img.aligncenter {
  display: block;
  margin: 0 auto;
}
img.alignright {
  margin: 0 0 20px 20px;
  display: inline;
  float: right;
}
img.alignleft {
  margin: 0 20px 20px 0;
  display: inline;
  float: left;
}

/* ------------------------------------------------------------------
prev-next-page
------------------------------------------------------------------ */
@media only screen and (min-width:768px) {
  .prev-next-page {
    position: relative;
    margin: 80px 0 0;
		letter-spacing: -.4em;
    text-align: center;
  }
  .prev-next-page a.back{
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 20px 80px;
    background: #3da1cd;
    color: #fff;
    border-radius: 40px;
  }
  .prev-next-page a.next{
    position: absolute;
    top: 0;
    right: 20px;
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0d90ca;
    padding: 20px 80px;
  }
  .prev-next-page a.next:after{
    position: absolute;
    top: 50%;
    right: 0%;
    content: "";
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-bottom: 6px solid #3da1cd;
    border-left: 6px solid #3da1cd;
    -webkit-transform: translate(0%, -50%) rotate(225deg);
    transform: translate(0%, -50%) rotate(225deg);
  }
  .prev-next-page a.prev{
    position: absolute;
    top: 0;
    left: 20px;
    display: inline-block;
    letter-spacing: normal;
    font-size: 1.8rem;
    font-weight: 700;
    color: #0d90ca;
    padding: 20px 80px;
  }
  .prev-next-page a.prev:after{
    position: absolute;
    top: 50%;
    left: 0%;
    content: "";
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-bottom: 6px solid #3da1cd;
    border-left: 6px solid #3da1cd;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .prev-next-page a.back:hover,
  .prev-next-page a.next:hover,
  .prev-next-page a.prev:hover{
    opacity: 0.75;
  }
}
@media only screen and (max-width:767px) {
  .prev-next-page {
    position: relative;
    margin: 40px 0 0;
    text-align: center;
    letter-spacing: -.4em;
  }
  .prev-next-page a{
    display: inline-block;
    letter-spacing: normal;
    box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .prev-next-page a.back{
    width: 40%;
    display: inline-block;
    letter-spacing: normal;
    padding: 15px 0px;
    background: #3da1cd;
    color: #fff;
    border-radius: 40px;
  }
  .prev-next-page a.next{
    position: relative;
    width: 30%;
    padding-right: 25px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d90ca;
    text-align: right;
  }
  .prev-next-page a.next:after{
    position: absolute;
    top: 50%;
    right: 0%;
    content: "";
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-bottom: 6px solid #3da1cd;
    border-left: 6px solid #3da1cd;
    -webkit-transform: translate(0%, -50%) rotate(225deg);
    transform: translate(0%, -50%) rotate(225deg);
  }
  .prev-next-page a.prev{
    position: relative;
    width: 30%;
    padding-left: 25px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #0d90ca;
    text-align: left;
  }
  .prev-next-page a.prev:after{
    position: absolute;
    top: 50%;
    left: 0%;
    content: "";
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    border-bottom: 6px solid #3da1cd;
    border-left: 6px solid #3da1cd;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .prev-next-page a.back.hover,
  .prev-next-page a.next.hover,
  .prev-next-page a.prev.hover{
    opacity: 0.75;
  }
}

/* ------------------------------------------------------------------
pagenavi
------------------------------------------------------------------ */
@media only screen and (min-width:889px) {
  .wp-pagenavi {
    clear: both;
    text-align: center;
    letter-spacing: -.40em;
    overflow: hidden;
  }
  .wp-pagenavi a {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 5px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #3aa1cd;
    border: 1px solid #3aa1cd;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.first,
  .wp-pagenavi a.last{
    font-size: 3.0rem;
    color: #3aa1cd;
    line-height: 46px
  }
  .wp-pagenavi a:hover {
    background: #3aa1cd;
    color: #fff;
  }
  .wp-pagenavi span.current {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 5px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #3aa1cd;
    border: 1px solid #3aa1cd;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .wp-pagenavi span.pages,
  .wp-pagenavi span.extend {
    display: none;
  }
}
@media print,screen and (max-width:888px) {
  .wp-pagenavi {
    clear: both;
    text-align: center;
    letter-spacing: -.40em;
    overflow: hidden;
  }
  .wp-pagenavi a {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 5px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #3aa1cd;
    border: 1px solid #3aa1cd;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .wp-pagenavi a.previouspostslink,
  .wp-pagenavi a.nextpostslink,
  .wp-pagenavi a.first,
  .wp-pagenavi a.last{
    font-size: 3.0rem;
    color: #3aa1cd;
    line-height: 35px
  }
  .wp-pagenavi a:hover {
    background: #3aa1cd;
    color: #fff;
  }
  .wp-pagenavi span.current {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 5px;
    width: 30px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #3aa1cd;
    border: 1px solid #3aa1cd;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .wp-pagenavi span.pages,
  .wp-pagenavi span.extend {
    display: none;
  }
}

/* ------------------------------------------------------------------
noentry
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .noentry {
    text-align: center;
    background: #fff;
    padding: 80px 40px;
		border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .noentry p{
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width:999px) {
  .noentry {
    text-align: center;
    background: #fff;
    padding: 40px 20px;
		border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
  }
  .noentry p{
    margin: 0 0 20px;
  }
}

/* ------------------------------------------------------------------
about_rhouse
------------------------------------------------------------------ */
#about_rhouse .database-gaiyo-d1-2 {
  max-width: 500px;
  margin: 0 auto;
}
#about_rhouse p.rr-lgn-frm-p1 {
  float: left;
  display: block;
  margin: 9px 0 0;
  padding: 0;
  font-size: 1.6rem;
}
#about_rhouse .rr-lgn-frm-ip1 {
  float: left;
  margin: 0 0 0 3%;
  font-size: 1.6rem;
  height: 40px;
  width: 300px;
  padding: 0 10px;
}
#about_rhouse .fltclear {
  /* content: "."; */
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#about_rhouse p.rr-lgn-frm-p2 {
  float: left;
  display: block;
  margin: 23px 0 0 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 120%;
  /* color: #fff; */
}
#about_rhouse .rr-lgn-frm-ip2 {
  float: left;
  margin: 1.0rem 0 0 3%;
  font-size: 1.6rem;
  /* background: #fff; */
  height: 40px;
  width: 300px;
  padding: 0 10px;
}
#about_rhouse input.rr-lgn-a1 {
  min-width: calc(50% - 20px);
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 1.8rem;
  font-weight: 700;
  background: #3da1cd;
  color: #fff;
  padding: 20px 90px 20px 80px;
  border-radius: 50px;
  box-sizing: border-box;
  margin: 0 ;
  line-height: 1;
  width: 100%;
  margin-top: 30px;
}
#about_rhouse input.rr-lgn-a1:hover {
  opacity: .75;
}
@media only screen and (max-width: 500px) {
  #about_rhouse p {
    margin: 0;
  }
  #about_rhouse .rr-lgn-frm-ip1,
  #about_rhouse .rr-lgn-frm-ip2 {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  #about_rhouse input.rr-lgn-a1  {
    font-size: 1.6rem;
    padding: 15px 20px 15px 10px;
  }
}
