/* CSS Document */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: Verdana, Roboto,"Droid Sans","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo,"ＭＳ Ｐゴシック", sans-serif;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {margin:0; padding:0}


/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: block;
}

object {
  display: block;
}


/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
	text-decoration: none
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/* レスポンシブ タイプセッティングへの対応 */

/* html { font-size: 75%} */


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/* 禁則処理 */

p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict
	}


/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
/*  max-width: 100%; *//* フルードイメージへの対応 */
  vertical-align: middle; /* 追加箇所 */
  border: 0;
}

/* IE8 max-width バグ対応 ====================================================*/
/* .ie8 img{width: auto; height: auto} ====================================== */
/* IE8でエラーの場合は、imgにclass指定'ie8' する==============================*/


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ==================== list ==================== */

ul, li {
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	}

/* ==================== style ==================== */


/* ======== common ======== */

html {
	font-size:62.5%;
	line-height:1;
	color:#707070
}

body {position: relative;  background-color: rgba(240,240,240,1.0); }

	body > div.wrapper {width: 100%; margin: 0; background-image: url(/assets/img/common/img_bkg_body_pattern.png); background-repeat: repeat; background-size: 187px 187px;}

a {text-decoration: none;color: #707070}

p.text {
	font-size: 1.6rem;
	width: 85.3vw;
	line-height: 1.75;
	margin-left: 7.35vw
}

/* ========== header ==========*/

header {position: relative}

header #top_block {position: fixed; width: 100vw; height:50px; background-color: rgba(255,255,255,0.6); z-index: 1000; top: 0; left: 0;}

header #top_block .header_logo img {width:85px; height: 27px; margin: 10px 0 0 10px}

/* ========== メニューボタン ========== */

header #top_block .menuBox {
	display: block;
	position: absolute;
	top:0px;
	left: calc(100vw - 100px);
	width:90px;
	height:50px;
	z-index: 4000;}

header #top_block .menuBox .btn_menubox {
	display: block;
	width: 90px;
	height: 20px;
	margin-top:15px;
	background-color: #F39800;
	border-radius: 5px;
	background-image: url(/assets/img/common/icon_underarrow@2x.png);
	background-size: 10px 7px;
	background-repeat: no-repeat;
	background-position: 74px 7px
}

	header #top_block .menuBox .btn_menubox img {	display: block;	width: 37px;	height: 10px;	padding: 5px 0 0 19px}


/* ========== メニュー モーダル ========== */

/* ===== Menu Box ===== */

.menuList {
	display: block;
	position: fixed;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	background-color: rgba(255,255,255,0.8);
	z-index: 5000;
	
}

/* ===== btn close ===== */

.menuList > div {
	display: block;
	position: absolute;
	top:0px;
	left: calc(100vw - 100px);
	width:90px;
	height:50px;
	z-index: 5500;}

.menuList > div .btn_closebox {
	display: block;
	width: 90px;
	height: 20px;
	margin-top:15px;
	background-color: #173E89;
	border-radius: 5px;
	background-image: url(/assets/img/common/icon_toparrow@2x.png);
	background-size: 10px 7px;
	background-repeat: no-repeat;
	background-position: 74px 7px
}

	.menuList > div .btn_closebox img {	display: block;	width: 35px; height: 13px; padding: 2px 0 0 19px}


/* ===== menu listblock =====*/

header #top_block #menu {
	display: block;
	position: absolute;
	top:50px;
	width:100vw;
	z-index: 5001;
}

/* ===== menu list =====*/

#menu {
			background-color: #fff;
			border-bottom: #F39800 1px solid;
		}

#menu li{
			font-size: 1.5rem;
			padding:0rem 3.7rem 0rem 0rem;
			background-image: url(/assets/img/common/icon_arrow_orange.png);
			background-position: calc(100% - 1.2rem) 1.75rem;
			background-repeat: no-repeat;
			background-size: calc(1.35vw + 1rem);
			border-top: #F39800 1px solid;
		}

#menu li.close{
			background-image: url(/assets/img/common/icon_closemark.png);
			background-position: calc(100% - 1.6rem) 1.6rem;
			background-repeat: no-repeat;
			background-size: calc(0.5vw + 1rem);
			}

#menu li a{
			display: block;
			width:100%;
			height:1.5rem;
			padding:1.5rem 0 1.5rem 1.2rem;
		}


/* ========== article1 block ==========*/

article .article1 .article1box {position: absolute; top:0; left:0; display: block; width: 100vw; height: 140vw; z-index: 200}


/* =========== article2-> =========== */

article .article2 {padding-top: 125vw}

section.main_contents {margin-bottom: 8vw}

article .article2.main_contents.gaiyo {padding-top: 3vw}

@media screen and (min-width:501px) {
article .article2.main_contents.gaiyo {padding-top: 1vw}

}


.main_contents h2.banner {width:100vw; height:11.5vw; background-image: url(/assets/img/common/header_banner_bkg.svg); background-repeat: no-repeat; background-position: center top; margin-bottom: 3vw }

section.main_contents h2 img {padding-top: 2.5vw; height: auto}


		/* ========== Top ==========*/


		#home article .article1 .article1box {background-image: url(/assets/img/top/img_bkg_top_h1@3x.png); background-repeat: no-repeat; background-size: 100vw 140vw}

		#home article .article1 .article1box h1 img {width:56vw; height: auto; margin: 26vw 0 0 22.15vw; }

@media screen and (min-width: 501px) and (max-width:768px) {

		#home article .article1 .article1box h1 {text-align:center;}

		#home article .article1 .article1box h1 img {width:220px; height: auto; margin: 70px 0 0 0; }

}		

@media screen and (min-width: 769px) {

		#home article .article1 .article1box h1 {text-align:center;}

		#home article .article1 .article1box h1 img {width:220px; height: auto; margin: 70px 0 0 0; }

}		

		h2 img.whats_new {width:19.2vw; margin-left: calc(50vw - 9.1vw);}

		h2 img.about_vivo_house {width: 55.4vw; margin-left: calc(50vw - 27.7vw); padding-top: 2.8vw}

		h2 img.gaiyo {width: 45.4vw; margin-left: calc(50vw - 23.8vw); padding-top: 2.8vw}

		/* ========== Top news ==========*/

		.news_title {
			position: relative;
			display: block;
			width: calc(94.4vw - 12.6rem);
			margin: 0 auto 1rem;
			background-color: #fff;
			border: #F39800 2px solid;
			border-radius: 1rem;
			padding:1.8rem 5.8rem 1.8rem 1.8rem;
			background-image: url(/assets/img/common/icon_arrow_orange.png);
			background-position: calc(100% - 1.5rem) center;
			background-repeat: no-repeat;
			background-size: calc(1.35vw + 1rem)
		}

		.news_title p.date {
			font-size: 1.3rem;
			margin-bottom: 0.8rem
		}

		.news_title h3 {
			font-size: 1.5em;
			margin-bottom: 0.5em;
			color:#F39800;
		}

		.news-list { /*トッフページ　新着情報リンク一覧用*/
			position:relative;
			width: calc(100vw - 7rem);
			display: block;
			font-size:1.6rem;
			margin:1.6rem auto 1rem;
		}

@media screen and (min-width:501px) {
		.news-list { /*トッフページ　新着情報リンク一覧用*/
			width: 460px;
		}
}

@media screen and (min-width:769px) {
		.news-list { /*トッフページ　新着情報リンク一覧用*/
			width: 750px;
		}
}
		.news-list a {
			color:#f39800;
		}
		.stretched-link {
			
		}

		.stretched-link::after {
			position: absolute;
			top:0;
			right:0;
			left:0;
			bottom:0;
			z-index:1;
			pointer-events:auto;
			content:"";
			background-color:rgba(0,0,0,0)
}

		.news_title p.date .pre_date {
			font-size: 1rem;
			color: #fff;
			display: inline-block;
			padding: 0.1rem 0.5rem;
			background-color: #F39800;
			margin-right: 0.5rem
		}

		.news_title p {
			font-size: 1.3rem;
			line-height: 1.5	
		}


		/* タイル　PC用ボックス */
			@media screen and (min-width: 769px) {
				.box-for-tiles {
					display:flex;
					justify-content: space-evenly;						
				}
			}

			@media screen and (min-width: 820px) {
				.box-for-tiles {
					display:flex;
					justify-content: space-evenly;
					width:800px;
					margin:0 auto;						
				}
			}

		/* ========== Top Gaiyo ==========*/


		/* ========== Top link for ants ==========*/

		.btn_tiles {
			width: 92.76vw;
			height:auto;
			margin: 0 auto 1.5rem
		}



		img.tile {
			width: 100%;
			height: auto
		}


		/* ========== Top illustrations ==========*/

		.img_top_no1 {
			width:81.09vw;
			margin: 0 auto;
			padding-top:1.5rem
		}


/* ========== about ========== */

		#home .about .article1 .article1box.about{background-image: url(/assets/img/about/img_bkg_about@3x.png); background-repeat: no-repeat; background-size: 100vw 140vw}

		#home .about .article1 .article1box h1 img {width:74.6vw; height: auto; margin: 26vw 0 0 12.7vw; }

		h2 img.about {width:66.9vw; margin-left: calc(50vw - 33.4vw);}

@media screen and (min-width: 501px) {

		#home .about .article1 .article1box h1 {text-align:center;}

		#home .about .article1 .article1box h1 img {width:350px; height: auto; margin: 100px 0 0 0; }

}		

	/* ========== about article imagebox ========== */

.about .article3 h2 {
	width: 73.44vw;
	height: auto;
	margin-left: 6.3vw;
	margin-bottom: 5.3vw;
	background-image:none
}

.about .main_contents p {
	font-size: 1.6rem;
	width: 85.3vw;
	line-height: 1.75;
	margin-left: 7.35vw
}

.about .main_contents div.sign {display: block; width: 18.6rem; margin-left: calc(100vw - 18.6rem - 14.7vw); margin-top: 1rem}
.about .main_contents p.sign_sub {font-size: 1.3rem; width: 18.6rem }
.about .main_contents p.sign_main {font-size: 1.8rem; width: 18.6rem}

		.img_box {
			width: 94.3vw;
			padding: 4vw 0 0 5.7vw;
			margin-bottom:10vw;
			display: block
		}

		.antsu .img_box {
			width: 94.3vw;
			padding: 4vw 0 0 5.7vw;
			margin-bottom:2.5vw;
			display: block
		}


		.single img {
			width:88.6vw;
			height:auto;
			margin:0 auto
		}

		.double img {
			width:42.6vw;
			height:auto;
			margin: 0 2.6vw 2.6vw 0
		}

		.antsu_kids img {
			width:80vw;
			height:auto;
			margin:0 0 0 5vw
		}


/* ========== about article4 wavebox ========== */

		.wavebox_orange, .wavebox_white {
			display: block;
			position: relative;
			width: 100vw;
		}

		.wavebox_orange::before {
			display: block;
			position: relative;
			width: 100vw;
			height:5.33vw;
			content: "";
			background-image: url(/assets/img/common/bkg_wave_orange.png);
			background-size: 100vw;
			background-repeat: no-repeat;
			opacity: 0.2;
			background-color: none;
		}

		#article4 {margin: 0}

		#article4 .orange_box {background-color: rgba(243,152,0,0.2); background-image: none; padding:0 0 20vw 0; }

		#article4 h2.fukidashi {background-image: none; padding:5.95vw 0 3vw 0; margin-bottom: 0;height:37.86vw;}

		#article4 h2.fukidashi img {width:84.64vw; height:37.86vw;  margin-left: 7.68vw; padding-top: 0}

		div.taisetsu {display:inline-flex}

		div.taisetsu p::before {
			content:"◎";
			width:1.6rem;
			display:inline-flex
		}
		div.taisetsu p {
			width:calc(100% - 1.6rem);
			display:inline-flex}

		#article4 .img_box {margin-bottom: 5vw}

	/* ========== about article5 wavebox ========== */


#article5 {position: relative; top:-10vw;}

#article5.main_contents {margin-bottom: 0}

#article5 .wavebox_white {margin-bottom: 0}


.wavebox_white::before {
	display: block;
	position: relative;
	width: 100vw;
	height:5.33vw;
	content: "";
	background-image: url(/assets/img/common/bkg_wave_white@3x.png);
	background-size: 100vw;
	background-repeat: no-repeat;
	opacity: 1;
	background-color: none;
}

.wavebox_white::after {	content: "";display: block; width: 100vw; height:10vw; background-color: #FFF; margin-bottom: -10vw}


.white_box {padding:5vw 0; background-color: #fff}

#article5 h2.banner img.gaiyou {width:23.8vw; margin-left: 38.085vw}

div.gaiyou dl.gaiyou {width:85.3vw; margin: 0 auto; display:block; font-size:1.3rem; line-height: 1.5; border-bottom: #ccc 1px solid}
div.gaiyou dl.gaiyou dt {width:25%; margin: 0; display: inline-block; border-top: #ccc 1px solid; padding: 1.3rem 0; float: left}
div.gaiyou dl.gaiyou dd {width:75%; margin: 0; display: inline-block; border-top: #ccc 1px solid; padding: 1.3rem 0}

div.gaiyou dl.gaiyou dd span {display: block}
div.gaiyou dl.gaiyou dd span.smalltext {font-size: 1.1rem}

.accessmap {
	width:85.3vw;
	height:85.3vw;
	margin: 0 auto
}

.accessmap .inner_map {
	width:100%;
	height:100%;
	margin: 0 auto
}


/* ========== antsu ========== */

		#home .antsu .article1 .article1box.antsu {background-image: url(/assets/img/antsu/img_bkg_antsu_h1.png); background-repeat: no-repeat; background-size: 100vw 140vw}

		#home .antsu .article1 h1 img {width:74.6vw; height: auto; margin: 26vw 0 0 12.7vw; }

		h2 img.antsu {width:66.9vw; margin-left: calc(50vw - 33.4vw);}


		/* ========== antsu titles ========== */

#home .antsu section h2 {margin-left:5.34vw}
.asobou {width: 28.5vw; }
.tsukutte {width: 46.5vw}
.odekake {width: 52.5vw}
.kyouha {width:64.45vw}


/* ========== information =========== */

#home.information {padding-top: 7.8rem; background-color: #fff}

#home article.information h2.banner img {width:19.2vw; margin-left: 40.4vw}
#home article.information h2.banner.info {margin-left:0; text-align:center;}

#home article.information h2.banner img.gaiyo {width:150px; margin-left: 0}

@media screen and (min-width:501px) {
	#home article.information h2.banner img.gaiyo {width:244px; margin-left: 0}
}

@media screen and (min-width:769px) {
	#home article.information h2.banner img.gaiyo {width:244px; margin-left: 0}
}

#home article.information section.information_contents {width:85.3vw; margin: 0 auto; padding: 0 0 4rem 0 ; /*border-bottom: #F39800 1px solid;*/}

#home article.information section.information_contents .date {
	font-size: 1.6rem;
	line-height: 1;
	display: inline-block;
	height:2rem;
	padding:0 0 0 3.4rem;
	background-image: url(/assets/img/information/icon_date_information.svg);
	background-repeat: no-repeat;
	background-position: left top; 
	background-size: 2.8rem 1.3rem;
	margin-bottom:0.8rem;

}

#home article.information section.information_contents h3 {
	font-size: 2.6rem;
	line-height: 1.25;
	color:#F39800;
	margin-bottom: 2.4rem;
	border-bottom:2px solid #F39800;
	padding-bottom:12px;

}

#home article.information section.information_contents p {
	width:100%;
	font-size: 1.6rem;
	line-height: 1.75
}


#home article.information section.information_contents figure img {
	width:100%;
	height:auto;
	margin: 1.6rem auto 1.6rem;
}

@media screen and (min-width: 501px) {

#home article.information section.information_contents  p > figure img {
	width:100%;
	max-width:600px;
	height:auto;
	margin: 0.8rem auto 1.6rem;
}

#home article.information section.information_contents figure img {
	width:100%;
	max-width:600px;
	height:auto;
	margin: 1.6rem auto 1.6rem;
}
}


#home article.main_contents {padding-top: 0rem;}

#home article.information {padding-top: 0rem; background-color: #fff}


#home article.information .information_contents .box-navi-pagenation {
	width:100%;
	font-size:16px;
	display:block;
	margin-top:32px;
	margin-bottom:32px;
	border-top:1px dotted #f39800;
	padding-top:24px;
}

#home article.information .information_contents .box-navi-pagenation .left {
		margin-right:auto;
		margin-bottom:16px;
	}	

#home article.information .information_contents .box-navi-pagenation .right {
		margin-left:auto;
		margin-bottom:16px;
		text-align:right;
}	

#home article.information .information_contents .box-navi-pagenation	a {
		color:#f39800;
	}


#home article.information .information_contents .box-navi-pagenation .pages {
	padding:16px;
}

#home article.information .information_contents .box-navi-pagenation .page,.previouspostslink,.nextpostslink,.current {
	padding:16px;
	border:1px dotted;
	margin:16px 2px;
}


@media screen and (min-width:769px) {
	#home article.information .information_contents .box-navi-pagenation {
		display:flex;
	}
	#home article.information .information_contents .box-navi-pagenation .left {
		margin-bottom:0;
	}
	#home article.information .information_contents .box-navi-pagenation .right {
		margin-bottom:0;

	}

}


/* ========== news post ========== */

.news_contents {
	margin-bottom:5em
}

.kijishita {
	margin-top:2em;
	font-size: 1.4rem;
	text-align: center
}

.kijishita a {
	display: block;
	margin-bottom: 1.6rem;
	color: #F39800
}

.kijishita a::before {
	content: "［"
}

.kijishita a::after {
	content: " →］"
}


/* ========== btn to pagetop ==========*/






/* ========== footer ==========*/


		/* ========== nav links ========== */
		#footer_links {
			background-color: #fff;
			border-bottom: #F39800 1px solid;
		}


		#footer_links ul li{
			font-size: 1.5rem;
			padding:0rem 3.7rem 0rem 0rem;
			background-image: url(/assets/img/common/icon_arrow_orange.png);
			background-position: calc(100% - 1.2rem) 1.75rem;
			background-repeat: no-repeat;
			background-size: calc(1.35vw + 1rem);
			border-top: #F39800 1px solid;
		}


		#footer_links ul li a{
			display: block;
			width:calc(100vw - 1.2rem);
			height:1.5rem;
			padding:1.5rem 0 1.5rem 1.2rem;
		}

		#footer_links.information > ul {
			position:relative;
			width:100vw;
}

		#footer_links.information > ul::before {
			display: block;
			width: 100vw;
			height:64vw;
			content: "";
			background-image: url(/assets/img/information/img_illustration_news.png);
			background-repeat: no-repeat;
			background-size: 100%;
			background-position: bottom center
}

		/* ========== company information ========== */

		footer {
			background-color: #fff;
			padding-top: 3.6rem
		}

		.company_name {
			width: 100vw;
			margin: 0 auto 4.3vw
		}

		.company_info {
			text-align: center;
			margin-bottom: 2rem
		}

		.company_info li {
			font-size: 1.3rem;
			line-height: 1.5;
		}

		.copyright {
			text-align: center;
			font-size: 1.1rem;
			padding-bottom: 1.1rem
		}

/* ========== information footer ==========*/

		
       #footer_img {
		}





@media screen and (min-width:320px) and ( max-width:499px) {
	span.br {display: block}
}


@media screen and (min-width:501px) {
	span.br {display: inline-block}

	body {position: relative;  background-color: rgba(240,240,240,1.0); background-image: url(/assets/img/common/img_bkg_body_pattern_gray.png); background-repeat: repeat; background-size: 187px 187px; }
	
	body > div.wrapper {width: 100%; max-width:1000px; margin: 0 auto; background-color: #fff;}


p.text {
	font-size: 1.6rem;
	width: 426px;
	line-height: 1.75;
	margin-left: 36px
}

header #top_block {position: fixed; width: 100vw; height:50px; background-color: rgba(255,255,255,0.6); z-index: 1000; top: 0; left: 0;}

@media screen and (min-width:769px) {
		header #top_block .header_logo {width:100%; max-width: 1000px; margin:0 auto;}
}
		
header #top_block .menuBox {
    left: calc(100vw - 100px);}

@media screen and (min-width:769px) {
		header #top_block .menuBox {left:calc( 100vw - 100px)}
}

@media screen and (min-width:1001px) {
		header #top_block .menuBox {left:calc( (100vw - 1000px) / 2 + 900px)}
}


/* ========== メニュー モーダル ========== */

/* ===== Menu Box ===== */

.menuList {
	display: block;
	position: fixed;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	background-color: rgba(255,255,255,0.8);
	z-index: 5000;
	
}

@media screen and (min-width:769px) {

	.menuList {
		width:100%;	

	}
}

@media screen and (min-width:1001px) {

	.menuList {
		width:1000px;	
		left:calc( (100vw - 1000px) / 2 );

	}
}


#menu li{
			font-size: 1.5rem;
			padding:0rem 3.7rem 0rem 0rem;
			background-image: url(/assets/img/common/icon_arrow_orange.png);
			background-position: calc(100% - 1.2rem) 1.75rem;
			background-repeat: no-repeat;
			background-size: 16px;
			border-top: #F39800 1px solid;
		}
	
	
/* ===== btn close ===== */

.menuList > div {
	display: block;
	position: absolute;
	top:0px;
	left: calc(100vw - 130px);
	width:90px;
	height:50px;
	z-index: 5500;}
	
.company_name {
			width: 100%;
			margin: 0 auto 4.3vw
		}

@media screen and (min-width:768px) {
	.menuList > div {
		left: calc( 100% - 100px);
	}	
}	

/* ===== menu listblock =====*/

header #top_block #menu {
	display: block;
	position: absolute;
	top:50px;
	width:100%;
	z-index: 5001;
}


/* ========== article1 block ==========*/

article .article1 .article1box {position: relative; top:0; left:0; display: block; width: 500px; height: 700px; z-index: 200}

@media screen and (min-width:501px) {
	article .article1 .article1box {position: relative; top:0; left:0; display: block; width: 100%; height: 500px; z-index: 200}
}


/* =========== article2-> =========== */

article .article2 {padding-top: 5%}

section.main_contents {margin-bottom: 8%}

.main_contents h2.banner {width:480px; height:80px; /*background-image: url(/assets/img/common/header_banner_bkg.svg); background-repeat: no-repeat; background-position: center top; */margin-left:10px;margin-bottom: 0%; display:flex;text-align:center; }

.main_contents h2.banner .banner-sub-l {
	width:34px; height:56px; content: " "; background-image:url(/assets/img/top/img-bkg-bunner-sub-l.png);background-size: 34px 56px; background-position: top left;
}

.main_contents h2.banner .banner-sub-m {
	width:calc(100% - 68px); height:56px;background-image:url(/assets/img/top/img-bkg-bunner-sub-m.png); background-repeat:repeat-x; background-size: 100% 56px; background-position: top left;
}

.main_contents h2.banner .banner-sub-r {
	width:34px; height:56px; content: " ";background-image:url(/assets/img/top/img-bkg-bunner-sub-r.png);background-size: 34px 56px; background-position: top left;
}


section.main_contents h2 img {padding-top: 13px; height: auto}

@media screen and (min-width:501px) {
	.main_contents h2.banner {width:calc(100% - 40px); height:80px; background-image: none; background-repeat: no-repeat; background-position: center top; margin-left:20px;margin-bottom: 0% }
}


		/* ========== Top ==========*/


/*		#home article .article1 {background-image: url(/assets/img/top/img_bkg_top_h1@3x.png); background-repeat: no-repeat; background-size: 500px 700px}*/

@media screen and (min-width:501px) {
		#home article .article1 .article1box {background-image: url(/assets/img/top/img_bkg_top_h1-1000.png); background-repeat: no-repeat; background-size: cover; background-position-x: center;}
}

		#home article .article1 h1 img {width:56%; height: auto; margin: 26% 0 0 22.15%; }

		.main_contents h2 img.whats_new {width:120px; margin-left: calc(50% - 60px);}

		.main_contents h2 img.about_vivo_house {width: 320px; margin-left: calc(50% - 160px); padding-top: 2.8%}

		.main_contents h2 img.gaiyo {width: 263px; margin-left: 0; padding-top: 10px}

@media screen and (min-width:501px) {

		.main_contents h2 { text-align:center; }
		.main_contents h2 img.whats_new {width:120px; margin-left:0; padding-top: 9px;}
		.main_contents h2 img.about_vivo_house {width: 320px; margin-left:0; padding-top: 13px}

}

	
		/* ========== Top news ==========*/

		.news_title {
			position: relative;
			display: block;
			width: 360px;
			margin: 0 auto 1rem;
			background-color: #fff;
			border: #F39800 2px solid;
			border-radius: 1rem;
			padding:1.8rem 5.8rem 1.8rem 1.8rem;
			background-image: url(/assets/img/common/icon_arrow_orange.png);
			background-position: calc(100% - 1.5rem) center;
			background-repeat: no-repeat;
			background-size: calc(1.35% + 1rem)
		}

@media screen and (min-width:769px) {
		.news_title {
			width: 650px;
		}

}
		/* ========== Top link for ants ==========*/

		.btn_tiles {
			width: 470px;
			height:auto;
			margin: 0 auto 1.5rem
		}


			@media screen and (min-width: 768px) {

				.btn_tiles {
					width: 350px;
					height:auto;
					margin: 0 0 1.5rem
				}

			}
	
		/* ========== Top illustrations ==========*/

		.img_top_no1 {
			width:480px;
			margin: 0 auto;
			padding-top:1.5rem
		}

/* ========== about ========== */

		#home .about .article1 .article1box.about {background-image: url(/assets/img/about/img_bkg_about@3x.png); background-repeat: no-repeat; background-size: 500px 700px}

		#home .about .article1 h1 img {width:74.6%; height: auto; margin: 26% 0 0 12.7%; }

		h2 img.about {width:398px; margin-left: calc(50% - 198px);}


@media screen and (min-width:501px) {
		#home .about .article1 .article1box.about {background-image: url(/assets/img/about/img_bkg_about_h1-1000.png); background-repeat: no-repeat; background-size: cover; background-position-x: center;}
		h2 img.about {width:398px; margin-left:0}
}


@media screen and (min-width:501px) {

		.main_contents h2 { text-align:center; }
		.main_contents h2 img.about {width:398px; margin-left:0; padding-top: 9px;}

}



	/* ========== about article imagebox ========== */

.about .article3 h2 {
	width: 367px;
	height: auto;
	margin-left: 31px;
	margin-bottom: 26px;
	background-image:none
}

@media screen and (min-width:794px) {
	.about .article3 h2 {
		width: 367px;
		height: auto;
		margin-left: calc((100% - 730px) / 2);
		margin-bottom: 26px;
		background-image:none
	}
}

.about .main_contents p {
	font-size: 1.6rem;
	width: 426px;
	line-height: 1.75;
	margin-left: 36px
}

@media screen and (min-width:501px) {
	.about .main_contents p {
		width:calc(100% - 4em);
		padding-right:2em;
		padding-left:2em;
		margin-left:0;
	}	
}

@media screen and (min-width:794px) {
	.about .main_contents p {
		width:730px;
		padding-right:0;
		padding-left:0;
		margin-left:calc((100% - 730px) / 2);
	}	
}


.about .main_contents div.sign {display: block; width: 18.6rem; margin-left: calc(500px - 18.6rem - 73px); margin-top: 1rem}
.about .main_contents p.sign_sub {font-size: 1.3rem; width: 18.6rem }
.about .main_contents p.sign_main {font-size: 1.8rem; width: 18.6rem}


@media screen and (min-width:501px) {
	.about .main_contents div.sign {display: block; width: 18.6rem; margin-left: calc((100% - 500px) / 2 + 255px); margin-top: 1rem}
}


@media screen and (min-width:794px) {
	.about .main_contents div.sign {display: block; width: 18.6rem; margin-left: calc((100% - 730px) / 2 + 803px); margin-top: 1rem}
}


		.img_box {
			width: 472px;
			padding: 20px 0 0 28px;
			margin-bottom:5px;
			display: block
		}

		.antsu .img_box {
			width: 472px;
			padding: 20px 0 0 28px;
			margin-bottom:3px;
			display: block
		}

		.single img {
			width:443px;
			height:auto;
			margin:0 auto 12px
		}

	
		.double img {
			width:213px;
			height:auto;
			margin: 0 13px 13px 0
		}

		.antsu_kids img {
			width:400px;
			height:auto;
			margin:0 0 0 45px
		}

@media screen and (min-width:501px) {

		.img_box {
			width: 472px;
			padding: 20px 0 0 33px;
			margin-bottom:5px;
			display: block;
			margin-right:auto;
			margin-left:auto;
		}

}

@media screen and (min-width:534px) {

		.img_box {
			width: 472px;
			padding: 20px 0 0 26px;
			margin-bottom:5px;
			display: block;
			margin-right:auto;
			margin-left:auto;
		}
}


/* ========== about article4 wavebox ========== */

		.wavebox_orange, .wavebox_white {
			display: block;
			position: relative;
			width: 500px;
		}

		.wavebox_orange::before {
			display: block;
			position: relative;
			width: 500px;
			height:26px;
			content: "";
			background-image: url(/assets/img/common/bkg_wave_orange.png);
			background-size: 100%;
			background-repeat: no-repeat;
			opacity: 0.2;
		}

@media screen and (min-width: 501px) {
		.wavebox_orange, .wavebox_white {
			display: block;
			position: relative;
			width: 100%;
		}

		.wavebox_orange::before {
			display: block;
			position: relative;
			width: 100%;
			height:20px;
			content: "";
			background-image: url(/assets/img/common/img-bkg-orange-501.png);
			background-size: 1000px;
			background-repeat: repeat-x;
			opacity: 0.2;
		}
}


		#article4 {margin: 0}

		#article4 .orange_box {background-color: rgba(243,152,0,0.2); background-image: none; padding:0 0 100px 0; }

		#article4 h2.fukidashi {background-image: none; padding:29px 0 15px 0; margin-bottom: 0;height:189px;}

		#article4 h2.fukidashi img {width:423px; height:189px;  margin-left: 38px; padding-top: 0}

		#article4 .orange_box div.taisetsu {display:inline-flex}

		#article4 .orange_box div.taisetsu p::before {
			content:"◎";
			width:1.6rem;
			display:inline-flex
		}
		#article4 .orange_box div.taisetsu p {
			width:calc(100% - 1.6rem);
			display:inline-flex}


@media screen and (min-width:501px) {
	#article4 .orange_box div.taisetsu  {
		width:calc(100% - 4em);
		padding-right:2em;
		padding-left:2em;
		margin-left:0;
	}	
}

@media screen and (min-width:794px) {
	#article4 .orange_box div.taisetsu  {
		width:730px;
		padding-right:0;
		padding-left:0;
		margin-right:auto;
		margin-left:calc((100% - 730px) / 2);

	}	
}



		#article4 .img_box {margin-bottom: 12px}

	/* ========== about article5 wavebox ========== */


#article5 {position: relative; top:-50px;}

#article5.main_contents {margin-bottom: 0}

#article5 .wavebox_white {margin-bottom: 0}


.wavebox_white::before {
	display: block;
	position: relative;
	width: 500px;
	height:26px;
	content: "";
	background-image: url(/assets/img/common/bkg_wave_orange.png);
	background-size: 100%;
	background-repeat: no-repeat;
	opacity: 1;
}

.wavebox_white::after {	content: "";display: block; width: 500px; height:50px; background-color: #FFF; margin-bottom: -50px}

.white_box {padding:25px 0; background-color: #fff}

@media screen and (min-width:501px){
	.wavebox_white::before {
		display: block;
		position: relative;
		width: 100%;
		height:20px;
		content: "";
		background-image: url(/assets/img/common/img-bkg-orange-501after.png);
		background-size: 1000px;
		background-repeat: repeat-x;
		opacity: 1;
	}

	.wavebox_white::after {	
		content: "";
		display: block; 
		width: 100%; 
		height:50px; 
		background-color: #FFF; 
	}	
}

#article5 h2.banner img.gaiyou {width:142px; margin-left: calc(500px - 50% - 89px)}

	div.gaiyou dl.gaiyou {width:426px; margin: 0 auto; display:block; font-size:1.3rem; line-height: 1.5; border-bottom: #ccc 1px solid}
	div.gaiyou dl.gaiyou dt {width:25%; margin: 0; display: inline-block; border-top: #ccc 1px solid; padding: 1.3rem 0; float: left}
	div.gaiyou dl.gaiyou dd {width:75%; margin: 0; display: inline-block; border-top: #ccc 1px solid; padding: 1.3rem 0}

	div.gaiyou dl.gaiyou dd span {display: block}
	div.gaiyou dl.gaiyou dd span.smalltext {font-size: 1.1rem}

.accessmap {
	width:426px;
	height:426px;
	margin: 0 auto
}

.accessmap .inner_map {
	width:100%;
	height:100%;
	margin: 0 auto
}

@media screen and (min-width:501px) {

		#article5 h2.banner img.gaiyou  {width:142px; margin-left:0}

		.main_contents h2 { text-align:center; }
		.main_contents h2 img.gaiyou {width:120px; margin-left:0; padding-top: 10px;}		

}
	


	/* ========== antsu ========== */

		#home .antsu .article1 .article1box.antsu {background-image: url(/assets/img/antsu/img_bkg_antsu_h1.png); background-repeat: no-repeat; background-size: 500px 700px}

		#home .antsu .article1 .article1box.antsu h1 img {width:373px; height: auto; margin: 130px 0 0 63px; }

		h2 img.antsu {width:334px; margin-left: calc(50vw - 167px);}

@media screen and (min-width:501px) {
		#home .antsu .article1 .article1box.antsu {background-image: url(/assets/img/antsu/img_bkg_antsu_h1-1000.png); background-repeat: no-repeat; background-size: cover; background-position-x: center;}
		#home .antsu .article1 .article1box.antsu h1 img {width:350px; height: auto; margin: 100px 0 0 0; }/*		h2 img.about {width:398px; margin-left:0}*/
}


		/* ========== antsu titles ========== */

#home .antsu section h2 {margin-left:26px}
.asobou {width: 142px; }
.tsukutte {width: 232px}
.odekake {width: 262px}
.kyouha {width: 322px}



	/* ========== antsu main contents ========== */

@media screen and (min-width:794px) {
	#home .antsu section h2  {
		margin-left:calc((100% - 730px) / 2);

	}

	.antsu .main_contents p.text {
		width:730px;
		padding-right:0;
		padding-left:0;
		margin-left:calc((100% - 730px) / 2);
	}	
}



/* ========== information =========== */

#home.information {padding-top: 0rem; background-color: #fff}
	

#home article.information h2.banner img {width:114px; margin-left:calc(500px - 50% - 77px) }

#home article.information section.information_contents {width:426px; margin: 0 auto; padding: 0 0 4rem 0 ; /*border-bottom: #F39800 1px solid;*/}

@media screen and (min-width:501px) {
#home article.information section.information_contents {width:426px; margin: 0 auto; padding: 0 0 5rem 0 ; /*border-bottom: #F39800 1px solid;*/}
}

@media screen and (min-width:768px) {
#home article.information section.information_contents {width:730px; margin: 0 auto; padding: 0 0 5rem 0 ; /*border-bottom: #F39800 1px solid;*/}
}

#home article.information section.information_contents p {
	width:100%;
	font-size: 1.6rem;
	line-height: 1.75
}


#home article.information section.information_contents img {
	width:100%;
	margin-bottom: 1.5rem;
}	
	
#home article.main_contents {padding-top: 0;}

#home article.information {padding-top: 6.8rem; background-color: #fff}


/* PDF埋め込みボタン */
#home article.information section.information_contents .wp-block-file a {
	font-size:16px;
	line-height:1;
	margin:8px;
	color:#f39800;
}

#home article.information section.information_contents .wp-block-file object {
	margin-bottom:16px;
}


#home article.information section.information_contents .wp-block-file a.wp-block-file__button.wp-element-button::before {
	content:"[";
}

#home article.information section.information_contents .wp-block-file a.wp-block-file__button.wp-element-button::after {
	content:"はこちらから]";
}


	
/* ========== footer ==========*/


		/* ========== nav links ========== */



		#footer_links ul li a{
			display: block;
			width:100%;
			height:1.5rem;
			padding:1.5rem 0 1.5rem 1.2rem;
		}

		#footer_links.information > ul {
			position:relative;
			width:100%;
}

		#footer_links.information > ul::before {
			display: block;
			width: 1000px;
			height:350px;
			content: "";
			background-image: url(/assets/img/information/img_illustration_news.svg);
			background-repeat: no-repeat;
			background-size: 100%;
			background-position: center center;
}

			#footer_links ul li{
			font-size: 1.5rem;
			padding:0rem 3.7rem 0rem 0rem;
			background-image: url(/assets/img/common/icon_arrow_orange.png);
			background-position: calc(100% - 1.2rem) 1.75rem;
			background-repeat: no-repeat;
			background-size: 16px;
			border-top: #F39800 1px solid;
		}

	
		/* ========== company information ========== */

		footer {
			background-color: #fff;
			padding-top: 3.6rem
		}

		.company_name {
			width: 500px;
			margin: 0 auto 21px
		}

		.company_info {
			text-align: center;
			margin-bottom: 2rem
		}

		.company_info li {
			font-size: 1.3rem;
			line-height: 1.5;
		}

		.copyright {
			text-align: center;
			font-size: 1.1rem;
			padding-bottom: 1.1rem
		}
}