@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------------------/
   1-0, base
/------------------------------------------------------------------------------------------------------------------------ */

* { margin:0; padding:0; }

body {
	position:relative;
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0;
	color:#353535;
	font-size:14px;
	min-width:1020px;
	overflow-x: hidden;
	}

@media screen and (max-width:640px) {
	body {
		width: 640px;
		min-width: 640px;
		overflow-x: hidden;
	}
}

h1 { margin:0; padding:0; font-size:15px; font-weight:normal; padding-top:26px; position:relative; text-indent:113px;}
h2 { width:990px; margin-left:auto; margin-right:auto;}
h3 {}
h4 {}

h1 a {
	background-image:url(../image/header/logo.png);
	width:497px;
	height:59px;
	display:block;
	position:absolute;
	top:30px;
	left:0;
}

header,footer,.copy:after{
	content:"";
	clear:both;
	display:block;
}

a:link 		{ color:#5982c4; text-decoration:underline; }
a:visited 	{ color:#00789f; text-decoration:underline; }
a:hover 	{ color:#00afea; text-decoration:none; }

.inner {
	width:990px;
	margin:0 auto;
	position:relative;
	}
.inner:after {
	content: "";
	display: block;
	clear: both;
}

#main-contents {
	
}

.mg-0 { margin:0 auto; }

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

.subpageTitle {
	margin-top:30px;
}

.dropshadow {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
}

.banner {
	width:500px;
	text-align:center;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.28);
	margin:30px auto -30px auto;
}

.office-blog-bana a {
	border: 3px solid #4877e4;
	padding: 30px;
	text-align: center;
	display: block;
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 20px;
	text-decoration: none !important;
	font-weight: bold;
	color: #4877e4;
	background-image: url("../image/icon/next-blue_m.png");
	background-repeat: no-repeat;
	background-position: center right 15px;
	transition: 0.2s;
}

.office-blog-bana a:hover {
	background-position: center right 8px;
}

div:after, section:after, article:after, ul:after {
    content: "";
    display: block;
    clear: both;
}

.bx-pager {
	display:none;
}

.pc { display: block; }

.sp { display: none; }

@media screen and (max-width:640px) {
	img {
        max-width: 100%;
		height: auto;
	}
	
    .inner {
        width:600px;
        margin:0 auto;
        position:relative;
    }

    h1 a {
        position:absolute;
        top:20px;
        left:0;
    }
	
	.smv {
		width: 100%;
		height: auto;
	}

	.pc { display: none !important; }

	.sp { display: block !important; }
}

/* ------------------------------------------------------------------------------------------------------------------------/
   2-0, header
/------------------------------------------------------------------------------------------------------------------------ */

header {
	width:100%;
	height:118px;
	border-top:#4877e4 solid 3px;
	background:url(../image/header/back.gif) repeat;
}
	header .logo {
		float:left;
		margin-top:10px;
	}
	header .tel {
		margin-top:5px;
	}
	header .contact {
		margin-top:10px;
	}
	
	.option {
		position:absolute;
		width:300px;
		text-align:right;
		top:20px;
		right:0;
	}

@media screen and (max-width:640px) {
    header {
        height:100px;
    }
	header .tel {
        display: none;
	}
	header .contact {
		display: none;
	}
}

/* ------------------------------------------------------------------------------------------------------------------------/
   3-0, navi
/------------------------------------------------------------------------------------------------------------------------ */

nav {
	background:url(../image/navi/back.gif) repeat-x;
	width:100%;
	height:77px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
nav .gnavi {
	max-width:1000px !important;
	width: 100%;
	list-style:none;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

nav .gnavi ul {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

nav .gnavi ul li {
	width: 25%;
	height: 66px;
	box-sizing: border-box;
	position: relative;
	float:left;
	border-right: 1px solid #e1e1e1;
	transition: 0.2s;
}

nav .gnavi ul li:first-of-type {
	border-left: 1px solid #cccccc;
}
nav .gnavi ul li:last-of-type {
	border-left: none;
}

nav .gnavi ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #333333 !important;
	transition: 0.2s;
}

nav .gnavi ul li a:hover {
	background-color: #ffffff;
}

nav .gnavi ul li .subnav {
	display: none;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 198px;
	left: 0;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	z-index: 100;
}

nav .gnavi ul li .subnav ul {
	width: 100%;
	max-width: 1000px;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 230px;
	box-sizing: border-box;
	position: relative;
}

nav .gnavi ul li .subnav ul .current-title {
	position: absolute;
	top: 50%;
	left: 0;
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
	letter-spacing: 0 !important;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	background-image: url("../image/navi/line.gif");
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 50px;
	box-sizing: border-box;
	width: 220px;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	transition: 0.2s;
}

nav .gnavi ul li .subnav ul li {
	width: 50%;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 0;
	text-align: left !important;
	background-image:url("../image/navi/ar03.png");
	background-repeat: no-repeat;
	background-position: left 0 top 7px;
	padding-right: 29px;
	box-sizing: border-box;
	position: relative;
	border: none !important;
}

nav .gnavi ul li .subnav ul li a {
	border: none !important;
	color: #ffffff !important;
	font-size: 16px;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	padding-left: 25px !important;
	text-align: left !important;
	position: relative;
	z-index: 101;
}

nav .gnavi ul li .subnav ul li a:hover {
	text-decoration: underline !important;
	background-color: transparent !important;
}

@media screen and (max-width:640px) {
	nav {
        display: none;
    }
}

html.openNav_on { overflow-y:hidden; }

#openNav-warp {
  width:70px;
  height:70px;
  position:fixed;
  top:-67px;
  right:-70px;
  z-index:100;
}

#openNav-warp.on {
  width:100%;
  height:100%;
  top:0;
  right:0;
  overflow-y:auto;
  background-color:#fff;
}

.lte-ie8 #openNav-warp {
  display:none !important;
}
.lte-ie8 #openNav-warp.on { min-width:1200px; }

@media screen and (min-width:641px) {
  #openNav-warp.on {
    min-width:1100px;
  }
}

@media screen and (max-width:640px) {
  #openNav-warp {
    width:90px;
    height:90px;
    top:-90px;
    right:-90px;
  }
}

#openNav_sw {
  width:100%;
  height:100vh;
  filter:alpha(opacity=0);
  opacity:0;
  -moz-opacity:0;
  transition:opacity 0.2s ease;
}

#openNav-warp.on #openNav_sw {
  filter:alpha(opacity=100);
  opacity:1;
  -moz-opacity:1;
}

#openNav {
  width:100%;
  height:100%;
  display:table;
  background-color:rgba(28,59,137,0.7);
}

#openNav:before {
  content:"";
  width:40%;
  display:table-cell;
  background:url(../image/openNav_photo.jpg) no-repeat center center;
  background-size:cover;
}

#openNav nav {
  width:60%;
  display:table-cell;
  box-sizing:border-box;
  padding:50px;
  text-align:left;
}

#openNav a,
#openNav a:visited { color:#191919; text-decoration:none; }

@media screen and (min-width:641px) {
  #openNav a:hover { color:#191919; text-decoration:underline; }

  #openNav a { transition:opacity 0.1s ease; }
  #openNav a:hover {
    filter:alpha(opacity=60);
    opacity:0.6;
    -moz-opacity:0.6;
  }
  
  #openNav nav ul {
    max-width:1000px;
  }
}

#openNav nav > ul.mnav {
    width: 100% !important;
  list-style:none;
}

#openNav nav > ul.mnav > li {
  box-sizing:border-box;
}

#openNav nav > ul.mnav > li > a {
  display:inline-block;
  font-size:112.5%;
  font-weight:bold;
  padding-top:1.5em;
}

@media screen and (min-width:641px) {
  #openNav nav > ul.mnav > li ul.child {
    display:block !important;
  }

  #openNav nav > ul.mnav > li.parent > a {
    pointer-events:none;
    cursor:default;
  }
}

#openNav nav > ul.mnav > li ul {
  padding-left:14px;
  list-style:none;
  font-size:93.8%;
}

#openNav nav > ul.mnav > li ul li { line-height:1.4; }

#openNav nav > ul.mnav > li ul li a {
  position:relative;
  display:inline-block;
  padding-top:0.25em;
}

#openNav nav > ul.mnav > li ul li a:before {
  content:"";
  width:6px;
  height:1px;
  background-color:#fff;
  position:absolute;
  left:-12px;
  top:1.25em;
}

#openNav nav ul.snav {
  list-style:none;
  padding-top:1.25em;
}

#openNav nav ul.snav li {
  padding-top:0.25em;
}

#openNav .option {
    display: none;
}

@media screen and (max-width:640px) {
  #openNav:before { display:none; }
  #openNav nav {
    width:100%;
      height: auto;
    padding:7rem 1.5rem 2rem 1.5rem;
    font-size:120%;
    display: block;
      background-image: none;
  }
  
  #openNav nav > ul.mnav > li {
    width:100%;
  }
  
  #openNav nav > ul.mnav > li > a {
    color: #fff;
    border-bottom:1px solid rgba(255,255,255,0.8);
    padding:1.5rem;
    display:block;
    font-weight:normal;
  }
  
  #openNav nav > ul.mnav > li:first-child a {
    border-top:1px solid rgba(255,255,255,0.8);
  }
  
  #openNav nav > ul.mnav > li.parent > a {
    position:relative;
    pointer-events:inherit;
    cursor:pointer;
  }
    
    #openNav nav > ul.mnav > li.parent > a.ro {
        background-color: rgba(255,255,255,0.2) !important;
    }
  
  #openNav nav > ul.mnav > li.parent > a:after {
    content:"";
    width:0;
    height:0;
    position:absolute;
    right:0.75rem;
    top:50%;
    margin-top:-4px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-top:9px solid #fff;
  }
  
  #openNav nav > ul.mnav > li.parent a.active:after {
    margin-top:-4px;
    border-left:8px solid transparent;
    border-right:8px solid transparent;
    border-bottom:9px solid #fff;
    border-top:0;
  }
  
  #openNav nav > ul.mnav > li ul {
    font-size:100%;
  }
  
  #openNav nav > ul.mnav > li ul.child {
    display:none;
    padding-left:2.65rem;
    padding-top:1rem;
    padding-bottom:1rem;
  }
  
  #openNav nav > ul.mnav > li ul.child li a { display:block; padding-top:0.5rem; padding-bottom:0.5rem; }
  #openNav nav > ul.mnav > li ul.child li a:before { top:1.35em; }
  
  #openNav nav ul.snav { padding-top:1.5rem; }

    #openNav .nav_info {
        width: 600px;
        padding: 1.5rem 2rem;
        margin: 1em auto;
        box-sizing: border-box;
        background-color: rgba(255,255,255,0.80);
        text-align: center;
    }
    
    #openNav .address {
        margin-bottom: 1em;
    }
    
    #openNav .address span {
        color:#8d8d8d;
    }
    
    #openNav .nav_logo {
        margin-bottom: 1em;
    }
    
	#openNav .option {
        display: block;
		position:static;
		width:100%;
		text-align:center;
		top:auto;
		right:auto;
        overflow: hidden;
	}
    
    #openNav .option .tel {
        float: left;
        margin-right: 41px;
    }
    
    #openNav .option .contact {
        float: left;
    }
    
}

/* ボタン ----------------------------------------*/

#openNav_btn {
    display: none;
    cursor:pointer;
    width:70px;
    height:70px;
    position:fixed;
    right:0;
    top:-70px;
    text-align:center;
    color:#fff;
    background-color:rgba(28,59,137,0.7);
    z-index:101;
    -webkit-transition:top ease 0.2s;
    -moz-transition:top ease 0.2s;
    -ms-transition:top ease 0.2s;
    -o-transition:top ease 0.2s;
    transition:top ease 0.2s;
}

.preload #openNav_btn {
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

#openNav_btn.fixed { top:0; }
#openNav-warp.on #openNav_btn { position:absolute; }

.lte-ie8 #openNav_btn {
    display:none !important;
}

@media screen and (max-width:640px) {
    #openNav_btn {
        display: block;
        top:0 !important;
        width:100px;
        height:100px;
    }

    #openNav_btn {
        -webkit-transition:none !important;
        -moz-transition:none !important;
        -ms-transition:none !important;
        -o-transition:none !important;
        transition:none !important;
    }
}

.openNav_btn_ic,
.openNav_btn_ic span,
.openNav_btn_ic span:before,
.openNav_btn_ic span:after {
    display:inline-block;
    transition:transform .4s, opacity .4s;
    box-sizing:border-box;
}
.openNav_btn_ic {
    position:relative;
    width:26px;
    height:20px;
    margin-top:22px;
}
  
.openNav_btn_ic span,
.openNav_btn_ic span:nth-of-type(2),
.openNav_btn_ic span:nth-of-type(3) {
    position:absolute;
    left:0;
    width:100%;
    height:2px;
    background-color:#fff;
}
.openNav_btn_ic span:nth-of-type(1) {
    top:0;
}
.openNav_btn_ic span:nth-of-type(2) {
    top:9px;
}
.openNav_btn_ic span:nth-of-type(3) {
    bottom:0;
}
  
#openNav_btn.close .openNav_btn_ic span:nth-of-type(1) {
    -webkit-transform:translateY(9px) rotate(-315deg);
    transform:translateY(9px) rotate(-315deg);
}
#openNav_btn.close .openNav_btn_ic span:nth-of-type(2) {
    opacity:0;
}
#openNav_btn.close .openNav_btn_ic span:nth-of-type(3) {
    -webkit-transform:translateY(-9px) rotate(315deg);
    transform:translateY(-9px) rotate(315deg);
}

.preload .openNav_btn_ic,
.preload .openNav_btn_ic span,
.preload .openNav_btn_ic span:before,
.preload .openNav_btn_ic span:after {
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -ms-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

@media screen and (max-width:640px) {
    .openNav_btn_ic {
        width:46px;
        height:40px;
        margin-top:28px;
    }

    .openNav_btn_ic span:nth-of-type(2) {
        top:19px;
    }

    #openNav_btn.close .openNav_btn_ic span:nth-of-type(1) {
        -webkit-transform:translateY(19px) rotate(-315deg);
        transform:translateY(19px) rotate(-315deg);
    }
    
    #openNav_btn.close .openNav_btn_ic span:nth-of-type(3) {
        -webkit-transform:translateY(-19px) rotate(315deg);
        transform:translateY(-19px) rotate(315deg);
    }
}

@media print {
    #openNav_btn { display:none !important; }
}


/* ------------------------------------------------------------------------------------------------------------------------/
   4-0, footer
/------------------------------------------------------------------------------------------------------------------------ */

footer {
	margin-top:78px;
	background:url(../image/footer/back.gif) repeat;
	padding-bottom:50px;
}
	footer .copy {
		background:url(../image/footer/copyback.png) repeat-x;
		width:100%;
		height:84px;
	}
	footer .copy .inner {
		position:relative;
	}
		footer .copy .copyright {
			color:#414141;
			font-size:16px;
			line-height:84px;
			float:left;
		}
		
		.topback a {
			position:absolute;
			top:4px;
			right:0;
			display:block;
			background-image:url(../image/footer/topback.gif);
			width:72px;
			height:76px;
			z-index:99;
		}
		
	footer .logo {
		margin-top:38px;
		float:left;
		font-size:15px;
	}
		footer .logo p {
			margin-top:15px;
		}
		footer .logo .gray {
			color:#8d8d8d;
		}
	footer .contact {
		float:right;
		margin-top:39px;
	}

@media screen and (max-width:640px) {
    .topback a {
        right:0;
    }
    footer .inner {
        width: 640px;
    }
    footer .copy .copyright {
        font-size:20px;
    }
	footer .copy p {
        margin-left: 20px;
	}
	footer .logo {
        width: 540px;
		float: none;
        margin:38px auto 0;
		font-size:18px;
	}
	footer .contact {
        width: 452px;
		float: none;
        margin:38px auto 0;
	}
}

.subpage-title-header {
	width: 100%;
	color: #355fbf;
	font-size: 32px;
	text-align: center;
	display: block;
	font-weight: bold;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #edfbff;
}

.subpage-title-header span {
	color: #333333;
	font-size: 24px;
	display: block;
}

/*--------------------------------------
　index
---------------------------------------*/

#index {
}
	#index .about {
		background:url(../image/contents/top/mv.jpg) center;
		width:100%;
		height:398px;
		margin:0 auto;
		text-align:center;
	}
		#index .mv01 .text01 {
			margin-top:91px;
		}
		#index .mv01 .text02 {
			margin-top:16px;
		}
		#index .mv01 .text03 {
			margin-top:32px;
		}
	
	#index .panel {
		width:100%;
		height:398px;
		margin:0 auto;
		text-align:center;
	}
	
	#index .mv01 { background:url(../image/contents/top/mv04.jpg) center; }
	#index .mv02 { background:url(../image/contents/top/mv03.jpg) center; }
	#index .mv03 { background:url(../image/contents/top/mv05.jpg) center; }

	#index .mv04 { background:url(../image/contents/top/mv07.jpg) center; }
	#index .mv05 { background:url(../image/contents/top/mv06_2024.jpg) center; }
	#index .mv06 { background:url(../image/contents/top/mv08.jpg) center; }

	#index .mv07 { background:url(../image/contents/top/mv10.jpg?v2) center; }

	
@media screen and (max-width:640px) {
	#index .about {
		background:url(../image/contents/top/sp/mv.jpg) center;
		height:398px;
	}
    #index .panel {
		height:395px;
    }
	#index .mv01 { background:url(../image/contents/top/sp/mv04.jpg) center; }
	#index .mv02 { background:url(../image/contents/top/sp/mv03.jpg) center; }
	#index .mv03 { background:url(../image/contents/top/sp/mv05.jpg) center; }
	#index .mv04 { background:url(../image/contents/top/sp/mv07.jpg) center; }
	#index .mv05 { background:url(../image/contents/top/sp/mv06_2024.jpg) center; }
	#index .mv06 { background:url(../image/contents/top/sp/mv08.jpg) center; }
	#index .mv07 { background:url(../image/contents/top/sp/mv10.jpg?v2) center; }
}


	#index .panel article {
		width:1000px;
		height:398px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
	}
	#index .panel article a {
		position:absolute;
		width:100%;
		height:100%;
		display:block;
		top:0;
		left:0;
	}
	
	#index .service {
		margin-top:40px;
	}
		#index .service ul {
			list-style:none;
		}
		#index .service ul:after{
			content:"";
			clear:both;
			display:block;
		}
			#index .service ul li {
				float:left;
				background:#fff;
				box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.22);
				-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.22);
				-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.22);
				padding-bottom:12px;
				margin-right:30px;
				width:480px;
				height:118px;
				display:block;
				overflow:hidden;
				position:relative;
			}
			
			.service-detail {
				position:absolute;
				top:4px;
				width:236px;
				left:240px;
			}
			
			#index .service ul li:last-child {
				margin-right:0px;
			}
				#index .service ul li .name {
					margin:15px 15px 10px 15px;
					font-size:17px;
					color:#1d78dd;
					line-height:1.0;
				}
				#index .service ul li .text {
					margin:0 15px;
				}
    @media screen and (max-width:640px) {
        #index .service {
            box-sizing: border-box;
        }
        #index .service td {
        }
        #index .service td img {
            width: 90%;
            height: auto;
        }
    }

	#index #info {
		margin-top:40px;
	}
		.infoArea {
			padding-bottom:40px;
			border-bottom:#cbcbcb dotted 1px;
		}
		.infoArea:last-child {
			padding-bottom:0px;
			border-bottom:none;
		}
		.infoTitle {
			height:40px;
			border-left:#508ee2 solid 5px;
			font-size:20px;
			color:#1d78dd;
			line-height:40px;
			font-weight:normal;
			margin-top:30px;
			margin-bottom:20px;
			padding-left:18px;
		}
			.infoTitle .date {
				color:#818181;
			}
		.infoImg {
			float:left;
			max-width:260px;
			max-height:180px;
			margin-right:20px;
			margin-bottom:20px;
		}
		.infoText {
		}
		

#contents {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
}

@media screen and (max-width:640px) {
	#contents {
		width:600px;
	    margin-top:30px;
	}
	
	.smv {
		width: 100%;
		height: auto;
	}
}

.box {
	padding-bottom:50px;
}

.box.last {
	padding-bottom:0px;
}

.box table {
	background-color:#c5d4f6;
	margin-bottom:30px;
}

.box table th {
	font-weight:normal;
	padding:20px;
	font-size:16px;
	border-top:1px solid #ffffff;
	background: rgb(232,241,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,241,255,1) 0%, rgba(213,224,248,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,241,255,1)), color-stop(100%,rgba(213,224,248,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(232,241,255,1) 0%,rgba(213,224,248,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(232,241,255,1) 0%,rgba(213,224,248,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(232,241,255,1) 0%,rgba(213,224,248,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(232,241,255,1) 0%,rgba(213,224,248,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f1ff', endColorstr='#d5e0f8',GradientType=0 ); /* IE6-9 */
}

.box table td {
	background-color:#ffffff;
	padding:20px;
}

.contact_fm {
	font-size:16px;
}

@media screen and (max-width:640px) {
	.contact_fm	{
		font-size: 22px;
	}
	.contact_fm table th,
    .contact_fm table td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }
    
    .contact_fm input[type="text"],
    .contact_fm textarea {
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
    }
}


.submit {
	width:300px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-size:16px;
}

.button02 {
	width:300px;
	height:50px;
	display:block;
	font-size:16px;
	margin-left:190px;
	margin-right:10px;
	margin-bottom:10px;
}

.button03 {
	width:300px;
	height:50px;
	display:block;
	font-size:16px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

@media screen and (max-width:640px) {
	.submit {
		font-size:20px;
	}
	
	.button02 {
		width:280px;
		font-size:20px;
		margin-left:0;
		margin-right:40px;
		margin-bottom:0;
	}

	.button03 {
		width:280px;
		font-size:20px;
		margin-left:0;
		margin-right:0;
		margin-bottom:0;
	}
}

.sub-header {
	margin-bottom:30px;
	position:relative;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.23);
}

.subtitle {
	background-image:url(../image/contents/work/subtitle-back.png);
	background-repeat:no-repeat;
	height:27px;
	padding-top:21px;
	text-indent:25px;
	color:#4877e4;
	font-size:22px;
	font-weight:bold;
	margin-bottom:40px;
}

.pc-none{display: none;}
@media screen and (max-width:640px) {
	.subtitle {
		height:48px;
		padding-top:14px;
		font-size:28px;
	}
	
	.pc-none{display: block;}
}

ul.arrows-list {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:25px;
}

ul.arrows-list li {
	background-image:url(../image/contents/work/ar.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:27px;
	font-size:22px;
	color:#5a5a5a;
}

.torihiki-primary {
	width:1020px;
}

.torihiki-primary .torihiki-list {
	float:left;
	width:315px;
	margin-right:22px;
	font-size:16px;
	color:#5a5a5a;
}

.torihiki-primary .torihiki-list .torihiki-title {
	height:50px;
	line-height:50px;
	background-color:#e3ebff;
	font-size:18px;
	color:#4877e4;
	text-indent:18px;
	margin-bottom:15px;
}

#gis-contents01 {
	background-image:url(../image/contents/work/gis/contents01.png);
	width:990px;
	height:358px;
	position:relative;
	margin-bottom:30px;
}

#gis-contents01 .comment01 {
	font-size:20px;
	color:#1372da;
	position:absolute;
	top:265px;
	left:115px;
	font-weight:bold;
}

#gis-contents01 .comment02 {
	font-size:14px;
	color:#000000;
	position:absolute;
	top:297px;
	left:115px;
}

#gis-contents02 {
	background-image:url(../image/contents/work/gis/contents02.png);
	position:relative;
	width:990px;
	height:425px;
	margin-bottom:30px;
}

#gis-contents03 {
	background-image:url(../image/contents/work/gis/contents03.png);
	position:relative;
	width:990px;
	height:468px;
	margin-bottom:30px;
	position:relative;
}

#gis-contents03 ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:15px;
}

#gis-contents03 ul li.position01 {
	position:absolute;
	left:153px;
	top:38px;
	width:600px;
	height:70px;
}

#gis-contents03 ul li.position02 {
	position:absolute;
	left:153px;
	top:183px;
	width:600px;
	height:70px;
}

#gis-contents03 ul li.position03 {
	position:absolute;
	left:153px;
	top:305px;
	width:600px;
	height:70px;
}

#gis-contents03 ul li.position04 {
	position:absolute;
	left:153px;
	top:424px;
	width:600px;
	height:70px;
}

#gis-contents03 .segument {
	position:absolute;
	width:440px;
	height:100px;
	top:357px;
	left:530px;
	padding-top:10px;
	padding-left:20px;
}

#gis-contents03 .segument p {
	font-size:18px;
	color:#dd3434;
	margin:0;
	padding:0;
}

#gis-contents03 .segument table {
	width:100%;
}

#gis-contents04 {
	font-size:18px;
}

#gis-contents04 p {
	font-size:22px;
	font-weight:bold;
	color:#ff3e28;
	margin:0;
	padding:0;
}

#gis-contents04 .prevmap {
	margin-top:20px;
}

.office-gallery {
	width: calc(100% + 30px);
}

.office-gallery img {
	width: calc(50% - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}

@media screen and (max-width:640px) {
	.office-gallery {
		width: 100%;
	}
	.office-gallery img {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}

#recruit {
}

#recruit .main-comment {
	border:solid 1px #4877e4;
	padding:30px;
	margin-bottom:30px;
	color:#4877e4;
	font-size:20px;
}

#recruit .main-comment a {
	text-decoration: none !important;
	display: inline-block;
	position: relative;
	color: #9f8400;
}

#recruit .main-comment a:after {
	content: "";
	border-bottom: 1px dotted #9f8400;
	display: block;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
}

#recruit .main-comment a:hover {
	color: #a5c25e !important;
}

#recruit .main-comment a:hover:after {
	border-bottom: 1px dotted #a5c25e !important;
}

#recruit p {
	margin-bottom:30px;
}

#recruit .a-bsp {
    display: none;
}

@media screen and (max-width:640px) {
	#recruit .a-bsp {
		display: block;
		margin: 0 auto 30px;
	}
	
	#recruit .agata {
		display: block;
		margin: 0 auto 30px;
	}
}

.mono-box {
	border:3px solid #efefef;
	padding:30px;
	position:relative;
}

@media screen and (max-width:640px) {
	.mono-box img {
		width: 100%;
	}
}
	
.mono-box p {
	margin-bottom:20px !important;
}

.company-table td {
	padding:20px !important;
}

.company-table table td {
	padding:0 !important;
}
	
.company-table td.borders {
	border-left: 1px dotted #C8C8C8;
}

@media screen and (max-width:640px) {	
	 .company-table {
		width: 100%;
	}
	
	.company-table th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	.company-table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.company-table table {
		width: 100%;
	}
	.company-table table td:first-child {
		padding-bottom: 1em !important;
	}
	
	.company-table td.borders {
		padding-top: 1em !important;
		border-top: 1px dotted #C8C8C8;
		border-left: none;
	}
    
    .ryoukin {
        width: 100%;
    }
    
    .ryoukin th {
        display: table-cell;
        width: 50% !important;
    }
    
    .ryoukin td {
        display: table-cell;
        width: 50% !important;
    }
    .ryoukin td.harf {
        width: 25% !important;
    }
}

.company-gmap {
}

.company-gmap .gmap-left {
	float:left;
	width:48.5%;
}

.company-gmap .gmap-right {
	float:right;
	width:48.5%;
}

@media screen and (max-width:640px) {
	.company-gmap .gmap-left,
	.company-gmap .gmap-right {
		float: none;
		width: 100%;
		margin-bottom: 1em;
	}
}

.company-gmap .gmap-left h3, .company-gmap .gmap-right h3 {
	font-weight:normal;
	padding-bottom:15px;
}

.oneday-table {
	padding-bottom:40px;
}

.oneday_img {
	margin: auto;
}

.myumyu-content {
}

.myumyu-content .list-primary {
	width:calc(100% + 35px);
}

.myumyu-content .list-primary .list {
	width:calc(50% - 35px);
	margin-right:35px;
	margin-bottom:35px;
	float:left;
	background-color:#ffffff;
	box-sizing:border-box;
	position:relative;
	padding:30px;
}

@media screen and (max-width:640px) {
    .myumyu-content .list-primary {
        width:100%;
    }
    
    .myumyu-content .list-primary .list {
        width:100%;
        box-sizing: border-box;
    }
}

.myumyu-content .list-primary .list:nth-child(1) { border:5px solid #ef94ae; }
.myumyu-content .list-primary .list:nth-child(2) { border:5px solid #00a8e6; }
.myumyu-content .list-primary .list:nth-child(3) { border:5px solid #ee772b; }
.myumyu-content .list-primary .list:nth-child(4) { border:5px solid #0068b7; }
.myumyu-content .list-primary .list:nth-child(5) { border:5px solid #fdcc00; }
.myumyu-content .list-primary .list:nth-child(6) { border:5px solid #95c036; }

.myumyu-content .list-primary .list .number {
	position:absolute;
	width:50px;
	height:50px;
	top:15px;
	left:15px;
	line-height:50px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	color:#ffffff;
	font-family:Verdana, Geneva, sans-serif;
}

.myumyu-content .list-primary .list:nth-child(1) .number { background-color:#ef94ae; }
.myumyu-content .list-primary .list:nth-child(2) .number { background-color:#00a8e6; }
.myumyu-content .list-primary .list:nth-child(3) .number { background-color:#ee772b; }
.myumyu-content .list-primary .list:nth-child(4) .number { background-color:#0068b7; }
.myumyu-content .list-primary .list:nth-child(5) .number { background-color:#fdcc00; }
.myumyu-content .list-primary .list:nth-child(6) .number { background-color:#95c036; }

.myumyu-content .list-primary .list h3 {
	margin:0;
	padding:0;
	padding-left:50px;
	margin-top:-17px;
	min-height:76px;
	font-size:20px;
}

.myumyu-content .list-primary .list:nth-child(1) h3 { color:#ef94ae; }
.myumyu-content .list-primary .list:nth-child(2) h3 { color:#00a8e6; }
.myumyu-content .list-primary .list:nth-child(3) h3 { color:#ee772b; }
.myumyu-content .list-primary .list:nth-child(4) h3 { color:#0068b7; }
.myumyu-content .list-primary .list:nth-child(5) h3 { color:#fdcc00; }
.myumyu-content .list-primary .list:nth-child(6) h3 { color:#95c036; }

.myumyu-content .list-primary .list ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:2px;
}

.myumyu-content .list-primary .list ul li {
	font-size:16px;
	padding-left:4px;
	text-indent:-21px;
}


@media screen and (max-width:640px) {
	.myumyu-content .list-primary .list h3 {
		font-size:23px;
	}
	.myumyu-content .list-primary .list ul li {
		font-size:20px;
	}
}

.myumyu-content .list-primary .list ul li:before {
	content:"● ";
}

.myumyu-content .list-primary .list:nth-child(1) ul li:before { color:#ef94ae; }
.myumyu-content .list-primary .list:nth-child(2) ul li:before { color:#00a8e6; }
.myumyu-content .list-primary .list:nth-child(3) ul li:before { color:#ee772b; }
.myumyu-content .list-primary .list:nth-child(4) ul li:before { color:#0068b7; }
.myumyu-content .list-primary .list:nth-child(5) ul li:before { color:#fdcc00; }
.myumyu-content .list-primary .list:nth-child(6) ul li:before { color:#95c036; }

.myumyu-content .list-primary .list img {
	float:left;
	margin-right:40px;
	margin-bottom:30px;
}

@media screen and (max-width:640px) {
	.myumyu-content .list-primary .list img {
		float:none;
		display: block;
		margin: 30px auto;
	}
}

.prev-about {
	position:absolute;
	top:30px;
	right:30px;
	border:3px solid #4877e4;
	background-color: #fff;
	width:238px;
	height:116px;
	box-sizing:border-box;
	padding:20px;
}

@media screen and (max-width:640px) {
	.prev-about {
		right: auto;
		left: 30px;
	}
}

.prev-about p {
	margin:0;
	padding:0;
	color:#4877e4;
	font-size:16px;
}

.prev-about strong {
	font-size:24px;
	display:block;
	margin-top:-5px;
}

.area {
	position: relative;
	width: 100%;
	height: 540px;
}

.area .content {
	background-image:url(../image/contents/top/area.jpg?v=4);
	background-position:left -83px top 0;
	background-repeat:no-repeat;
	background-size: 120%;
	width:1920px;
	height:540px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.area article {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-left:344px;
	box-sizing:border-box;
	padding-top:40px;
}

.area-comment {
	background-image:url(../image/contents/top/area-comment.png);
	background-repeat: no-repeat;
	width:725px;
	height:105px;
	margin-top: -32px;
	margin-bottom:10px;
}

.area-comment p {
	overflow:hidden;
	white-space:nowrap;
	text-indent:100%;
	margin-top: -30px;
}

.area-thum-primary {
	position: relative;
}

.area-thum {
	width:167px;
	float:left;
	margin-right:17px;
	text-align:center;
	font-size:13.5px;
}

.area-thum:nth-child(4) {
	margin-right:0;
}

.area-thum p {
	margin: 0;
	padding: 0;
	margin-top: -15px;
}

.area-thum img {
	margin-bottom:15px;
}

@media screen and (max-width:640px) {
		.area {
			width: 640px;
			overflow: hidden;
			height: inherit;
			height: 950px;
		}
		.area .content {
			height: inherit;
			box-sizing: border-box;
			background-position:left 350px top 0;
		}
    .area article {
        width:640px;
        padding-left: 30px;
				padding-right: 30px;
        box-sizing: border-box;
    }
    
    .area-comment {
        background-image:url(../image/contents/top/sp/area-comment.png?v=3);
        width:376px;
        height:97px;
        margin-bottom:20px;
    }

    .area-thum-primary {
        margin-left: 0;
				padding-top: 425px;
				position: relative;
    }
    
    .area-thum {
        width:33.333%;
				margin-right: 0;
    }
    
    .area-thum a {
        height: auto;
    }
    
    .area-thum img {
        width: calc(100% - 10px);
        height: auto;
				display: block;
				margin-left: auto;
				margin-right: auto;
    }
    
    .area-thum p {
        display: none;
    }
}

.area-thum-primary .area-text {
	position: absolute;
	top: 172px;
	left: 0;
	padding-left: 0;
}

@media screen and (max-width:640px) {
	.area-thum-primary .area-text {
		position: relative;
		top: inherit;
		left: inherit;
		font-size: 18px;
		padding-right: 20px;
		padding-left: 5px;
		padding-top: 0px;
		width: 100%;
		clear: both;
	}
}

.area-thum-primary .area-text a {
	color: #000000 !important;
	display: block;
	background-image: url("../image/contents/top/ar.gif");
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	height: 21px;
	padding-left: 32px;
	margin-bottom: 3px;
}
.area-thum-primary .area-text a:hover {
	color: #1c3b89 !important;
	text-decoration: underline !important;
}

.pdf-button-primary {
	padding-bottom:50px;
}

.pdf-button-primary .pdf-button a {
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	text-align:center;
	border:2px solid #4877e4;
	border-radius:5px;
	color:#4877e4;
	font-weight:bold;
	display:block;
	margin-bottom:15px;
	text-decoration:none !important;
	font-size:16px;
	position:relative;
	transition:0.3s;
}

.pdf-button-primary .pdf-button a:before {
	content:"";
	background-image:url(../image/contents/myumyu/icon_1r_48.png);
	width:48px;
	height:48px;
	display:inline-block;
	position:absolute;
	top:1px;
	margin-left:-58px;
}

.pdf-button-primary .pdf-button a:after {
	content:"〉";
	color:#4877e4;
	position:absolute;
	top:15px;
	right:15px;
	display:block;
	transition:0.3s;
}

.pdf-button-primary .pdf-button a:hover {
	background-color:#4877e4;
	color:#ffffff !important;
}

.pdf-button-primary .pdf-button a:hover:after {
	right:10px;
	color:#ffffff;
}

#movie article {
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
  overflow: hidden;
}

#movie article video-js.video-js.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

#infotop {
	padding-top:50px;
	padding-bottom:50px;
}

#infotop article {
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
    overflow: hidden;
}

@media screen and (max-width:1100px) {
	#infotop article {
		padding-left:30px;
		padding-right:30px;
		box-sizing:border-box;
	}
}

#infotop article h2 {
    float: left;
	margin:0;
	padding:0;
    width: 200px;
	font-size:40px;
	font-weight:normal;
	color:#315bbc;
}

#infotop article h2 span {
	font-size:18px;
	display:block;
	color:#333333;
}

#infotop #infoList {
    float: left;
	width: calc(100% - 230px);
    list-style:none;
    text-align:left;
    margin-left: 30px;
    box-sizing: border-box;
	vertical-align: top;
}

#infotop #infoList li a {
    display: block;
    width: 100%;
    height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c9c9c9;    
}

#infotop #infoList li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;  
}

#infotop #infoList li div::after {
    clear: none;
}

#infotop #infoList li a .info_img {
    float: left;
	width: 240px;
	height: 154px;
    overflow: hidden;
    margin-right: 20px;
}

#infotop #infoList li .info_img div {
	width: 100%;
	height: 154px;
	background-size: contain;
	/*background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center;
   /* background-position: top center;*/
    transition: 0.3s;
}

#infotop #infoList li .info_img div:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#infotop #infoList li .desc {
    float: left;
    width: calc(100% - 260px);
	font-weight:normal;
	font-size:24px;
	margin:0;
	padding:0;
	padding-bottom:20px;
	color:#315bbc;
}

#infotop #infoList li .desc span {
	display:block;
    margin-top: 8px;
    margin-bottom: 16px;
	font-size:16px;
	color:#000000;
}

@media screen and (max-width:1100px) {
	#infotop #infoList li .desc span {
		display:block;
		font-size:18px;
	}
}

@media screen and (max-width:640px) {
    #infotop article h2 {
        float: none;
        width: 100%;
        margin-bottom:30px;
        padding-bottom:30px;
        border-bottom: 1px solid #c9c9c9;
    }
    
    #infotop #infoList {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    #infotop #infoList li .desc span {
        margin-top: 0;
    }
}


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

  詳細
  
----------------------------------------------------------------------------------------------------*/

#infoDetail {
    max-width:1100px;
	margin: 0px auto;
}

.infoDetail-head {
    border-left: 4px solid #4877e4;
    border-top:1px solid #dcdcdc;
    padding-top:16px;
    padding-left: 16px;
    padding-bottom: 8px;
    box-sizing:border-box;
    line-height:1.5;
    margin-bottom:30px;
    text-align:left;
}

.infoDetail-head h3 {
  color: #4877e4;
  font-style:normal;
  font-weight:400;
  font-size:160%;
    margin-top: 0.25em;
}

#infoDetail .glog {
    padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}

#infoDetail .glog:last-of-type {
    border-bottom: 0;
}

#infoDetail .glog-img_cp { font-size: 87.5%; color:#666;}

#infoDetail .l-prev {
    text-align:center;
    line-height:0;
    margin-top:10px;
}

#infoDetail .l-prev a {
    display: inline-block;
    background-color: #3960C0;
    height: 36px;
    line-height: 36px;
    padding: 0 1em;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

#infoDetail .l-prev a:hover {
    background-color: #7C97D8;    
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .infoDetail-head h3 {
    font-weight:600;
  }
}

@media screen and (max-width:640px) {
    .infoDetail-head { margin-bottom:2rem; }
    .infoDetail-head h3 { font-size:125%; }
    #infoDetail .l-prev {
        text-align:center;
        padding-top:0.5rem;
    }
    #infoDetail .l-prev a {
        height: 60px;
        line-height: 60px;
    }
}


/*----------------------------------------------------------------------------------------------------
  ブログパターン  
----------------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------
  table
-----------------------------------------------------------------------------------*/

.l-tbl {
  width:100%;
  border-collapse:collapse;
  border:0;
}

.l-tbl th,
.l-tbl td {
  font-weight:normal;
  border:1px solid #94bcde;
  box-sizing:border-box;
  padding:0.85em 1em;
  line-height:1.5;
}

.l-tbl th {
  background-color:#e0ecf6;
  text-align:center;
  vertical-align:top;
  white-space:nowrap;
}

.l-tbl tr.md th {
  background-color:#dbf2f1;
  color:#00736d;
  border-top-color:#dbf2f1;
  border-bottom-color:#dbf2f1;
}

.l-tbl tr.md th:first-child { border-left-color:#dbf2f1; }
.l-tbl tr.md th:last-child { border-right-color:#dbf2f1; }

@media screen and (max-width:640px) {
  .l-tbl th,
  .l-tbl td { padding:0.85rem; }
  .l-tbl .sp-kai { display:block; }
}


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

  ファイルダウンロードボタン
  
-----------------------------------------------------------------------------------*/

.l-fileDL {
  list-style:none;
  background-color:#e0ecf6;
  padding:15px;
}

.l-fileDL li {
  width:50%;
  float:left;
  box-sizing:border-box;
  padding:0 5px;
  margin-top:5px;
  margin-bottom:5px;
}

a.fileIc {
  display:block;
  background-color:#fff;
  text-decoration:none;
  box-sizing:border-box;
  padding:1em 1em 1em 55px;
  padding:1rem 1rem 1rem 55px;
  position:relative;
  line-height:1.4;
}

a.fileIc,
a.fileIc:visited  { color:#00736d; text-decoration:none; }
a.fileIc:hover  { color:#148cc8; text-decoration:underline; }

a.fileIc:before {
  content:"";
  width:26px;
  height:34px;
  position:absolute;
  left:1em;
  left:1rem;
  top:50%;
  top:50%;
  margin-top:-17px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

a.fileIc.pdf:before { background-image:url(../image/icon/pdf.png); }
a.fileIc.doc:before { background-image:url(../image/icon/doc.png); }
a.fileIc.xls:before { background-image:url(../image/icon/xls.png); }
a.fileIc.ppt:before { background-image:url(../image/icon/ppt.png); }

.no-backgroundsize a.fileIc.pdf:before { background-image:url(../image/icon/pdf_s.png); }
.no-backgroundsize a.fileIc.doc:before { background-image:url(../image/icon/doc_s.png); }
.no-backgroundsize a.fileIc.xls:before { background-image:url(../image/icon/xls_s.png); }
.no-backgroundsize a.fileIc.ppt:before { background-image:url(../image/icon/ppt_s.png); }

@media screen and (max-width:640px) {
  .l-fileDL { padding:0.5rem; }
  .l-fileDL li {
    width:100%;
    float:none;
    padding:0 0.5rem;
    margin-top:0.5rem;
    margin-bottom:0.5rem;
  }

  a.fileIc { padding:1.25rem 1rem 1.25rem 65px; }
  
  a.fileIc:before {
    width:32px;
    height:42px;
    margin-top:-21px;
  }
}


/* 単体 ----------------------------------------*/

.ic-file {
  content:"";
  display:inline-block;
  width:20px;
  height:26px;
  margin-right:10px;
  margin-top:-0.15em;
  vertical-align:middle;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.ic-file.pdf { background-image:url(../image/icon/pdf.png); }
.ic-file.doc { background-image:url(../image/icon/doc.png); }
.ic-file.xls { background-image:url(../image/icon/xls.png); }
.ic-file.ppt { background-image:url(../image/icon/ppt.png); }

.ic-file.pdf { background-image:url(../image/icon/pdf_s.png); }
.ic-file.doc.doc { background-image:url(../image/icon/doc_s.png); }
.ic-file.xls { background-image:url(../image/icon/xls_s.png); }
.ic-file.ppt { background-image:url(../image/icon/ppt_s.png); }


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

  ブログパターン
  
-----------------------------------------------------------------------------------*/

.glog {
  margin-bottom:30px;
  text-align:left;
}

.glog:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.glog ul,
.glog ol {
  list-style:inherit;
  margin-left:1.25em;
  margin-left:1.25rem;
}
.glog ol {
  list-style:decimal;
}

.glog-txt {
  box-sizing:border-box;
  word-break:break-all;
}

.glog-image-left .glog-txt {
  float:right;
}

.glog-image-right .glog-txt {
  float:left;
}

.glog-image-left .glog-img,
.glog-image-right .glog-img {
  display:inline-block;
  margin-bottom:10px;
  box-sizing:border-box;
}

.glog-image-left .glog-img {
  float:left;
  margin-right:20px;
}

.glog-image-right .glog-img {
  float:right;
  margin-left:20px;
}

.glog-image-center .glog-img {
  display:block;
  text-align:center;
  margin-bottom:25px;
}

.glog-img_cp {
  display:block;
  font-size:93.8%;
  padding-top:0.5em;
  padding-top:0.5rem;
  line-height:1.4;
}

.glog .datafile {
  margin-bottom:15px;
  display:inline-block;
}

.glog .datafile img {
  vertical-align:middle;
  margin-right:10px;
}

.glog-in {
  padding-left:1em;
  padding-right:1em;
  padding-left:1rem;
  padding-right:1rem;
}

@media screen and (max-width:640px) {
  .glog { margin-bottom:2rem; }
}


/* 見出し ----------------------------------------*/

.lte-ie8 .glog .l-headline { font-size:135%; padding:0.65em 0.75em; }
.lte-ie8 .glog .l-headlineS-bg { font-size:125%; padding:0.55em 0.75em; }
.lte-ie8 .glog .l-headlineS-line { font-size:125%; }

@media screen and (min-width:641px) {
  .glog .l-headline { font-size:135%; padding:0.65rem 1rem; }
  .glog .l-headlineS-bg { font-size:125%; padding:0.75rem 1rem; }
  .glog .l-headlineS-line { font-size:125%; }
}


/* file icon ----------------------------------------*/

.glog a.fileIc {
  display:inline-block;
  background-color:none;
  padding:0.5em 0 0.5em 30px;
  padding:0.5rem 0 0.5rem 30px;
  position:relative;
}

.glog a.fileIc:before {
  width:20px;
  height:26px;
  margin-top:-13px;
  left:0;
}

.glog a.fileIc,
.glog a.fileIc:visited  { color:#148cc8; text-decoration:underline; }
.glog a.fileIc:hover  { color:#41b4eb; text-decoration:none; }

.no-backgroundsize .glog a.fileIc.fileIc.pdf:before { background-image:url(../images/icon/pdf_ss.png); }
.no-backgroundsize .glog a.fileIc.fileIc.doc:before { background-image:url(../images/icon/doc_ss.png); }
.no-backgroundsize .glog a.fileIc.fileIc.xls:before { background-image:url(../images/icon/xls_ss.png); }
.no-backgroundsize .glog a.fileIc.fileIc.ppt:before { background-image:url(../images/icon/ppt_ss.png); }


/*-----------------------------------------------------------------------------------
  pagination
-----------------------------------------------------------------------------------*/

.glog-pagination {
  text-align:center;
}

.glog-pagination ul {
  list-style:none;
  margin-left:-3px;
}

.glog-pagination li {
  float:left;
  display:inline-block;
  margin:3px;
  font-size:87.5%;
}

.glog-pagination li:after {
  content:"";
  display:block;
  height:0;
  clear:both;
}

.glog-pagination li a { display:block; }

.glog-pagination li a,
.glog-pagination li a:visited { color:#5f646e; text-decoration:none; }
.glog-pagination li span:hover,
.glog-pagination li span:hover a,
.glog-pagination li a:hover { color:#fff; }

.glog-pagination li span {
  line-height:1;
  width:2em;
  height:2em;
  padding-top:0.5em;
  display:block;
  color:#00736d;
  border:1px solid #00736d;
  background-color:#fff;
  box-sizing:border-box;
  -webkit-transition:background ease 0.1s, border ease 0.1s;
  -moz-transition:background ease 0.1s, border ease 0.1s;
  -ms-transition:background ease 0.1s, border ease 0.1s;
  -o-transition:background ease 0.1s, border ease 0.1s;
  transition:background ease 0.1s, border ease 0.1s;
}

.glog-pagination li span.active:hover,
.glog-pagination li span.active { color:#fff; background-color:#00736d; border-color:#00736d; }
.glog-pagination li span:hover { color:#00736d; background-color:#dbf2f1; border-color:#00736d; }


/*-----------------------------------------------------------------------------------
  非公開
-----------------------------------------------------------------------------------*/

.hnone-box {
  text-align:center;
  box-sizing:border-box;
  padding:1em;
  padding:1rem;
  color:#c82d32;
  border:1px solid #d3575b;
}

.hnone-box b {
  font-size:146.2%;
}
