@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==========================================
 body
===========================================*/
body {
	min-width: 100%;
	text-align: center;
	background-color: #F2F3F6;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.6;
	font-weight: normal;
	font-variant: normal;
	float: left;
}

.share_studio{
    width: 95%;
    background-color: #F2F3F6;
    clear: both;
    text-align: center;
    padding: 1em;
    margin: 0 auto;
	}

.share_g {
	background-color: #F2F3F6;
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
	}
	
.share_w {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 45px;
	}
	
.shareInnr {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
	
	
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
	width: 100%;
	float: left;
	}
	
#headerTop h1 {
	float: left;
	margin-top: 15px;
	margin-bottom: 27px;
	}
	
#headerTop p {
float: right;
    margin-top: 29px;
    margin-bottom: 35px;
    line-height: 0.9em;
    text-align: left;
    font-family: 'メイリオ';
    /*color:#777676;*/
    color:#8c8583;
	}

header nav ul{
	display: none;
	
	}
	
#globalNav {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	}
	
#globalNav ul li {
	text-align: center;
	display: inline-block;
	background-image: url(../images/share/ber.png);
	background-repeat: no-repeat;
	background-position: right center;
	}
	
#globalNav ul li:first-child span {
	background-image: url(../images/share/ber.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	}
	
#globalNav ul li a {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 19px;
	padding-bottom: 19px;
	display: inline-block;
	vertical-align: middle;
	}
	
#globalNav ul li.serviceMenu ul{
	display:none;
	position: absolute;
	background-color: #FFFFFF;
	z-index:999;
}

#globalNav ul li.serviceMenu ul li{
    text-align: left;
    display: block;
    background-image: none;
}

/*==========================================
 メインコンテンツ共通スタイル
===========================================*/

#main {
	width: 100%;
	float: left;
	}
	
.pcImg {
	display: inherit;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.mbImg,
.mbImg2,
.mbImg3 {
	display: none;
	}
	
.leftImg {
	float: left;
	padding-right: 29px;
	padding-bottom: 20px;
	}
.kizai .leftImg{
width:50%;
}

.block.studioBox {
width: 97%;
margin:0 auto 2em;
border: 1px solid #555;
padding:1em;
}
.studioBox ul {
width: 100%;
margin-bottom:1em;
}
.studioBox ul li{
display:inline;
}
.studioBox ul li img {
width: 49.5%;
}
.studioBox .fontStyle3 {
padding:0 0 10px 1em;
}

#contentsLink {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 60px;
	}
	
#contentsLink li {
	text-align: center;
	display: inline-block;
	padding-bottom: 20px;
	}
	
#contentsLink li:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.fontStyle {
	font-size: 1em;
	padding-bottom: 30px;
	padding-top: 20px;
	}
	
.btnStyle a {
	padding-left: 69px;
	padding-right: 41px;
	padding-top: 20px;
	padding-bottom: 7px;
	background-color: #000000;
	display: inline-block;
	}
	
.btnStyle a:hover {
	background-color: #666666;
	}
	
.fontStyle2 {
	font-size: 0.8em;
	}
	
.fontStyle2 a {
	color: #777777;
	text-decoration: underline;
	}
	
.fontStyle2 a:hover {
	color: #BBBBBB;
	text-decoration: none!important;
	}
	
#footerContact {
	/*background-image: url(../images/share/bg.png);*/
	background-repeat: no-repeat;
	background-position: 60px bottom;
	padding-bottom: 70px;
	}
		
/*==========================================
 フッターのスタイル
===========================================*/

footer {
	width: 100%;
	float: left;
	text-align: center;
	background-color: #00478B;
	padding-top: 30px;
	}
	
#footerNavi {
	font-size: 0.9em;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding-bottom: 22px;
	}
	
#footerNavi a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footerNavi a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#copy {
	padding-top: 60px;
	padding-bottom: 22px;
	}
	
#page-top {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#page-top a {
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	width: 31px;
	height: 64px;
	display: block;
}

#page-top a:hover {
	background-image: url(../images/pagetop_on.png);
}

#page-top a span {
	display: none;
}
	

/*==========================================
 その他ページ
===========================================*/
#topImg1 img {
	position: relative;
	top: 321px;
	left: 425px;
	}
#facebook {
	width: 495px;
	float: right;
	text-align: right;
	}
	
#facebook iframe {
	width: 100%!important;
	}
	
#topNews {
	width: 482px;
	float: left;
	text-align: left;
	}
	
#facebook h2,
#topNews h2 {
	background-color: #999999;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	text-align: left;
	}
	
#topNews p {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 1.1em;
	}
	
#topNews p a {
	text-decoration: none;
	color: #777777;
	}
	
#topNews p a:hover {
	text-decoration: underline;
	}
	
	
#topNews p time {
	display: inline-block;
	float: left;
	padding-right: 10px;
	}
	
#topNews p a {
	display: block;
	}
	
#topNews aside {
	float: right;
	margin-top: 25px;
	}
	
#topNews aside a {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	}
	
#topNews aside a:hover {
	background-color: #D2E9F5;
	}
	
	
.service {
	padding-top: 45px;
	width: 100%;
	float: left;
	text-align: left;
	}
	
.service h2 {
	background-color: #555555;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	text-align: left;
	}
	
.service h2 span{
	display: none;
	}
	
.service h3 {
	font-size: 1.7em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 30px;
overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	}
	
.service p {
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	}

#pNavi {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	}
	
#pNaviinnr {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
	
#pNaviinnr p {
	text-align: left;
	font-size: 1.1em;
	}
	
.share_g .title {
	border-bottom: 4px solid #FFFFFF!important;
	}
	
.title {
	width: 100%;
	float: left;
	border-bottom: 4px solid #F2F3F6;
	padding-bottom: 10px;
	margin-bottom: 25px;
	}
	
.title h2 {
	text-align: left;
	font-size: 2.4em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background-image: url(../images/share/yajirushi.png);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 22px;
	line-height: 1.3em;
	}
	
.fontStyle3 {
	padding-bottom: 30px;
	text-align: left;
	}
	
.fontStyle4 {
	text-align:right;
	padding-bottom: 20px;
	}

.titleStyle2 {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #545454;
	text-decoration: none;
	background-image: url(../images/contact/ber.png);
	background-repeat: repeat-x;
	text-align: left;
	}
	
.titleStyle span {
	background-color: #838383;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
	
/*==========================================
 Company
===========================================*/
#topImg4 img {
	position: relative;
	top: 50px;
	left: -26.5%;
	}
	

dl.tableStyle {
    width: 100%;
    line-height: 1.5;
    background-color: #F5F5F5;
    overflow: hidden;    }
	
dl.tableStyle dt {
	float: left;
	width: 190px;
	padding: 10px;
	background-image: url(../images/company/ber.png);
	background-repeat: repeat-x;
	border-bottom: 1px solid #F2F3F6;
	font-weight: bold;
	text-align: left;
	font-size: 1.2em;
    }
dl.tableStyle dd {
      margin-left: 210px;
      padding: 10px;
      background-color: #FFF;
	 	border-bottom: 1px solid #F2F3F6;
		font-size: 1.2em;
		text-align: left;
    }
	
.titleStyle {
	width: 96%;
	background-color: #555555;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	float: left;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.5em;
	}
	
.listBox {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 100px;
	text-align: left;
	}
	
.listBox ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 130px;
	border-left: 1px solid #555555;
	padding-left: 30px;
	}
	
.listBox ul li {
	color: #545454;
	font-size: 1.2em;
	line-height: 1.7em;
	background-image: url(../images/company/point.jpg);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	}
	
.linkStyle a {
	background-image: url(../images/share/linkpoint.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 14px;
}


.subTit {
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 10px;
	}
	
h3.titleStyle {
	text-align: left;
	}
	
.listStyle li {
	font-size: 1.3em;
	line-height: 1.7em;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	}


/*==========================================
 Equipment
===========================================*/
	
/*==========================================
 Contact
===========================================*/
#contactBox {
	width: 100%;
	float: left;
	}
	
#contactBox dl dt {
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #545454;
	text-decoration: none;
	background-image: url(../images/contact/ber.png);
	background-repeat: repeat-x;
	text-align: left;
	}
	
#contactBox dl dt span {
	font-size: 13px;
	font-weight: normal;
	}
	
#contactBox dl dd {
	font-size: 1.2em;
	padding-bottom: 30px;
	text-align: left;
	line-height: 1.7em;
	}
.kakuninBox dl dd{
	padding:0 12px 30px 12px;
	}
	
#contactBox dl dd input.formStyle,
#contactBox dl dd textarea {
	width: 94%!important;
	border: 1px solid #DDDDDD!important;
	padding-top: 1%!important;
	padding-right: 1%!important;
	padding-bottom: 1%!important;
	padding-left: 1%!important;
	font-size: 1.2em;
	margin-left: 1%;
	margin-right: 3%;
	}
	
#contactBox input[type="text"]:focus,
#contactBox input[type="email"]:focus,
#contactBox input[type="tel"]:focus,
#contactBox input[type="fax"]:focus,
#contactBox input[type="address"]:focus,
#contactBox input[type="text"]:hover,
#contactBox input[type="email"]:hover,
#contactBox input[type="tel"]:hover,
#contactBox input[type="fax"]:hover,
#contactBox input[type="address"]:hover,
#contactBox input[type="url"]:hover, 
#contactBox textarea:focus,
#contactBox textarea:hover{
	background-color:#efefef!important;
}	

#contactBox dl dd label {
	margin-left: 1%;
	}
	
#contactBlock {
	background-color: #E3EBF2;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	}
	
#contactBlock h3 {
	color: #00468B;
	font-size: 2em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	padding-bottom: 15px;
	line-height: 1em;
	}
	
#contactBlock img {
	padding-right: 15px;
	}
	
.btn {
	background-image: url(../images/contact/yajirushi.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
	margin-top: 10px;
	}

/*==========================================
 Staff
===========================================*/
.cap {
	text-align: left;
	font-size: 1em;
	margin-bottom: 10px;
	}

.cap span {
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
.name {
	text-align: left;
	font-size: 2.4em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	}
	
.name span {
	font-size: 0.8em;
	font-weight: normal!important;
	}
	
.comm {
	background-image: url(../images/staff/bg.png);
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	}
	
.yajirushi {
	position: relative;
	top: 20px;
	left: -20px;
	text-align: left;
	margin-top: -20px;
	}
	
.en {
	text-align: right;
	color: #E5E5E5;
	font-size: 2.8em;
	font-family: "Times New Roman", Times, serif;
}

	
.staff {
	width: 100%;
	float: left;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 45px;
	padding-bottom: 15px;
	border-bottom: 4px solid #F2F3F6;
	}
	
#service a h3 {
	color: #000000;
	}
	
/*==========================================
 Service
===========================================*/
#topImg6 img {
	position: relative;
	top: 50px;
	left: -26.5%;
	}
	
#topImg9 img {
	position: relative;
	top: 50px;
	left: -26.5%;
	}
	
.subTit2 {
	background-color: #555555;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 15px;
	overflow: auto;	/* for modern browser */
	zoom: 1;	/* for ie6 */

	}
	
.block {
	width: 100%;
	float: left;
	padding-bottom: 43px;
	}
	
#topImg12 img {
	position: relative;
	top: 50px;
	left: -26.5%;
	}
	
#topImg15 img {
	position: relative;
	top: 50px;
	left: -26.5%;
	}
	
.plan {
	width: 100%;
	float: left;
	padding-bottom: 80px;
	}

#contactBlock .bigImage img{
	width:960px;
	margin:20px auto 20px auto;
}

#contactBlock  h3.titleStyleLink{
    width: 96%;
    background-color: #555555;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    float: left;
    color: #FFFFFF;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 1.5em;
}
#contactBlock  div.serviceLIst{
	padding-bottom:0;
}
	
	
/*==========================================
 privacy
===========================================*/
.privacy {
	width: 100%;
	float: left;
	padding-bottom: 25px;
	}
	
.privacy .fontStyle3 {
	padding-bottom: 50px;
	}

/*==========================================
 news
===========================================*/
ul.dayList {
    text-align: left;
    margin-left: 1em;
    margin-bottom: 1em;
}
ul.dayList li {
    display: inline;
    font-size: 1.3em;
    padding-right: 6px;
}

.btnStyle2 {
    padding-top: 40px;
    padding-bottom: 80px;
    width: 100%;
    float: left;
}
.btnStyle2 a{
    padding: 15px 20px 15px 20px;
    background-color: #b6b8c3;
    display: inline-block;
    color: #191818;
    font-size: 1.2em;
}

.buttonNews {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #D3CFC5;
    color: #525252;
    line-height: 50px;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}

.buttonNews, .buttonNews::before, .buttonNews::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.addressFont p{
    text-align: left;
    font-size: 1.8em;
    padding-bottom: 10px;
    font-weight: normal;
}
.addressFont p span{
    font-weight: bold;
}

.listBox h4 {
    line-height: 2.5em;
    font-size: 2.2em;
    font-weight: bold;
    margin: 2em 0 0 110px;
}
.listBox h4.h41st{
    line-height: 2.5em;
    font-size: 2.2em;
    font-weight: bold;
    margin: 0 0 0 110px;
}

div.shareInnr.kizai h2 {
    text-align: left;
    font-size: 20px;
    padding: 0 0 6px 0;
    font-weight: bold;
}

div.shareInnr.kizai h3{
font-size:1.3em;
font-weight:bold;
text-align:left;
color:#3a3838;
}
div.shareInnr.kizai ul{
margin:0 0 0.5em 1em;
}
div.shareInnr.kizai ul li{
list-style-type: disc;
list-style-position: inside;
font-size:1.2em;
text-align:left;
color:#3a3838;
}
.kizai {
	clear: both;
}
.kizai_list {
	width: 45%;
    float: left;
	margin-bottom:2em;
}

.ss .title h2 {
    background: none;
    font-weight: 800;
    font-size: 2.8em;
    text-align: center;
    margin-bottom: 0.3em;
}

.ss h3.titleStyle {
    font-size: 1.8em;
    font-weight: 600;
    text-align: center;
}

.ss figure {
    width: 100%;
    max-width: 233px;
    margin: 0 auto 1.5em;
}

.arrow {
    clear: both;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-top: 8px solid #00478b;
    border-right: 8px solid #00478b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-bottom: 30px;
}

.buttonSS {
    display: inline-block;
	width: 220px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}
.buttonSS::before,
.buttonSS::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttonSS,
.buttonSS::before,
.buttonSS::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buttonSS {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #088fc5;;
    color: #525252;
    line-height: 50px;
    overflow: hidden;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}
.buttonSS:hover {
	color: #fff;

}
.buttonSS::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.buttonSS:hover::after {
	top: 0;
	background-color: #00478b;
}

.youtubeBox.thumbnailYT {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.youtubeBox.thumbnailYT h3.titleStyle {
    width: 100%;
    margin: 0 auto 1em;
    box-sizing: border-box;
    float: none;
}

.youtubeBox.thumbnailYT ul {
    display: flex;
    width: 100%;
    max-width: 1000px;
    flex-wrap: wrap;
    justify-content: space-around;
}

.youtubeBox.thumbnailYT ul li {
	width: 49.5%;
    margin-bottom: 1em;
}
.youtubeBox.thumbnailYT ul li .youtube,
.youtubeBox.thumbnailYT ul li iframe {
    width: 100%;
}

.tachiai_A {
    display: flex;
    width: 100%;
    justify-content:  space-between;
    margin-top: 4em;
}

.tachiai_A a {
    display: block;
}

.tachiai_A a:nth-child(1){
  width: 23%;
}
.tachiai_A a:nth-child(2){
  width: 50%;
}
.tachiai_A a:nth-child(3){
  width: 23%;
}

.tachiai_A a img{
    width: 100%;
    height: 350px;
}
img.object-fit-img{
    object-fit:cover;
    font-family: 'object-fit: cover;'
}