﻿
h1,h2,h3,h4,h5,
address,p,ul,li,dl,dt,dd,img,a
{
    margin: 0;
    padding: 0;
    line-height: 1.6;
}
ul {
    list-style: none;

}

img ,
a >img {
    display: block;
    max-width: 100%;
    height: auto;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
    font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Arial,Verdana,sans-serif; line-height: 1.6;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size:inherit;
    font:100%;

}
th {
    font-style: normal;
    font-weight: normal;
}

*{zoom:1;}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0%;
    right: 3%;
}
.pagetop a {
    display: block;
/*    background-color: #0088cc;*/
    background-color: #BF4646;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding-top: 10px;
    border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */ 
}
input::placeholder {
  color: #aaa;
}
/* IE */
input:-ms-input-placeholder {
  color: #aaa;
}
/* Edge */
input::-ms-input-placeholder {
  color: #aaa;
}


input[type=text],
input[type=password],
textarea,
select{
    height: calc(2.25rem + 4px);
    padding: 1.75rem 1.5rem;
    font-size: 14px;
    line-height: 1.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=radio] {
    margin-right: 0.5rem;
}


input.is-invalid ,
select.is-invalid ,
textarea.is-invalid {
    border-color: #dc3545;
}
input.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
label.is-invalid {
    background-color: rgba(220, 53, 69, 0.25);
}

input.readonly {
    background-color: #f0f0f0;
}



/* common menu ---------------------------------------------------------------*/
.mm-menu {
    background: #0066CC !important;
}
.mm-navbar {
    border: none;
}

/*
.mm-search {
    padding: 30px 25px 0 25px;
}
.mm-search input {
	background: none !important;
	border: 1px solid rgba( 255, 255, 255, 0.8 );
	height: 35px;
}
*/
.mm-listview li > a {
    font-size: 100%;
	color: #ffffff;
    padding: 5px 5px;
}
.mm-listview > li > p {
    font-size: 110%;
    padding: 10px 10px 10px 15px;
    background: #0066CC;
/*    background: rgba( 255, 255, 255, 0.8 );*/
    color: #ffffff;
}
.mm-listview > li > p > a {
    color: #ffffff;
    display: block;
}
.mm-listview > li > p > a:hover {
/*	background: rgba( 255, 255, 255, 0.8 );*/
	color: #ffffff;

}
.mm-listview .mm-inset {
    background: #FFFFFF;
}
.mm-listview .mm-inset li {
    list-style: none;
    margin-left: -10px;
}
.mm-listview .mm-inset li a {
    display: block;
    color: #222222;
}
.mm-listview .mm-inset a:hover {
	color: #729ECC;
	text-decoration: none;
        background: rgba(114,158,204,0.1);
}
/* ---------------------------------------------------------------------------*/




/* header
------------------------------------------------------------------------------*/
.header_bar {
    font-weight:bold;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    background: #155DA0;
    height: 45px;

}


#header-bottom {
    height: 6px;
    background: url(/assets/img/top/shadow_image3.png) left bottom repeat-x;
}
#header .navbar-collapse {
    background: #0066CC;
}

.navbar-brand {
    padding: 15;
    margin-top:0px;
    margin-bottom:3px;
}

.navbar-tel {
    padding: 0;
    margin-top:0px;
    margin-bottom:3px;
}

#header-bar {
    padding: 8px 0 5px 0;
    margin-bottom:7px;
}

#header .language {
    float: left;
}
#header .language ul li {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    line-height: 1.2;
    letter-spacing: normal; /* 文字間を通常に戻す */
}

#header .header-search {
    margin-top:10px;
    float: right;
}
#header .header-search input {
    width: 200px;
}

#header .header-nav {
    float: right;
    margin-right: 8px;
    margin-top:10px;
}

#global-nav {
    background: #234D99;
    height: 45px;
}
#global-nav li a {
    padding: 0;
}
#global-nav li a{
    padding: 12px 32px 8px 32px;
}

#global-menu a {
    height: 45px;
    background-repeat: no-repeat;
    background-position: top center;
/*    text-indent:-9999px;*/
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.8rem;
}


#global-menu .nav > li > a:hover,
#global-menu .nav > li > a:focus {
  text-decoration: none;
  background-color: #0066CC;
}



#slider_wrap {
    background: url(/assets/img/top/shadow_image.png) left bottom repeat-x;
    margin-bottom: 30px;
}



#top-info {
    margin: 10px 0 0 -15px;
    padding: 10px 10px 10px 10px;
    -webkit-box-shadow: 5px 5px 20px #ddd;
    -moz-box-shadow: 5px 5px 20px #ddd;
    box-shadow: 5px 5px 20px #ddd;

    -pie-box-shadow: 5px 5px 20px #ddd;
    behavior:url(../pie/PIE.htc);
    background: url(/assets/img/top/back_und.jpg);
    background-repeat: repeat;

}
#top-info .info-data {
    border: 0px solid #ccc;
}

#top-info h2 {
    color: #444;
    font-weight:bold;
	font-size: 16px;
	background-color: transparent;
	background-image: none;
	border-bottom: solid 2px #0066CC;
	padding: 0 0 5px;
	margin: 0 auto 10px;
}
#top-info #news-backno {
	font-size: 12px;
}
#top-info #news-backno:before {
	content: "\e131";
	position: relative;
	top: 1px;
	left: -0.25em;
	display: inline-block;
	color: #0066cc;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
#top-info #news-backno a {
	color: #888
}

#news-list .label-danger {
    padding: 0 5px;
}
#news-list li {
    padding-bottom: 10px;
}
#news-list .news-date {
    font-size:90%;
    padding-bottom: 5px;
}
#news-list .news-data {
    font-size:100%;
    padding-left: 10px;
}


/**/
#top-bnr {
    padding: 5px 0 0 0;
/*
    -webkit-box-shadow: 3px 3px 15px #ddd;
    -moz-box-shadow: 3px 3px 15px #ddd;
    box-shadow: 3px 3px 15px #ddd;

    -pie-box-shadow: 3px 3px 15px #ddd;
    behavior:url(../pie/PIE.htc);
*/
}
#top-bnr ul li{
    padding: 0 0 10px 0;
}

.top_banner_tile {
    float: left;
    width: 238px;
    text-align: center;
    overflow: hidden;
    margin-right: 2px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
}

.top_banner_tile2 {
    float: left;
    width: 475px;
    text-align: center;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
}

.active_banner_tile {
    float: left;
    width: 200px;
    text-align: center;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 10px;
    border:1px solid #e6e6e6;
}

.active_banner_tile2 {
    float: left;
    width: 165px;
    text-align: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
    border:1px solid #e6e6e6;
}



.top_banner_tile3 {
    float: left;
    width: 130px;
    font-size:14px;
    padding: 3px 3px;
    text-align: center;
    overflow: hidden;
    margin-right: 3px;
    margin-bottom: 10px;
    border:1px solid #E4D5AF;
    background-color:#EDE4CB;
}

.top_banner_tile4 {
    float: left;
    width: 305px;
    font-size:12px;
    padding: 5px 3px;
    text-align: left;
    overflow: hidden;
    margin-right: 5px;
    margin-bottom: 3px;
    border:1px solid #E4D5AF;
    background-color:#FDFCFB;
}
.top_banner_tile4 .top_banner_tile4_in img {
}
.top_banner_tile4 .top_banner_tile4_in {
}
.top_banner_tile4 .top_banner_tile4_in .tile_icon {
    margin-right:10px;
}

.page_banner_tile {
    float: left;
    width: 155px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
}

.page_banner_tile2 {
    float: left;
    width: 155px;
    text-align: left;
    overflow: hidden;
    font-size:12px;
    margin-right: 20px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
}

.page_banner_tile3 {
    float: left;
    width: 195px;
    text-align: left;
    overflow: hidden;
    font-size:12px;
    margin-right: 20px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
}


/* contents
------------------------------------------------------------------------------*/

.privacy-policy {
  text-align: left;
  max-width: 100%;
  margin: 20px auto;
  height: 400px;
  overflow: scroll;
  padding: 25px;
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  line-height: 1.5;
  &__item {
    p {
      margin-bottom: 25px;
    }
  }
}

.indent_1 {
    text-indent: -1rem;
    padding-left: 1rem;
}

.submit_bt {width: 100%;
}

/* table
------------------------------------------------------------------------------*/
#table{
	width: 100%;
	border-collapse: collapse;
}
#table td,
#table th{
	padding: 10px;
	border: 1px solid #dddddd;
	text-align: left;
}

#table th{
	font-weight: nomal;
	background: #367ABE;
        color: #000000;
        text-align: center;
}
#table td{
	font-weight: nomal;
	background: #fff;
        color: #000000;
        text-align: left;
        width: 80%;
}
#table thead th{
	background: #367ABE;
}

@media only screen and (max-width: 650px){
	#table{
	display: block;
}
	#table thead{
	display: none;
}
	#table tbody{
	display: block;
}
	#table tbody tr{
	display: block;
	margin-bottom: 1.5em;
}
	#table tbody th,
	#table tbody td{
	display: list-item;
	border: none;
}
	#table tbody th{
	margin-bottom: 5px;
	list-style-type: none;
	color: #fff;
	background: #6495ed;

}
	#table tbody td{
	margin-left: 10px;
	text-align: left;
	padding: 0;
	list-style:none;
	width: 95%;

}

}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}



}

#ttl-lt {

 margin-bottom: -5px;

}

#ttl-nt {

 margin-top: 10px;
 background: #3366CC;
 color:#fff;
 text-align: left;

}

#txt-box {

 margin-bottom: 10px;

}

/* 学区一覧テーブル

------------------------------------------------------------------------------*/


table{
  border-collapse: collapse;
  width: 100%;
}
.tbl-r04 th,
.tbl-r04 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:left;
  box-sizing:border-box;
}
.tbl-r04 th {
  background: #367ABE;
  color: #fff;
  
}
.tbl-r04 thead th{
	background: #367ABE;
}
@media screen and (max-width: 640px) {
  .tbl-r04 .head{
    display:none;
  }
  .tbl-r04 thead{
	display: none;
 }
  .tbl-r04 {
    width: 100%;
  }
  .tbl-r04 td,
  .tbl-r04 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tbl-r04 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
  .tbl-r04 td:before{
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #367ABE;
    margin-right: 10px;
    float: left;
  }
  .tbl-r04 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}




/* input

------------------------------------------------------------------------------*/

#file {
  position: absolute;
  opacity: 0;
  width: 10px;
}
.fileUploadBtn {
  display: inline-block;
  padding: 1rem 2rem;
  background: #369;
  color: #fff;
  cursor: pointer;
}
.fileUploadBtn:hover,
.fileUploadBtn:focus {
  filter: brightness(1.2);
}

img{
  height:120px
}

.custom-file {
  max-width: 30rem;
  overflow: hidden;
}
.custom-file-label {
  white-space: nowrap;
}

.preview-area{ width: 200px; }
.preview-area img{ width: 50%;   height:auto; }


.custom-file-input:lang(ja) ~ .custom-file-label::after {
  content: "参照";
}
     

/* footer
------------------------------------------------------------------------------*/
#footer .line01 {
    border-top: 2px solid #0066CC;
}
#footer .line02 {
    border-top: 1px solid #0066CC;
}

#footer {

}

#footer .footer-nav ul li {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    line-height: 1.2;
    letter-spacing: normal; /* 文字間を通常に戻す */
}
#footer .footer-nav {
	padding: 10px 0;
}

#footer .footer-nav ul li {
	padding: 0 7px;
	border-left: 1px solid #999;
	font-size: 1em;
	line-height: 1.1;
}
#footer .footer-nav ul li:first-child {
	border-left: none;
}

.copyright {
    text-align: center;
}



.box {
	float: left;
}

.boxContainer {
	overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}



/**/
#page-nav .panel {
    border: 0px;
    border-radius: 0px;
}

#page-nav .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#page-nav .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
#page-nav .nav-header{
    background: #0066CC;
    color: #fff;
    font-size: 13px;
/*    font-weight: bold;*/
    text-align: center;
    border: 0px;
    cursor: pointer;
}
#page-nav .nav-header {
    border-bottom: 2px solid #fff;
}
#page-nav .nav-header:last-child {
    border-bottom: 1px solid #fff;
}

#page-nav .nav-header p {
    width: 100px;
    margin: 0 auto;
}

#page-nav .nav-header div {
    display:block;
/*
    filter:dropshadow(color=#444,offX= 1,offY= 1);
    text-shadow: 1px 1px 3px #444;
*/
    width: 100px;
    margin: 0 auto;
}


/* page title */
h2.page-title {
    margin:0;
    padding:0;
    margin-bottom: 20px;
    background: url(/assets/img/tt/corp_bk.png);
    width: 650px;
    height: 70px;
}
h2.page-title-product {
    margin:0;
    padding:0;
    margin-bottom: 20px;
    background: url(/assets/img/tt/product_bk.png);
    width: 650px;
    height: 70px;
}
h2.page-title-product2 {
    margin:0;
    padding:0;
    margin-bottom: 20px;
    background: url(/assets/img/tt/product_fs_bk.png);
    width: 650px;
    height: 70px;
}
h2.page-title-product3 {
    margin:0;
    padding:0;
    margin-bottom: 20px;
    background: url(/assets/img/tt/product_menu_bk.png);
    width: 650px;
    height: 70px;
}

h2.page-teck-product4 {
    margin:0;
    padding:0;
    margin-bottom: 0;
    width: 650px;

}
h2.page-title p ,
h2.page-title-product p,
h2.page-title-product2 p,
h2.page-title-product3 p {
    color: #84671D;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
    padding-left: 20px;
}


.page-sub-title {
    margin:0;
    padding:0;
    margin-bottom: 20px;
/*    background: url(/assets/img/tt/tittle_mt.png);*/

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fafafa+60,e7e7e7+90,d6d6d6+100 */
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffffff 0%, #fafafa 60%, #e7e7e7 90%, #d6d6d6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(60%,#fafafa), color-stop(90%,#e7e7e7), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fafafa 60%,#e7e7e7 90%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#fafafa 60%,#e7e7e7 90%,#d6d6d6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#fafafa 60%,#e7e7e7 90%,#d6d6d6 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#fafafa 60%,#e7e7e7 90%,#d6d6d6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 ); /* IE6-8 */

/*    width: 650px;*/
/*    height: 28px;*/

    width: 100%;
    border-left: 5px solid #006699;
    padding: 7px 5px 5px 5px;
}
/*
.page-sub-title span.tit-mark {
    background: #006699;
    width:5px;
    height: 24px;
    margin-top:2px;
    margin-left: 3px;
}
*/

.page-sub-title h3 {
    float: left;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.page-sub-title .product-mark {
    float: right;
}
.product-mark {
    margin-top:-5px;
    background: #fff;
    border:1px solid #ccc;
    padding: 0px 10px;
}

/**/
.container-main {
    background: #fff; /* Old browsers */
}
.gradient01 {  
    background: #66ccff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2Y2NmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #66ccff 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66ccff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #66ccff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #66ccff 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #66ccff 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #66ccff 0%,#ffffff 100%); /* W3C */
/*
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ccff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
*/
}

.container-top2 {
    background: url(/assets/img/top/back_und.jpg);
    background-repeat: repeat;
}

/**/




.pict-tile {
    float: left;
    width: 217px;
    text-align: left;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
    text-align: center;
}

.pict-tile2 {
    float: left;
    width: 325px;
    text-align: left;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
    text-align: center;
}

.pict-tile3 {
    float: left;
    width: 215px;
    text-align: center;
    overflow: hidden;
    padding: 5px 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    border:1px solid #e6e6e6;
    text-align: center;
}
.pict-tile3 img {
    margin:0 auto;
}

.pict-tile4 {
    float: left;
    width: 214px;
    text-align: left;
    overflow: hidden;
    margin-right: 0px;
    margin-bottom: 10px;
    border:0px solid #e6e6e6;
    text-align: center;
}



.product-items article img {width:100%;} 

.product-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.product-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(220, 220, 220);
}


.product-item:hover .portfolio-desc {
/*	padding-top: 20%;*/
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 1;
}

.product-item .portfolio-desc a {
	color: #fff;
}
.product-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}

.product-item .portfolio-desc .folio-info {
/*	top:-20px;*/
/*	padding: 30px;*/
	height: 0;
    opacity: 0;
    position: relative;
    text-align: center;
/*    padding-top: 10%;*/
}

.product-item:hover .folio-info{
	height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top:-1px;
    display: block;
}
.product-item:hover .folio-info a {
    display: block;
    height: 100%;
    padding-top: 28%;
}


.product-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.product-item .portfolio-desc .folio-info i {
	font-size: 28px;
}
.product-item .portfolio-desc .folio-info span {
	color: #ffffff;
	font-size: 30px;
}






dl.dl-yakuin dt {
    font-weight: normal;
    float:left;
    margin-bottom: 5px;
    width: 120px;
}
dl.dl-yakuin dd {
    margin-bottom: 10px;
    margin-left: 150px;
}
dl.dl-yakuin dt p {
    width: 86%;
    margin: 0 auto;
}

.p-title1 {
    font-size: 12px;
    font-weight: bold;
    background:#E7F7FE;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.p-title1 div {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.p-title1 .icon-link {
    padding: 2px 10px;
    background:#006699;
    color:#fff ;
    cursor: pointer;

}
.p-title1 .product {
    font-size: 12px;
    font-weight: bold;
    background:#1e90ff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

.p-title2 {
    font-size: 12px;
    font-weight: bold;
    background:#66FF99;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
.p-title2 div {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.p-title2 .icon-link {
    padding: 2px 10px;
    background:#006666;
    color:#fff ;
    cursor: pointer;

}
.p-title3 {
    font-size: 12px;
    font-weight: bold;
    background:#87cefa;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.p-title3 div {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
}
.p-title3 .icon-link {
    padding: 2px 10px;
    background:#006666;
    color:#fff ;
    cursor: pointer;

}
.att {
  padding-left: 1em;
  text-indent: -1em;
}

/* 地図用モーダル */
.modal-dialog-map .modal-header {
/*    background: #fff;*/
    border-bottom: 0px solid #fff;
}
.modal-dialog-map .modal-footer {
    border-top: 0px solid #fff;
    text-align: center;
}




.btn_company_dl {
    width: 63%;
}


.p-icon {
    width: 25%;
    height: 105px;
}
.p-icon2 {
    width: 25%;
    height: 85px;
}
.p-icon3 {
    width: 25%;
    height: 95px;
}
.p-icon105 {
    width: 25%;
    height: 105px;
}
.p-icon9 {
    width: 25%;
    height: 115px;
}



.p-icon img ,
.p-icon2 img ,
.p-icon3 img ,
.p-icon105 img ,
.p-icon9 img {
    margin: 0 auto;
    margin-bottom: 3px;
}
.p-icon p ,
.p-icon2 p ,
.p-icon3 p ,
.p-icon105 p ,
.p-icon9 p {
    font-size: 68%;
    line-height: 1.2;
    text-align: center;
}


.img_block1{
    border: 1px solid #ccc;
    width: 48.4%;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 0;
}

.img_block2{
    border: 1px solid #e1e4e4;
    width: 98%;
    padding: 5px 0;
}




.pointer {
    cursor: pointer;
}



.ttl_mt{
         font-size: 20px; 
         margin-top:40px; 
         font-weight: bold; 
         margin-bottom:-20px;
 }
.ttl_lt{
         font-size: 20px; 
         margin-top:40px; 
         font-weight: bold; 
 }

.form_sp{
        margin-bottom: 10px;
}


.ttl_st{font-size: 18px; margin-bottom: -10px;}


.fs80p {font-size: 80%;}

.w {font-weight: bold;}
.bo1 {border: 1px solid #ccc;}
.bo2 {border: 0px solid #ccc;}

.m5 {margin:5px;}

.mt5 {margin-top:5px;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}

.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}


.mb5 {margin-bottom:5px;}
.mb8 {margin-bottom:8px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}

.p5   {padding: 5px;}
.p10  {padding: 10px;}
.p15  {padding: 15px;}


.pl0  {padding-left: 0px;}
.pl5  {padding-left: 5px;}
.pl8  {padding-left: 8px;}
.pl10  {padding-left: 10px;}
.pl20  {padding-left: 20px;}
.pl30  {padding-left: 30px;}
.pl40  {padding-left: 40px;}
.pl50  {padding-left: 50px;}

.pr10  {padding-right: 10px;}
.pr20  {padding-right: 20px;}
.pr30  {padding-right: 30px;}
.pr40  {padding-right: 40px;}
.pr50  {padding-right: 50px;}


.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}


.w30 {width: 30px;}
.w40 {width: 40px;}
.w50 {width: 50px;}
.w120 {width: 120px;}
.w130 {width: 130px;}
.w135 {width: 135px;}
.w140 {width: 140px;}
.w145 {width: 145px;}
.w140h {height: 140px;}
.w150 {width: 150px;}
.w160 {width: 160px;}
.w170 {width: 170px;}
.w180 {width: 180px;}
.w190 {width: 190px;}
.w200 {width: 200px;}
.w255 {width: 255px;}
.w660 {width: 652px;}
.w800 {width: 800px;}
.fs   {font-size: 14px;line-height: 1.6;}
.copy {font-size: 16px;line-height: 1.8;}
.w40p {width: 40%;}
.w60p {width: 60%;}
.w65p {width: 65%;}
.w70p {width: 70%;}
.w75p {width: 75%;}
.w80p {width: 80%; margin-top:10px;}
.w85p {width: 85%;}
.w90p {width: 90%;}
.w100p {width: 100%;}
.line {line-height: 2.5;}





.row_btn {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {

}

/* pagetop
------------------------------------------------------------------------------*/
.pagetop ,
.pagebottom {
    display: none;
    position: fixed;
    right: 1%;
}
.pagetop {
    bottom: 190px;
}
.pagebottom {
    bottom: 100px;
}

.pagetop a ,
.pagebottom a {
    display: block;
    background-color: #222222;
    width: 50px;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    padding-top: 10px;
    border-radius: 5px 5px 5px 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px 5px 5px 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px 5px 5px 5px;   /* Firefox用 */ 
}

.page {
    background: #0072b6; /* Old browsers */
}

input[type=text],
input[type=password]{
    padding: 2px 5px;
    font-size: 14px;
}
textarea {
    padding: 2px 5px;
    font-size: 14px;
}
select {
    padding: 0px 5px;
    font-size: 14px;
}
.ime {
    ime-mode:disabled;
}


.bg1 {
    background: #f2f1ec;
}

.bg_red1{
    background: #ffd4d8;
}


.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.sat {
    color:#005dd0;
    background: #e9f2ff;
}
.sat a {
    color:#005dd0;
}
.sun {
    color:#ff305d;
    background: #ffe2e9;
}
.sun a {
    color:#ff305d;
}
.fri {
    color:#e59900;
    background: #ffffb9;
}
.fri a {
    color:#de5800;
}

.day {
    background: #fffae6;
}


.tbl_moni .sat a ,
.tbl_moni .sun a ,
.tbl_moni .fri a {
    text-decoration: underline;
}
.tbl_moni .sat a:hover ,
.tbl_moni .sun a:hover ,
.tbl_moni .fri a:hover {
    text-decoration: none;
}


.adm {
    color:#444;
    background: #ccc;
}

.ok{
    color: rgba(0,150,40,1.0);
    font-size: 4.0rem;
}
.ok2{
    font-size:20px;
     color:#2c88e3;
}
.ok_color{
    color: rgba(0,150,40,1.0);
}

.ng{
     color:#ff1f47;
}

.mark_auto {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #0b2aaf;
}


/* 各アイコン */
.mark_s1 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
    background: #fbbbcb;
}
.mark_s2 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
    background: #ffed40;
}
.mark_s4 {
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
    background: #fff4ce;
}

.mark_q1 {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #0000aa;
}
.mark_q2 {
    padding: 0 5px;
    color: #0000aa;
    font-size: 12px;
    font-weight: bold;
    background: #d4ffff;
}

/* 輪番マーク */
.ico_rin_off {
    padding: 0 5px;
    color: #ac382c;
    font-size: 12px;
    font-weight: bold;
    background: #fbcecb;
}
.ico_rin_on {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #f13c4a;
}
.ico_eye_off {
    padding: 0 5px;
    color: #378529;
    font-size: 12px;
    font-weight: bold;
    background: #d4f9dc;
}
.ico_eye_on {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #378529;
}
.ico_ear_off {
    padding: 0 5px;
    color: #ff641f;
    font-size: 12px;
    font-weight: bold;
    background: #faf7c2;
}
.ico_ear_on {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #ff641f;
}

.bg_s1 {
    background: #ffebfa;
}
.bg_s2 {
    background: #e8e9fa;
}



#footer_float_btn {
    width:100%;
    margin:0 auto;
    margin-bottom:15px;
    background: #ddd;
    padding: 10px 0;
}

/* 家族情報
------------------------------------------------------------------------------*/


/* print url 打消し対応
------------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
}



.pdt_lst_block {}
.pdt_lst_block .img {
    float: left;
    margin-right: 10px;
    width: 140px;
}
.pdt_lst_block .img p {
    font-size: 80%;
}
.pdt_lst_block .list {
    float: left;
}
.pdt_lst_block .list dl dt {
    float:left;
    clear: left;
    margin:0;padding:0;
    width: 170px;
    font-weight: normal;
    font-size: 75%;
}
.pdt_lst_block .list dl dd {
    float:left;
    margin:0;padding:0;
    font-weight: normal;
    font-size: 75%;
    margin-bottom:3px;
}

.pdt_lst_block2 {}
.pdt_lst_block2 .img {
    float: left;
    margin-right: 10px;
    width: 140px;
}
.pdt_lst_block2 .img p {
    font-size: 80%;
}
.pdt_lst_block2 .list {
    float: left;
}
.pdt_lst_block2 .list dl dt {
    margin:0;padding:0;
    float:left;
    clear: left;
    width: 205px;
    font-weight: normal;
    font-size: 75%;
}
.pdt_lst_block2 .list dl dd {
    float:left;
    margin:0;padding:0;
    font-weight: normal;
    font-size: 75%;
    margin-bottom:3px;
}
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

p.box {
   border-bottom: 1px solid gray;
}
hr {
   border-width: 1px 0px 0px 0px; /* 太さ */
   border-style: dashed; /* 線種 */
   border-color: lightgray;   /* 線色 */
   height: 1px;         /* 高さ(※古いIE用) */
}



.organi_list {
    margin-bottom: 30px;
    padding: 16px;
    background: rgba(145,200,230,0.2);
    border-radius: 4px;
    border-radius: 4px;
}
.organi_list .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
}
.organi_list .web_address i {
    margin-right: 8px;
}

.organi_list .web_address {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-bottom: 8px;
}
.organi_list .address {
    font-size: 14px;
    margin-bottom: 12px;
}
.organi_list .phone {
    font-size: 16px;
    margin-bottom: 8px;
    background: rgba(0,100,170,1.0);
    padding: 4px;
    border-radius: 32px;
    text-align: center;
}
.organi_list .phone span{
    color: #fff;
    font-weight: bold;
}

.organi_list .phone i {
    margin-right: 8px;
}

.organi_list .kamoku {
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 8px;
}
.organi_list .kamoku .title {
    margin-bottom: 8px;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
}

/**************************************************************************************************/

p.uline {
     text-decoration: underline;
     margin-bottom: 5px;

}

/* ページトップ */

.pagetop ,
.pagebottom {
    display: none;
    position: fixed;
    right: 1%;
}
.pagetop {
    bottom: 190px;
}
.pagebottom {
    bottom: 100px;
}

.pagetop a ,
.pagebottom a {
    display: block;
    background-color: #222222;
    width: 50px;
    height: 80px;
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    padding-top: 10px;
    border-radius: 5px 5px 5px 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px 5px 5px 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px 5px 5px 5px;   /* Firefox用 */ 
}

.page {
    background: #0072b6; /* Old browsers */
}

input[type=text],
input[type=password]{
    padding: 2px 5px;
    font-size: 14px;
}
textarea {
    padding: 2px 5px;
    font-size: 14px;
}
select {
    padding: 0px 5px;
    font-size: 14px;
}
.ime {
    ime-mode:disabled;
}


.bg1 {
    background: #f2f1ec;
}

.bg_red1{
    background: #ffd4d8;
}


.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


.sat {
    color:#005dd0;
    background: #e9f2ff;
}
.sat a {
    color:#005dd0;
}
.sun {
    color:#ff305d;
    background: #ffe2e9;
}
.sun a {
    color:#ff305d;
}
.fri {
    color:#e59900;
    background: #ffffb9;
}
.fri a {
    color:#de5800;
}

.day {
    background: #fffae6;
}


.tbl_moni .sat a ,
.tbl_moni .sun a ,
.tbl_moni .fri a {
    text-decoration: underline;
}
.tbl_moni .sat a:hover ,
.tbl_moni .sun a:hover ,
.tbl_moni .fri a:hover {
    text-decoration: none;
}


.adm {
    color:#444;
    background: #ccc;
}

.ok{
    color: rgba(0,150,40,1.0);
    font-size: 4.0rem;
}
.ok2{
    font-size:20px;
     color:#2c88e3;
}
.ok_color{
    color: rgba(0,150,40,1.0);
}

.ng{
     color:#ff1f47;
}

.mark_auto {
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #0b2aaf;
}

/*学校一覧*/




