@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
	overflow-y: scroll;
}
body {
	line-height: 1.67;
	background-color: #fff;
	font-family:"游ゴシック", Verdana,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: #333;
	word-wrap: break-word;
	/*letter-spacing: -1px;*/
	font-weight: 500;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
	color: #333;
	outline: none;
	text-decoration: none;
}
a:hover,
a:visited:hover {
	text-decoration: none;
	opacity: 0.7;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}#header .globalNav
table {
	table-layout: fixed;
}
input,select,textarea {
	max-width: 100%;
}
input[type="button"],select{cursor: pointer;outline: none;}
:focus::-webkit-input-placeholder {color: transparent;}/* Webkit */
:focus:-moz-placeholder {color: transparent;}/* Firefox 18 以前 */
:focus::-moz-placeholder {color: transparent;}/* Firefox 19 以降 */
::-webkit-input-placeholder {color: #888; opacity: 1;}
:-moz-placeholder {color: #888; opacity: 1;}
::-moz-placeholder {color: #888; opacity: 1;}
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	appearance: button;
}
input[type="text"],input[type="email"],input[type="password"],input[type="tel"],textarea {
	-webkit-appearance: none; 
	border-radius: 0;
	outline: none;
}
select {
	outline: none;
}
body ::-webkit-scrollbar { width: 12px;}
body ::-webkit-scrollbar-track { background: #f1f1f1;}
body ::-webkit-scrollbar-thumb,
body ::-webkit-scrollbar-thumb:window-inactive { background: #bcbcbc;}
@media screen and (max-width:767px){
	body ::-webkit-scrollbar { width: 8px;}
}

@media all and (min-width:768px){
	a[href^="tel:"] {
		cursor: default;
		text-decoration: none;
		pointer-events: none;
		display: inline-block;/*for ie11*/
	}
}
@media screen and (max-width:767px){
	body {
		line-height: 1.464;
		letter-spacing: 0;
	}
	input,select,textarea {
		font-size: 16px;
	}
}


/* ----------------------------------------

container

---------------------------------------- */
#container {
	margin: 0 auto;
	/*font-size: 100%;  fontsize 13px */
	font-size: 107.7%; /* fontsize 14px */
	/*min-width: xxxxpx;*/
	min-width: 1040px;

}
@media screen and (max-width:767px){
	#container {
		min-width: inherit;
	}
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/



.inner{
	max-width: 1040px;
	margin:0 auto;
}
@media screen and (max-width:767px){
	.inner{
		max-width: inherit;
		width: 85%;
		margin:0 auto;
	}
}


/* ----------------------------------------

header

---------------------------------------- */
#header .hdr_top_area{
	position: relative;
	padding: 25px 0;
	width: 1040px;
	margin: 0 auto;
}
#header .hdr_sns{
	position: absolute;
	top: 20px;
	left: 0;
	text-align: center;
}
#header .hdr_sns p{
	position: relative;
	padding: 0 15px;
	font-size: 92.8%;
	font-weight: bold;
	margin-bottom: 10px;
}
#header .hdr_sns p:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	background-image: url(/teiju/files/img/common/icon_chepL.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
}
#header .hdr_sns p:after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	right: 0;
	background-image: url(/teiju/files/img/common/icon_chepR.png);
	background-repeat: no-repeat;
	width: 8px;
	height: 12px;
}
#header .hdr_sns ul li{
	display: inline-block;
	vertical-align: middle;
}
#header .hdr_sns ul li:first-child{
	margin-right: 15px;
}
#header .hdr_fontsize{
	position: absolute;
	top: 25px;
	right: 0;
}
#header .hdr_sitename{
	text-align: center;
}
#header .hdr_sitename p{
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}


@media screen and (max-width:767px){
/*スマホ指定*/
	#header .hdr_top_area{
		position: relative;
		padding: 0;
		height: 97px;
		width: 100%;
		margin: 0 auto;
	}
	#header .hdr_sitename{
		padding-top: 10px;
		font-size: 11px;
	}
}





#header .globalNav {
	position: relative;
	width: 100%;
	height: 61px;
	border-top: 5px solid #e6e6e6;
}
#header .globalNav ul{
	width: 1040px;
	margin: 0 auto;
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
}
#header .globalNav ul li{
	width: 16.6666%;
	float: left;
	background-color: #fff;
	border-right: 1px solid #d9d9d9;
	text-align: center;
}
#header .globalNav ul li:first-child{
	border-left: 1px solid #d9d9d9;
}
#header .globalNav ul li:first-child{
	border-right: 1px solid #d9d9d9;
}
#header .globalNav ul li a{
	display: block;
	position: relative;
	height: 61px;
	font-size: 18px;
	font-weight: bold;
	color: #595656;
}
#header .globalNav ul li span{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
	line-height: 1;
	padding-top: 5px;
}
@media all and (-ms-high-contrast: none){
  #header .globalNav ul li span{
    padding-top: 10px;
  }
}

#header .globalNav ul li:first-child a{
	letter-spacing: -2px;
}
#header .globalNav ul li a:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 5px;
}
#header .globalNav ul li:nth-child(1) a:before{
	background-image: url(/teiju/files/img/common/hdr_bg_red.png);
}
#header .globalNav ul li:nth-child(2) a:before{
	background-image: url(/teiju/files/img/common/hdr_bg_grn.png);
}
#header .globalNav ul li:nth-child(3) a:before{
	background-image: url(/teiju/files/img/common/hdr_bg_org.png);
}
#header .globalNav ul li:nth-child(4) a:before{
	background-image: url(/teiju/files/img/common/hdr_bg_blu.png);
}
#header .globalNav ul li:nth-child(5) a:before{
	background-image: url(/teiju/files/img/common/hdr_bg_pup.png);
}
#header .globalNav ul li:nth-child(6) a:before{
	background-image: url(/teiju/files/img/common/hdr_bg_dgrn.png);
}
#header .globalNav ul li:nth-child(6) a:before{
	background-image: url(/teiju/files/img/common/hdr_bg_dgrn.png);
}

#header .globalNav ul li a:hover{
	opacity: 1;
}
#header .globalNav ul li:nth-child(1) a:hover{
	background-color:#fcf2f2;
	color:#eb6161;
}
#header .globalNav ul li:nth-child(2) a:hover{
	background-color:#f4faf0;
	color:#5faf26;
}
#header .globalNav ul li:nth-child(3) a:hover{
	background-color:#faf2ed;
	color:#eb6120;
}
#header .globalNav ul li:nth-child(4) a:hover{
	background-color:#edf9fa;
	color:#00a5b1;
}
#header .globalNav ul li:nth-child(5) a:hover{
	background-color:#faf2f7;
	color:#c1599d;
}
#header .globalNav ul li:nth-child(6) a:hover{
	background-color:#f2faf6;
	color:#28ab63;
}
@media screen and (max-width:767px){
/*スマホ指定*/
	#header .globalNav{
		border: none;
		z-index: 1;
	}
	#header .globalNav ul{
		width: 100%;
		position: inherit;
		top: inherit;
		right: inherit;
		left: inherit;
	}
	#header .globalNav ul li{
		width: 25%;
		float: left;
		background-color: #fff;
		border-right: 1px solid #d9d9d9;
		text-align: center;
	}
	#header .globalNav ul li:nth-child(1) a:before{
		background-image: url(/teiju/files/img/common/hdr_bg_grn.png);
	}
	#header .globalNav ul li:nth-child(2) a:before{
		background-image: url(/teiju/files/img/common/hdr_bg_org.png);
	}
	#header .globalNav ul li:nth-child(3) a:before{
		background-image: url(/teiju/files/img/common/hdr_bg_blu.png);
	}
	#header .globalNav ul li:nth-child(4) a:before{
		background-image: url(/teiju/files/img/common/hdr_bg_pup.png);
	}

}

.spmenu{
	display: none;
}
@media screen and (max-width:767px){
	#header .hdr_logo{
		position: inherit;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background: #fff;
		height: 97px;
		min-width:inherit;
	}
	.header_inner {
		background: #fff;
	    border-bottom: 1px solid #eeeeee;
	}
	#header .globalNav_list {
		display: none;
	}
	.siteID {
		width: 127px;
		margin: 0;
		margin: 0 auto;
	}
	#header .hdr_sitename p {
	    margin-bottom: 12px;
	}
	.siteID a {
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		height: 35px;
		display: block;
	}

	.spmenu {
		display: block;
		position: relative;
		z-index: 10000;
	}
	.spHdrBtn {
		display: inline-block;
		position: absolute;
		right: 0;
		bottom: 0;
		line-height: 1;
		width: 51px;
		height: 97px;
		z-index: 1100;
		cursor: pointer;
	}
	.spHdrBtn a {
		display: inline-block;
		width: 51px;
		height: 97px;
	}
	.spHdrBtn span {
		width: 37px;
		height: 2px;
		left: 0px;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
		position: absolute;
		background-color: #333;
	}
	.spHdrBtn span:nth-of-type(1) {
		top: 42px;
	}
	.spHdrBtn span:nth-of-type(2) {
		top: 54px;
	}
	.spHdrBtn span:nth-of-type(3) {
		top: 66px;
	}
	.spHdrBtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	.spHdrBtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.spHdrBtn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-16px) rotate(45deg);
		transform: translateY(-16px) rotate(45deg);
	}
	.spHdrCnt {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 97px;
		left: 0;
		pointer-events: none;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: .6s;
		-o-transition: .6s;
		transition: .6s;
		z-index: -100;
	}
	.spHdrCnt.active {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		pointer-events: auto;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.spGNav {
		position: relative;
		z-index: 10000;
		background-color: #fff;
	}
    .spGNav_list{
			margin-bottom: 30px;
		}
	.spGNav_list > li {
		position: relative;
		float: none;
		background: #fff;
		border-bottom: 1px solid #d9d9d9;
		text-align: left;
		letter-spacing: .1em;
		width: 85%;
		margin: 0 auto;
	}
	.spGNav_list > li > a,
	.spGNav_list > li > span {
		font-size: 16px;
		font-weight: bold;
		display: block;
		width: auto;
		padding: 16px 0;
		text-decoration: none;
		color: #595656;
	}
	.spGNav_list > li .spGNav_tit {
		font-weight: bold;
	}
	.spGNav_list > li > a .fa-angle-right {
	    display: block;
	    position: absolute;
	    top: 50%;
		transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
	    right: 5px;
	    color: #eb6161;
	}
	.spGNav_tit {
		font-size: 15px;
	}
	#header .globalNav li li {
	    display: block;
	}
	.spGNav_blk {
		text-align: center;
		padding:33px;
		background-color: #faf0f2;
		height: 86px;
	}
	.spGNav_blk a{
		text-decoration: underline;
	}
	.spGNav_blk a:hover{
		text-decoration: none;
	}
	.spGNav_blk .fa-angle-right{
		padding-right: 6px;
		color: #eb6161;
	}
	.spGNav_list_bod{
		position: relative;
		height: 5px;
		margin-bottom: 20px;
	}
	.spGNav_list_bod li{
	    width: 25%;
	    height: 5px;
	    float: left;
	}
	.spGNav_list_bod li:nth-child(1){
		background-image: url(/teiju/files/img/common/hdr_bg_grn.png);
	}
	.spGNav_list_bod li:nth-child(2){
		background-image: url(/teiju/files/img/common/hdr_bg_org.png);
	}
	.spGNav_list_bod li:nth-child(3){
		background-image: url(/teiju/files/img/common/hdr_bg_blu.png);
	}
	.spGNav_list_bod li:nth-child(4){
		background-image: url(/teiju/files/img/common/hdr_bg_pup.png);
	}


	#header .globalNav ul li:nth-child(1) a:hover{
		background-color:#f4faf0;
		color:#5faf26;
	}
	#header .globalNav ul li:nth-child(2) a:hover{
		background-color:#faf2ed;
		color:#eb6120;
	}
	#header .globalNav ul li:nth-child(3) a:hover{
		background-color:#edf9fa;
		color:#00a5b1;
	}
	#header .globalNav ul li:nth-child(4) a:hover{
		background-color:#faf2f7;
		color:#c1599d;
	}




}
@media screen and (max-width:568px){
.spGNav_blk{
	height: 86px;
}
}
@media screen and (max-width:767px) and (min-width:568px){
.spGNav_blk{
	height: 170px;
}
}



#fontSizeChange{
	margin-bottom: 20px;
}
#fontSizeChange dt,
#fontSizeChange dd{
    display: inline-block;
    font-size: 92.8%;
}
#fontSizeChange dd{
    font-size: 12px;
}
#fontSizeChange dt{
    margin-right: 10px;
    font-weight: bold;
}
#fontSizeChange dd span.active {
    background-color: #595656;
    color: #fff;
}
#fontSizeChange dd span {
    background-color: #e6e6e6;
    width: 39px;
    padding: 4px 10px;
    text-align: center;
    line-height: 1;
}
#fontSizeChange dd#sizeReset span{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    padding-right: 5px;
    padding-left: 10px;
}
#fontSizeChange dd#sizeBig span{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    padding-left: 5px;
    padding-right: 10px;
}
.hdr_pglink a{
	text-decoration: underline;
}
.hdr_pglink a .fa-angle-right{
	color: #eb6161;
	margin-right: 5px;
}
.hdr_pglink a:hover{
	text-decoration: none;
	opacity: 1;
}
@media all and (-ms-high-contrast: none){
	#fontSizeChange dd span {
	   padding: 4px 10px 1px;
}
}
@media screen and (max-width:767px) {
  #fontSizeChange{
    display: none !important;
  }
}

/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* ----------------------------------------

content

---------------------------------------- */
#content {
	width: 100%;
}
@media screen and (max-width:767px) {
  #content {
  	padding-top: 158px;
  }
}


/* ----------------------------------------

mv

---------------------------------------- */
#mainVisual #mv {
	background-image: url(/teiju/files/img/top/movie.jpg);
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 130px 0;
	text-align: center;
}
#mainVisual #mv.bkposi_btom{
	background-position: center;
}
#mainVisual #mv.bkposi_top{
	background-position: center;
}

@media screen and (max-width:767px){
	#mainVisual #mv { 
		padding: 63px 0;
	}
	#mainVisual #mv .mvttl {
		font-size: 184.61%;
	}
}

/* topicPath
------------------------------- */
#topicPath {
	width: 1040px;
    margin: 15px auto;
	font-size: 85.71%;
}
#topicPath li {
	display: inline;
	padding-right: 4px;
}
#topicPath li:before {
    content: "\f105";
    font-family: "FontAwesome";
	margin-right: 5px;
	font-size: 92.307%;
	vertical-align: middle;
	font-weight: bold;
	color: #b2b2b2;
}
#topicPath li#topPage {
	padding-left: 0;
	background: none;
}
#topicPath li#topPage:before {
	content: none;
}
@media screen and (max-width:767px){
	#topicPath {
		width: 85%;
	    margin: 7px auto;
	}
	#topicPath ol {
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* ----------------------------------------

section

---------------------------------------- */
section {
	margin-bottom: 50px;
}
section .innner {
    width: 1040px;
    margin: 0 auto;
}
section .innner p {
	text-align: justify;
}
.sec02 {
	margin-bottom: 25px;
}
.sec02 p{
	line-height: 25px;
}
.txtLink a {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.txtLink a span {
	text-decoration: underline;
}
.txtLink a:before {
	content: "\f105";
    font-family: "FontAwesome";
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    color: #eb6161;
    text-align: center;
}
@media screen and (max-width:767px){
	section .innner {
		width: 85%;
	    margin: 0 auto;
	}
	.sec02 {
		margin-bottom: 20px;
	}
	.sec02 p{
		line-height: 23.5px;
}
}
/* ----------------------------------------

content - main

---------------------------------------- */
#main {
	margin: 0 auto 70px;
}
@media screen and (max-width:767px){
	#main {
		margin: 35px auto;
	}
}

/* ----------------------------------------

content - sub

---------------------------------------- */
#sub {
}


/* ----------------------------------------

footer

---------------------------------------- */
#footer {
	position: relative;
	border-top: 1px solid #e5e5e5;
	padding-top: 30px;
}
#footer .ftr_sitename{
	text-align: center;
	margin-bottom: 40px;
}
#footer .ftr_sitename p{
	margin-bottom: 20px;
}
#footer > div > small {
    display: block;
    padding: 20px;
    text-align: center;
    color: #998a8d;
    font-size: 85.8%;
    letter-spacing: 0;
    background-color: #faf0f2;
}
#footer .spftr_blk{
	display: none;
}
#footer .fdr_sns {
	display: none;
}
@media screen and (max-width:767px){
	#footer {
		padding-top: 25px;
	}
	#footer .ftr_sitename{
		margin-bottom: 25px;
	}
	#footer .ftr_sitename a{
		display: block;
	}
	#footer .ftr_sitename p{
		font-size: 12px;
		margin-bottom: 18px;
	}
	#footer .fdr_sns{
		display: flex;
		background-color: #fff;
		/*width: 48px;*/
		/*height: 135px;*/
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	    box-shadow: 0px 0px 6px rgba(0,0,0,0.15);
	    -webkit-box-shadow: 0px 0px 6px  rgba(0,0,0,0.15);
		position: fixed;
		top: 256px;
		left: 15px;
		z-index: 100;
		font-size: 11px;
		text-align: center;
		font-weight: bold;
		padding: 12px 12px 0;
	}
    #footer .fdr_sns p{
    	margin-bottom: 10px;
	}
	#footer .fdr_sns ul li{
    	margin-left: 15px;
    	display: inline-block;
	}
	#footer .fdr_sns ul li a{
		display: block;
	}
	#footer > div > small{
		font-size: 11px;
	}
	#footer .spftr_blk{
		text-align: center;
		display: block;
		font-size: 13px;
		margin-bottom: 27px;
	}
	#footer .spftr_blk .fa-angle-right {
	    padding-right: 6px;
	    color: #eb6161;
	}
	#footer .spftr_blk a{
		text-decoration: underline;
	}
	#footer .spftr_blk a:hover{
		text-decoration: none;
	}
}

@media screen and (max-width:767px) and (min-width:568px){
	#footer .fdr_sns{
		top: inherit;
		bottom: 10px;
	}
}
@media screen and (max-width:567px){
	#footer .fdr_sns{
		top: inherit;
		bottom: 0;
	}
}
.footer_bnr{
	text-align: center;
	padding-top: 20px;
	background: url(/teiju/files/img/common/bg_yel.png) top center repeat;
}
.footer_bnr .bnr {
	background-color: #fff;
	padding: 70px 0 120px;
}
.footer_bnr .bnr a {
	display: inline-block;
}




@media screen and (max-width:767px){
	.footer_bnr {
		padding-top: 10px;
	}
	.footer_bnr .bnr {
		background-color: #fff;
		padding: 50px 0 80px;
	}
    .footer_bnr .bnr a{
    	width: 85%;
    }
}

/* pagetop
------------------------------- */
#pagetop {
	z-index: 100;
	position: absolute;
	right: 10px;
}
#pagetop a {
	display: block;
	position: relative;
	width: 63px;
	height: 49px;
	color: #fff;
	text-decoration: none;
	border-radius: 100%;
}
#pagetop span { display: none; }

@media screen and (max-width:767px){
	#pagetop a {
		width: 49px;
		height: 38px;
	}
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */

.hoge:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.hoge {
	*zoom: 1;
}