@charset "UTF-8";

/*----------------------------------------------------------------------
Reset
----------------------------------------------------------------------*/

html {
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.5rem;
}

article,aside,details,figcaption,figure,footer,header .inner,hgroup,menu,nav,section,dl,dt,dd,ul {
	display: block;
	margin: 0;
	padding: 0;
}

main {
	display: block;
}

ul {
	list-style-type: none;
}

hr {
	display: block;
	height: 1px;
	margin: 1rem 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #cccccc;
}

input, select {
	vertical-align: middle;
}

a {
	-webkit-tap-highlight-color: transparent;
	overflow: hidden;
	outline: none;
}

a img {
	border: 0;
}

iframe {
	display: block;
}

img {
	display: block;
	width: 100%;
}

/* cf */
.cf:before, .cf:after {content: ""; display: table;}
.cf:after {clear: both;}
.cf {zoom:1;}

/* 文字拡大対策 */
* {
	-webkit-text-size-adjust: none;
}

/* リスト風 */
.listindent {
	padding-left:1rem;
	text-indent:-1rem;
}

/* Btnbox */
.btnbox {
	margin: 1.5rem 0 0 0;
	text-align: center;
}

.btnbox input[type="button"], 
.btnbox input[type="submit"], 
.btnbox input[type="reset"], 
.btnbox a {
	-webkit-appearance: none;
	display: inline-block;
	min-width: 13rem;
	margin: 0;
	padding:  1.5rem;
	border-radius: 0.5rem;
	background-color: #000;
	border: 0;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
	cursor: pointer;
}

.btnbox input[type="reset"] {
	background-color: #aaa;
}

.btnbox input[type="button"]:last-child, 
.btnbox input[type="submit"]:last-child, 
.btnbox input[type="reset"]:last-child, 
.btnbox a {
	margin-left: 1.0rem;
}

.btnbox input[type="button"]:hover, 
.btnbox input[type="submit"]:hover, 
.btnbox input[type="reset"]:hover, 
.btnbox a:hover {
	background: #aaa;
	color: #fff;
}

/*img_left*/
.img_left {
	float: left;
	max-width: 35%;
	margin-right: 20px;
	border-radius: 5px;
}

/*----------------------------------------------------------------------
common
----------------------------------------------------------------------*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	background: #7f7f7f;
background: #8f8f8f;
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
	word-break: break-all;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

body,tr,td,textarea {
	font-family:'Roboto','Noto Sans JP', Helvetica-Light, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
	font-size: 1.4rem;
	line-height: 180%;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
}

a:hover {
	color: #faa61a;
}

textarea, 
input[type="button"], 
input[type="submit"], 
input[type="reset"] {
	-webkit-appearance: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: solid 1px #000;
	color: #000;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	display: inline-block;
	margin: 0 3px 0 0;
	padding: 0;
	border-radius: 0;
	border: solid 1px #000;
	text-align: center;
}

textarea {
	text-align: left;
}

input[type="text"], 
input[type="password"] 
{
	-webkit-appearance: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: solid 0.1rem;
}

select 
{
	border-radius: 0;
	border: solid 0.1rem;
	font-size: 1.5rem;
	margin-bottom: 0.9rem;
}

/* ifbox */
.ifbox {
	overflow: hidden;
}


/* video */
video {
	display: block;
	margin: 0 auto;
}



/* --------------------------------------------------
coder
-------------------------------------------------- */
.coder {
	width: 96%;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0;
	border-radius: 0px;
	border: 1px solid rgba(255,255,255,0.4);
	border-collapse: collapse;
}

.coder th,
.coder td {
	padding: 10px 7px;
	border-bottom:solid 1px rgba(0,0,0,0.85);
	border-right:solid 1px rgba(0,0,0,0.85);
	background: rgba(255,255,255,0.85);
	text-align: center;
	color: #000;
}

.coder th {
	background: rgba(255,255,255,0.85);
	color: #fff;
}

.coder tr:first-child th:first-child,
.coder tr:first-child td:first-child {
	border-radius: 0px 0 0 0;
}

.coder tr:nth-child(even) td {
	background: rgba(255,255,255,0.9);
}

.coder tr:nth-child(even) th {
	background: rgba(255,255,255,0.1);
}

/*右上角丸　最初の行の最後のセル*/
.coder tr:first-child th:last-child,
.coder tr:first-child td:last-child {
	border-radius: 0 0px 0 0;
}

/*左下角丸　最後の行の最初のセル*/
.coder tr:last-child th:first-child,
.coder tr:last-child td:first-child {
	border-radius: 0 0 0 0px;
}
/*右下角丸　最後の行の最後のセル*/
.coder tr:last-child th:last-child,
.coder tr:last-child td:last-child {
	border-radius: 0 0 0px 0;
}

/*thaed,tbodyを使う場合の設定*/
.coder thead th {
	border-right: 1px solid rgba(255,255,255,0.4);
	background: rgba(0,0,0,0.0);
}
.coder thead+tbody th {background: rgba(255,255,255,0.05);}
.coder tbody th {text-align:center;}/*ie*/

/*左上角丸 thead内　最初の行の最初のセル*/
.coder thead tr:first-child th:first-child,
.coder thead tr:first-child td:first-child {
	border-radius: 0px 0 0 0;
	border-bottom: solid 1px rgba(255,255,255,0.4);
}

/*右上角丸 thead内　最初の行の最後のセル*/
.coder thead tr:first-child th:last-child,
.coder thead tr:first-child td:last-child {
	border-radius: 0 0px 0 0;
}

/*
角丸なし　thaedの後のtbody 最初の行の最初のセル
角丸なし　thaedの後のtbody 最初の行の最後のセル
*/
.coder thead+tbody tr:first-child th:first-child,
.coder thead+tbody tr:first-child td:first-child,
.coder thead+tbody tr:first-child th:last-child,
.coder thead+tbody tr:first-child td:last-child {
	border-radius:0px;
}

/*左下角丸　thaedの後のtbody 最後の行の最初のセル*/
.coder thead+tbody tr:last-child th:first-child,
.coder thead+tbody tr:last-child td:first-child {
	border-radius: 0 0 0 0px;
}

/*右下角丸　thaedの後のtbody 最後の行の最後のセル*/
.coder thead+tbody tr:last-child th:last-child,
.coder thead+tbody tr:last-child td:last-child {
	border-radius: 0 0 0px 0;
}

.coder  tr:last-child th, 
.coder  tr:last-child td {
	border-bottom: 0;
}

.coder  tr th:last-child, 
.coder  tr td:last-child {
	border-right: 0;
}


/*----------------------------------------------------------------------
datatable
----------------------------------------------------------------------*/

.datatable:neth-of-type(1) {
	margin: 0 auto;
}

.datatable {
	overflow: hidden;
	width: 880px;
	margin-top: 15px;
	padding: 0.5rem;
	border-radius: 5px;
	background: rgba(255,255,255,0.125);
}

.datatable .title {
	padding: 1rem;
	margin-bottom: 1px;
	background: rgba(0,0,0,0.65);
	font-size: 18px;
}

.datatable dl {
	display: table;
	width: 100%;
	margin-bottom: 1px;
	border-collapse: collapse;
}

.datatable dl:nth-last-of-type(1) {
	margin-bottom: 0;
	border-bottom: 0;
}

.datatable dl dt {
	display: table-cell;
	width: 30%;
	padding: 1rem;
	background: rgba(0,0,0,0.25);
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}

.datatable dl dd {
	display: table-cell;
	padding: 1rem;
	background: rgba(255,255,255,0.125);
	vertical-align: middle;
	font-size: 16px;
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/

header {
	position: fixed;
	width: 100%;
	min-width: 1400px;
	height: 70px;
	background-color: rgba(0,0,0,0.80);
	z-index: 10;
}

header #sitelogo {
	width: 200px;
	height: 70px;
	padding: 5px;
}

header #sitelogo a {
	display: block;
	overflow: hidden;
	width: 190px;
	height: 60px;
	background: url(../image/common/logo.png) center center no-repeat;
	background-size: 190px auto;
	text-indent: -9999px;
}

header nav {
	display: none;
}

#menupanel {
	position: fixed;
	width: calc(100% - 200px);
	min-width: 1200px;

	height: 70px;
	margin-left: 200px;
	z-index: 11;
}

#menupanel .headpanelinner {
	height: 70px;
}

#menupanel .headpanelinner .panelheader {
	display: none;
}

#menupanel .headpanelinner .mainmenu {
	display: flex;
	justify-content: flex-end;
	min-width: 830px;
	padding-right: 15px;
}

#menupanel .headpanelinner .mainmenu .mainitem {
	float: left;
	overflow: hidden;
	text-align: center;
}

#menupanel .headpanelinner .mainmenu .mainitem.tel {
	display: none;
}

#menupanel .headpanelinner .mainmenu .mainitem > a, 
#menupanel .headpanelinner .mainmenu .mainitem .dropdown dt a {
	display: block;
	padding: 0 17px;
	line-height: 70px;
	font-size: 1.8rem;
	color: #fff;
	min-width: 90px;
}

#menupanel .headpanelinner .mainmenu .mainitem a:hover {
	color: #faa61a;
}

#menupanel .headpanelinner .mainmenu .mainitem a.disabled {
	pointer-events:none;
	color: #777;
}

#menupanel .headpanelinner .mainmenu .mainitem a span {
	display: none;
}

#menupanel .headpanelinner .mainmenu .mainitem .dropdown dt a {
	background: url(../image/common/menu_down.png) center bottom 12px / 7px auto no-repeat;
}

#menupanel .headpanelinner .mainmenu .mainitem .dropdown dt a:hover {
	color: #faa61a;
	background: url(../image/common/menu_down.png) center bottom 8px / 7px auto no-repeat;
}

#menupanel .headpanelinner .mainmenu .mainitem.servicelist .dropdown dt a {
	min-width: 120px;
}

#menupanel .headpanelinner .mainmenu .mainitem .dropdown dd {
	display: none;
	opacity: 0;
	overflow: hidden;
	border-radius: 0 0 3px 3px;
	border: solid 1px rgba(255,255,255,0.3);
	border-top: 0;
	border-top: 0;
}

#menupanel .headpanelinner .mainmenu .mainitem .dropdown dd ul li a {
	display: block;
	padding: 0 3px;
	border-bottom: dotted 1px rgba(255,255,255,0.3);
	background-color: rgba(0,0,0,0.75);
	line-height: 50px;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
}

#menupanel .headpanelinner .mainmenu .mainitem .dropdown dd ul li a:hover {
	background-color: #444;
	color: #fff !important;
}

#menupanel .headpanelinner .mainmenu .mainitem .dropdown dd ul li:last-child a {
	border-bottom: 0;
}


/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

footer {
	width: 100%;
	min-width: 1400px;
#	margin-top: 5px;
	padding-top: 70px;
	background: #000;
}

footer .wrapper{
	display: flex;
	align-items: stretch;
}

footer #sitelogo {
	width: 700px;
	padding: 5px;
	text-align: center;
}

footer #sitelogo .name {
	display: block;
	overflow: hidden;
	width: 250px;
	height: 90px;
	margin: 0 auto;
	background: url(../image/common/logo.png) center center no-repeat;
	background-size: 250px auto;
	text-indent: -9999px;
}

footer #sitelogo .address {
	display: inline-block;
	margin: 5px auto 0;
	line-height: 180%;
	font-size: 1.3rem;
	color: #777;
}

footer .sns {
	overflow: hidden;
	display: inline-block;
	height: 44px;
	margin: 20px auto 0;
	padding: 7px 25px;
	border-radius: 5px;
	background: #5f5f5f;
}

footer .sns li {
	float: left;
	height: 29px;
	margin: 0 0 0 15px;
}

footer .sns li:first-child {
	margin-left: 0;
}

footer .sns li a {
	display: block;
	height: 29px;
}

footer .sns li a img {
	display: block;
	width: auto;
	height: 29px;
}

footer .footnavi {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding-right: 100px;
}

footer .footnavi .footnavilist {
	padding: 15px 50px;
}

footer .footnavi .footnavilist .footnaviitem > a {
	display: block;
	padding: 15px 10px;
	font-size: 2.2rem;
}

footer .footnavi .footnavilist .footnaviitem > p {
	display: block;
	padding: 15px 10px 10px;
	font-size: 2.2rem;
}

footer .footnavi .footnavilist .footnaviitem .footnavisub .subitem > a {
	display: block;
	padding: 0 10px 0 10px;
	font-size: 1.3rem;
	color: #777;
}

footer .footnavi .footnavilist .footnaviitem .footnavisub .subitem > a:hover {
	color: #faa61a;
}

footer .copy {
	display: block;
	margin-top: 20px;
	padding: 20px 10px;
	font-size: 13px;
	text-align: center;
	color: #fff;
}


/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
	min-width: 1400px;
	margin: 0 auto;
	padding-top: 70px;
}

#toppage main {
	padding-top: 0;
}



/* =============================================================================
パンくずリンク
============================================================================= */

.bc {
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	height: 27px;
	margin-top: 100px;
	background: #404040;
}

.bc ul {
	white-space: nowrap;
	margin: 0;
}

.bc ul li {
	display: inline-block;
	padding-left: 8px;
	line-height: 23px;
	font-size: 1.2rem;
}

.bc ul li:last-child {
	pointer-events: none;
}

.bc ul li a {
	color: #fff;
}

.bc ul li a:after {
	content: ">";
	padding-left: 7px;
	color: #777;
}

.bc ul li:last-child a {
	color: #aaa;
}

.bc ul li:last-child a:after {
	content: none;
}



/*----------------------------------------------------------------------
ct
----------------------------------------------------------------------*/
.ct {
	width: 1360px;
	margin: 30px auto 0;
	font-size: 7.0rem;
}

.ct .ctsub {
	font-size: 1.7rem;
	margin-left: 10px;
}


/*----------------------------------------------------------------------
link_next
----------------------------------------------------------------------*/
.link_next {
	width: 1400px;
	margin: 20px auto 0;
	padding: 0 20px;
	text-align: right;
}

.link_next a {
	display: inline-block;
	overflow: visible;
	line-height: 21px;
	font-size: 1.7rem;
}

.link_next a::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 28px;
	margin-top: -5px;
	margin-right: 9px;
	border-radius: 50px;
	background: url(../image/common/arrow_right.png) center center / auto 18px no-repeat #fff;
	vertical-align: middle;
}


/*----------------------------------------------------------------------
toppage
----------------------------------------------------------------------*/
#toppage main .topimage {
	position: relative;
	z-index:-1;
}

#toppage main .topimage video {
	width: 100%;
	height: auto;
}

#toppage main .news {
	background: #404040;
	padding: 40px 0 60px;
}

#toppage main .news .newslist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 1380px;
	margin: 30px auto 0;
}

#toppage main .news .newslist li {
	width: 50%;
	padding: 10px;
}

#toppage main .newslist li a {
	display: block;
	height: 100%;
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	color: #555;
}

#toppage main .news .newslist li a .text {
	margin-top: 10px;
	font-size: 1.7rem;
}

#toppage main .news .newslist li a .text .time {
	display: none;
}

#toppage main .newslist li a .image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 52.6%;
	padding-top: 52.6%;
	background: url(../image/common/logo.png) center center no-repeat #555;
	background-size: 60% auto;
}

#toppage main .newslist li a .image img {
	position: absolute;
	top: 0;
	left: 0;
}

#toppage main .news .pager {
	display: none;
}

#toppage main .blog {
	padding: 40px 0 0;
}

#toppage main .blog .bloglist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	min-width: 1380px;
	max-width: 1600px;
	margin: 30px auto 0;
	padding: 5px;
}

#toppage main .blog .bloglist li {
	width: 33.33%;
	padding: 6px;
}

#toppage main .bloglist li a {
	display: block;
	height: 100%;
	padding: 7px;
	border-radius: 3px;
	background: #404040;
	background: #606060;
	color: #fff;
}

#toppage main .blog .bloglist li a .text {
	margin-top: 3px;
	padding: 5px;
	font-size: 1.7rem;
}

#toppage main .blog .bloglist li a .text .time {
	display: none;
}

#toppage main .bloglist li a .image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 52.6%;
	padding-top: 52.6%;
	background: url(../image/common/logo.png) center center no-repeat #555;
	background-size: 60% auto;
}

#toppage main .bloglist li a .image img {
	position: absolute;
	top: 0;
	left: 0;
}

#toppage main .blog .pager {
	display: none;
}

#toppage main .blog .link_next {
	width: auto;
	min-width: 1380px;
	max-width: 1600px;
}

#toppage main .inlifeitem {
	margin: 100px 0 0;
}

#toppage main .inlifeitem .wrapper {
	display: flex;
	width: 1000px;
	margin: 50px auto 0;
}

#toppage main .inlifeitem .wrapper .itemlist {
	width: 50%;
}

#toppage main .inlifeitem .wrapper .itemlist .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 3.0rem;
	color: #000;
}

#toppage main .inlifeitem .wrapper .itemlist .ttl span {
	display: inline-block;
	margin-left: -10px;
	font-size: 2.5rem;
}

#toppage main .inlifeitem .wrapper .itemlist .list {
	margin-top: 10px;
	padding: 3px;
}

#toppage main .inlifeitem .wrapper .itemlist .list li {
	padding: 5px;
}

#toppage main .inlifeitem .wrapper .itemlist .list li a {
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 3px;
	background: #fff;
}

#toppage main .inlifeitem .wrapper .itemlist .list li a:hover {
	background: #f9f9f9;
}

#toppage main .inlifeitem .wrapper .itemlist .list li a img {
	width: 70px;
	height: 70px;
}

#toppage main .inlifeitem .wrapper .itemlist .list li a p {
	padding: 0 15px;
	font-weight: bold;
	font-size: 2.0rem;
	color: #000;
}

#toppage main .inlifeitem .wrapper .itemlist .list .empty div {
	display: block;
	height: 90px;
	padding: 10px;
	border-radius: 3px;
	background: #6f6f6f;
}


/*----------------------------------------------------------------------
#newslist
----------------------------------------------------------------------*/
#newslist main .news {
	padding-top: 40px;
}

#newslist main .newslist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 90%;
	margin: 50px auto 0;
}

#newslist main .newslist li {
	width: 25%;
	padding: 5px;
}

#newslist main .newslist li a {
	display: block;
	height: 100%;
	padding: 7px;
	border-radius: 5px;
	background: #fff;
	color: #555;
}

#newslist main .newslist li a .text {
	margin-top: 10px;
	line-height: 150%;
}

#newslist main .newslist li a .text .time {
	display: none;
}

#newslist main .newslist li a .image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 52.6%;
	padding-top: 52.6%;
	background: url(../image/common/logo.png) center center no-repeat #555;
	background-size: 60% auto;
}

#newslist main .newslist li a .image img {
	position: absolute;
	top: 0;
	left: 0;
}

#newslist main .news .pager {
	width: 1380px;
	margin: 70px auto 0;
	text-align: center;
}

#newslist main .news .pager a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	border-radius: 5px;
	background: #aaa;
}

#newslist main .news .pager a.current {
	background: #000;
	pointer-events: none;
}


/*----------------------------------------------------------------------
#news
----------------------------------------------------------------------*/
#news main .news {
	padding-top: 40px;
}

#news main .news .lo {
	display: flex;
	align-items: flex-start;
	width: 90%;
	max-width: 1600px;
	margin: 80px auto 0;
}

#news main .news .lo .text {
	width: 70%;
	padding-right: 30px;
}

#news main .news .lo .text .subject {
	padding: 20px 15px 15px 55px;
	background: url(../image/common/logo_mark.png) left 15px center / auto 40px no-repeat;
	font-size: 2.5rem;
}

#news main .news .lo .text .times {
	margin-top: 15px;
	padding-top: 10px;
	border-top: solid 1px #bfbfbf;
	text-align: right;
}

#news main .news .lo .text .body {
	max-width: 90%;
	margin: 20px auto 0;
	line-height: 200%;
	font-size: 1.7rem;
}

#news main .news .lo .text .body img {
#	margin: 15px auto;
}

#news main .news .lo .image {
	width: 30%;
	border-radius: 5px;
	background: #fff;
}

#news main .news .lo .image img {
	padding: 10px 10px 0 10px;
}

#news main .news .lo .image img:last-child {
	padding-bottom: 10px;
}

#news main .news .lo .image img:last-child {
	margin-bottom: 0;
}

#news main .news .btnbox {
	margin-top: 70px;
}



/*----------------------------------------------------------------------
#bloglist
----------------------------------------------------------------------*/
#bloglist main .blog {
	padding-top: 40px;
}

#bloglist main .bloglist {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 90%;
	margin: 50px auto 0;
}

#bloglist main .bloglist li {
	width: 25%;
	padding: 4px;
}

#bloglist main .bloglist li a {
	display: block;
	height: 100%;
	padding: 7px;
	border-radius: 3px;
	background: #404040;
	line-height: 150%;
	color: #fff;
}

#bloglist main .bloglist li a .text {
	margin-top: 7px;
	padding: 3px;
}

#bloglist main .bloglist li a .text .time {
	display: none;
}

#bloglist main .bloglist li a .image {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 52.6%;
	padding-top: 52.6%;
	background: url(../image/common/logo.png) center center no-repeat #555;
	background-size: 60% auto;
}

#bloglist main .bloglist li a .image img {
	position: absolute;
	top: 0;
	left: 0;
}

#bloglist main .blog .pager {
	width: 1380px;
	margin: 70px auto 0;
	text-align: center;
}

#bloglist main .blog .pager a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	border-radius: 5px;
	background: #aaa;
}

#bloglist main .blog .pager a.current {
	background: #000;
	pointer-events: none;
}


/*----------------------------------------------------------------------
#blog
----------------------------------------------------------------------*/
#blog main .blog {
	padding-top: 40px;
}

#blog main .blog .lo {
	display: flex;
	align-items: flex-start;
	width: 90%;
	max-width: 1600px;
	margin: 80px auto 0;
}

#blog main .blog .lo .text {
	width: 70%;
	padding-right: 30px;
}

#blog main .blog .lo .text .subject {
	padding: 20px 15px 15px 70px;
	background: url(../image/common/pen.png) left 15px center / auto 40px no-repeat;
	font-size: 2.5rem;
}

#blog main .blog .lo .text .times {
	margin-top: 15px;
	padding-top: 10px;
	border-top: solid 1px #000;
	text-align: right;
}

#blog main .blog .lo .text .body {
	max-width: 90%;
	margin: 20px auto 0;
	line-height: 200%;
	font-size: 1.7rem;
}

#blog main .blog .lo .text .body img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#blog main .blog .lo .image {
	width: 30%;
	border-radius: 5px;
	background: #404040;
}

#blog main .blog .lo .image img {
	padding: 10px 10px 0 10px;
}

#blog main .blog .lo .image img:last-child {
	padding-bottom: 10px;
}

#blog main .blog .lo .image img:last-child {
	margin-bottom: 0;
}

#blog main .blog .btnbox {
	margin-top: 70px;
}


/*----------------------------------------------------------------------
404
----------------------------------------------------------------------*/

#notfound main .text404 {
	position: relative;
	width: 700px;
	margin: 120px auto 90px;
	padding: 100px;
	border-radius: 5px;
	background: #404040;
	text-align: center;
}


#notfound main .text404::after {
	content: "";
	position: absolute;
	right: -10px;
	top: -70px;
	width: 190px;
	height: 210px;
	background: url(../image/common/inlife_kun.png) center center / contain no-repeat;
}

#notfound main .text404 p {
	margin-bottom: 30px;
	font-size: 6.0rem;
}

#notfound main .text404 .link_next {
	width: 100% !important;
	margin: 40px auto 0;
	text-align: center !important;
}


/*----------------------------------------------------------------------
.pageheader
----------------------------------------------------------------------*/
main .pageheader {
	width: 100%;
	margin: 80px auto 0;
	padding: 50px 10px;
	background: #404040;
}

main .pageheader dl {
	padding: 15px 30px;
}

main .pageheader dl dt {
	line-height: 100%;
	font-size: 20.0rem;
	color: #8f8f8f;
}

main .pageheader dl dt span {
	display: block;
	width: 300px;
	padding: 10px 30px;
	background: #000;
	line-height: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 1.7rem;
	color: #fff;
	letter-spacing: 0.3em;
}

main .pageheader dl dd {
	margin-top: 30px;
	line-height: 180%;
	font-size: 1.7rem;
}

/*----------------------------------------------------------------------
#vision
----------------------------------------------------------------------*/
#vision main .ct {
	padding-top: 40px;
}

#vision main .mainimage {
display: none;
	margin-top: 60px;
}

#vision main .lo {
	width: 1100px;
	margin: 100px auto 0;
	padding-bottom: 80px;
	border-bottom: solid 1px #000;
}

#vision main section:nth-last-of-type(1) {
	border: 0;
}

#vision main .lo dl {
	display: flex;
	align-items: center;
	padding: 15px 30px;
}

#vision main .lo dl dt {
	width: 50%;
	line-height: 100%;
	font-weight: bold;
	font-size: 8.0rem;
	color: #000;
}

#vision main .lo dl dt span {
	display: block;
	width: 40%;
	margin-top: 10px;
	padding: 7px 30px;
	padding-right: calc(30px - 0.3em);
	background: #000;
	line-height: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 1.7rem;
	color: #fff;
	letter-spacing: 0.3em;
	vertical-align: middle;
}

#vision main .lo dl dd {
	width: 60%;
	line-height: 180%;
	font-size: 1.7rem;
}

#vision main .lo dl dd span {
	display: block;
}

#vision main .lo dl dd span::before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: -4px;
	margin-right: 9px;
	border-radius: 50px;
	background: #000;
	vertical-align: middle;
}


/*----------------------------------------------------------------------
#cprofile
----------------------------------------------------------------------*/
#cprofile main .ct {
	padding-top: 40px;
}

#cprofile main .wrapper {
	width: 1000px;
	margin: 50px auto 0;
	border-top: solid 1px #5f5f5f;
}


#cprofile main .wrapper .table {
	display: flex;
	border-bottom: solid 1px #5f5f5f;
}

#cprofile main .wrapper .table dt {
	padding: 30px;
	width: 20%;
}

#cprofile main .wrapper .table dd {
	padding: 30px;
	width: 80%;
}

#cprofile main .photo {
	width: 1200px;
	margin: 120px auto 0;
}

#cprofile main .photo dl {
	margin-top: 120px;
}

#cprofile main .photo dl dt {
	font-size: 8.0rem;
	color: #000;
}

#cprofile main .photo dl dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 30px;
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	vertical-align: middle;
}

#cprofile main .photo dl dd {
	margin-top: 60px;
}

#cprofile main .photo dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

#cprofile main .photo dl dd ul li {
	width: 25%;
	padding: 5px;
}

#cprofile main .photo dl dd ul li img {
	border-radius: 3px;
}

#cprofile main .access {
	width: 1200px;
	margin: 120px auto 0;
}

#cprofile main .access dl {
	margin-top: 120px;
}

#cprofile main .access dl dt {
	font-size: 8.0rem;
	color: #000;
}

#cprofile main .access dl dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 30px;
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	vertical-align: middle;
}

#cprofile main .access dl dd {
	display: flex;
	margin-top: 60px;
	padding: 0 10px;
}

#cprofile main .access dl dd img {
	width: 35%;
	border-radius: 5px;
}

#cprofile main .access dl dd div {
	width: 65%;
	line-height: 200%;
	font-size: 1.7rem;
}

#cprofile main .map {
	margin: 50px auto 0;
}


/*----------------------------------------------------------------------
#greeting
----------------------------------------------------------------------*/
#greeting main .ct {
	padding-top: 40px;
}

#greeting main .wrapper {
	width: 1100px;
	margin: 50px auto 0;
}

#greeting main .wrapper .text p {
	margin-top: 1.5em;
	padding: 0 10px;
	line-height: 200%;
	font-size: 1.7rem;
}

#greeting main .wrapper .text p span {
	display: inline-block;
	margin: 0 4px;
	padding: 0 5px;
	border-radius: 3px;
	background: #b00;
}

#greeting main .wrapper .text p.top {
	padding: 10px 10px;
	background: #000;
	font-size: 2.1rem;
}

##greeting main .wrapper .text p span {
	display: inline-block;
	margin: 0 3px;
	padding: 0 3px;
	background: #000;
}

#greeting main .wrapper .profile {
	margin: 30px auto 0;
}

#greeting main .wrapper .profile .name {
	padding: 10px 0;
	font-size: 1.7rem;
}

#greeting main .wrapper .profile .name span {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.3rem;
}

#greeting main .wrapper .profile .data {
	display: inline-block;
	margin-top: 20px;
	padding: 20px 20px;
	border-radius: 5px;
	background: #555;
}

#greeting main .data {
	display: flex;
	width: 1100px;
	margin: 70px auto 0;
}

#greeting main .data .image {
	width: 50%;
	padding-right: 30px;
}

#greeting main .data .image img {
	overflow: hidden;
	border-radius: 5px;
}

#greeting main .data .list {
	width: 50%;
}

#greeting main .data .list .movie {
	display: flex;
	width: 550px;
	margin: 0 auto;
}

#greeting main .data .list .movie li {
	width: 33.33%;
	padding: 3px;
}

#greeting main .data .list .movie li a {
	display: block;
}

#greeting main .data .list .movie li a img {
	transition : all 0.1s ease-out 0s;
}

#greeting main .data .list .movie li a img:hover {
	transform:scale(1.2,1.2);
	transition : all 0.5s ease-out 0s;
}


#greeting main .data .list .sns {
	overflow: hidden;
	display: block;
	width: 295px;
	height: 65px;
	margin: 30px auto 0;
	padding: 7px 30px;
	border-radius: 5px;
	background: #5f5f5f;
}

#greeting main .data .list .sns li {
	float: left;
	height: 50px;
	margin: 0 0 0 30px;
}

#greeting main .data .list .sns li:first-child {
	margin-left: 0;
}

#greeting main .data .list .sns li a {
	display: block;
	height: 50px;
}

#greeting main .data .list .sns li a img {
	display: block;
	width: auto;
	height: 50px;
}





#greeting main .yamadaspage {
	width: 1200px;
	margin: 100px auto 0;
	padding-top: 80px;
	border-top: dotted 10px #000;
	color: #000;
}

#greeting main .yamadaspage .toptext {
	width: 1100px;
	margin: 0 auto 60px;
	padding: 10px;
	line-height: 200%;
	font-size: 1.7rem;
	background: #000;
	font-size: 2.1rem;
	color: #fff;
}

#greeting main .yamadaspage .imagebox {
	width: 100%;
	margin: 10px auto 0;
	padding: 1.5%;
	border: solid 8px #000;
	background: #fff;
}

#greeting main .yamadaspage .imagebox li {
	float: left;
	width: 49.5%;
	margin: 0 1% 0 0;
}

#greeting main .yamadaspage .imagebox li:nth-of-type(2n) {
	margin-right: 0;
}

#greeting main .yamadaspage .imagebox li:nth-of-type(n+3) {
	margin-top: 1%;
}

#greeting main .yamadaspage .imagebox li a {
	display: block;
}

#greeting main .yamadaspage .imagebox.item1 li {
	float: none;
	width: 100%;
	margin: 0;
}

#greeting main .yamadaspage .imagebox.item3 li:nth-of-type(n+2) {
	margin-top: 0.5%;
}

#greeting main .yamadaspage .imagebox.item3 li {
	float: left;
	width: 33.0%;
	margin: 0 0.5% 0 0;
}

#greeting main .yamadaspage .imagebox.item3 li:nth-of-type(3n) {
	margin-right: 0;
}

#greeting main .yamadaspage .imagebox.item3 li:nth-of-type(n+4) {
	margin-top: 0.5%;
}

#greeting main .yamadaspage .group1 {
	float: left;
	width: 480px;
	margin: 0 0 0 50px;
}

#greeting main .yamadaspage .group2 {
	float: right;
	width: 590px;
	margin: 0 50px 0 0;
}

#greeting main .yamadaspage .group3 {
	float: left;
	width: 49.5%;
}

#greeting main .yamadaspage .group4 {
	float: right;
	width: 49.5%;
}


/*---lifestyle----*/
#greeting main .yamadaspage #lifestyle h2 {
	width: 477px;
	margin: 10px auto 0;
	line-height: 3.4rem;
	letter-spacing: -0.1rem;
	font-weight: bold;
	font-size: 2.3rem;
}

#greeting main .yamadaspage #lifestyle h2:first-letter {
	font-size: 5.5rem;
}

#greeting main .yamadaspage #lifestyle h2 span {
	font-size: 2.9rem;
}

#greeting main .yamadaspage #lifestyle h3 {
	width: 480px;
	margin: 17px auto 0;
	padding: 16px;
	background: #000;
	text-align: center;
	font-weight: bold;
	font-size: 3.8rem;
	color: #fff;
}

#greeting main .yamadaspage #lifestyle p {
	width: 450px;
	margin: 10px auto 0;
	font-weight: bold;
	font-size: 1.7rem;
}

/*----work----*/
#greeting main .yamadaspage #work {
	background: #fff;
}

#greeting main .yamadaspage #work h2 {
	width: 480px;
	margin: 25px auto 0;
	padding: 16px;
	background: #000;
	text-align: center;
	font-family: 'Anton';
	font-size: 4.2rem;
	color: #fff;
}

#greeting main .yamadaspage #work .body {
	padding: 3%;
}

#greeting main .yamadaspage #work .body p {
	margin-top: 15px;
	padding: 10px 7px 0;
	border-top: solid 2px #000;
	font-weight: bold;
}

#greeting main .yamadaspage #work .body p:nth-of-type(1) {
	margin: 0;
	padding-top: 0;
	border: 0;
}

#greeting main .yamadaspage #work .body ul {
	margin-top: 10px;
}

#greeting main .yamadaspage #work .body ul li {
	padding: 7px;
	border-top: dotted 1px #aaa;
}

#greeting main .yamadaspage #work .body a {
	display: block;
	width: 70%;
	margin-top: 5px;
	margin-left: 30%;
	padding: 7px;
	border-radius: 5px;
	background: #a00;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
}

#greeting main .yamadaspage #work .body a:hover {
	background: #000;
	color: #fff;
}

#greeting main .yamadaspage #work .body a:after {
	content: "→";
	dispplay: inline-block;
	margin-left: 3px;
}

/*----profile----*/
#greeting main .yamadaspage #profile {
	background: #fff;
}

#greeting main .yamadaspage #profile h2 {
	width: 480px;
	margin: 0 auto 0;
	padding: 16px;
	background: #000;
	text-align: center;
	font-family: 'Anton';
	font-size: 4.2rem;
	color: #fff;
}

#greeting main .yamadaspage #profile ul {
	padding: 3%;
}

#greeting main .yamadaspage #profile ul li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: dotted 1px #aaa;
}

#greeting main .yamadaspage #profile ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#greeting main .yamadaspage #profile ul li dl {
	display: table;
	width: 100%;
	font-size: 1.6rem;
}

#greeting main .yamadaspage #profile ul li dl dt {
	display: table-cell;
	width: 25%;
	padding: 2%;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.2rem;
	font-weight: bold;
}

#greeting main .yamadaspage #profile ul li dl dd {
	display: table-cell;
	width: 75%;
	padding: 1% 3%;
	line-height: 150%;
	vertical-align: middle;
}


/*----photo----*/
#greeting main .yamadaspage #photo h2 {
	height: 0px;
	text-indent: -9999px;
}

#greeting main .yamadaspage #photo .imagebox li a p {
	text-align: right;
	padding: 4px 7px;
	background: #000;
	color: #fff;
}

/*----biography----*/
#greeting main .yamadaspage #biography {
	margin-top: 30px;
}

#greeting main .yamadaspage #biography h2 {
line-height: 100%;
	text-align: center;
	font-family: 'Anton';
	font-size: 6.5rem;
}

#greeting main .yamadaspage #biography h2:before {
	font-family:'Roboto','Noto Sans JP';
	content: "･";
}

#greeting main .yamadaspage #biography h2:after {
	font-family:'Roboto','Noto Sans JP';
	margin-left: -5px;
	content: "･";
}

#greeting main .yamadaspage #biography ul {
	width: 570px;
	margin: 30px auto 0;
	background: url(../image/greeting/bio_line.png) center 0 repeat-y;
}

#greeting main .yamadaspage #biography dl {
	margin-top: 30px;
	padding-top: 6px;
	background: url(../image/greeting/bio_mark.png) center 0 no-repeat;
	line-height: 150%;
}

#greeting main .yamadaspage #biography ul li dl dt {
	width: 260px;
	min-height: 140px;
	padding-top: 2px;
	background: center 0 no-repeat;
	background-size: auto 140px;
	font-family: 'Anton';
	font-weight: bold;
	font-size: 3.0rem;
}

#greeting main .yamadaspage #biography ul li:last-child dl dt {
	min-height: 80px;
}

#greeting main .yamadaspage #biography ul li:nth-of-type(odd) dl dt {
	float: left;
	text-align: right;
}

#greeting main .yamadaspage #biography ul li:nth-of-type(even) dl dt {
	float: right;
}

#greeting main .yamadaspage #biography ul li dl.age0 dt {background-image: url(../image/greeting/age0.png);}
#greeting main .yamadaspage #biography ul li dl.age12 dt {background-image: url(../image/greeting/age12.png);}
#greeting main .yamadaspage #biography ul li dl.age21 dt {background-image: url(../image/greeting/age21.png);}
#greeting main .yamadaspage #biography ul li dl.age23 dt {background-image: url(../image/greeting/age23.png);}
#greeting main .yamadaspage #biography ul li dl.age30 dt {background-image: url(../image/greeting/age30.png);}
#greeting main .yamadaspage #biography ul li dl.age35 dt {background-image: url(../image/greeting/age35.png);}

#greeting main .yamadaspage #biography ul li dl dt span {
	font-size: 2.5rem;
}

#greeting main .yamadaspage #biography ul li dl dd {
	width: 255px;
	margin-top: 5px;
	font-weight: bold;
}

#greeting main .yamadaspage #biography ul li:nth-of-type(odd) dl dd {
	float: right;
}

#greeting main .yamadaspage #biography ul li:nth-of-type(even) dl dd {
	float: left;
	line-height: 180%;
}

#greeting main .yamadaspage #biography ul li dl dd p {
	margin-bottom: 10px;
	padding: 5px;
	background: #000;
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
	color: #fff;
}

#greeting main .yamadaspage #biography .continue {
	margin-top: 5px;
	text-align: center;
	font-family: 'Anton';
	font-weight: bold;
	font-size: 2.3rem;
}


/*----hobby----*/
#greeting main .yamadaspage #hobby {
	width: 92%;
	margin: 30px auto 0;
}

#greeting main .yamadaspage #hobby h2 {
	line-height: 100%;
	text-align: center;
	font-family: 'Anton';
	font-size: 6.5rem;
}

#greeting main .yamadaspage #hobby h2:before {
	font-family:'Roboto','Noto Sans JP';
	content: "･";
}

#greeting main .yamadaspage #hobby h2:after {
	font-family:'Roboto','Noto Sans JP';
	margin-left: -5px;
	content: "･";
}

#greeting main .yamadaspage #hobby .table {
	margin-top: 10px;
	padding: 1%;
	background: #fff;
}

#greeting main .yamadaspage #hobby .table li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: dotted 1px #aaa;
}

#greeting main .yamadaspage #hobby .table li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}

#greeting main .yamadaspage #hobby .table li dl {
	display: table;
	width: 100%;
	font-size: 1.6rem;
}

#greeting main .yamadaspage #hobby .table li dl dt {
	display: table-cell;
	width: 25%;
	padding: 2%;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 0.2rem;
	font-weight: bold;
}

#greeting main .yamadaspage #hobby .table li dl dd {
	display: table-cell;
	width: 75%;
	padding: 1% 3%;
	line-height: 150%;
	vertical-align: middle;
}

#greeting main .yamadaspage #hobby section h3 {
	margin-top: 25px;
	padding: 16px;
	background: #000;
	text-align: center;
	font-family: 'Anton';
	font-size: 4.2rem;
	color: #fff;
}

#greeting main .yamadaspage #hobby section p {
	margin: 10px auto 0;
	padding: 10px 10px 0;
	font-weight: bold;
	font-size: 1.7rem;
}








/*----------------------------------------------------------------------
#contact
----------------------------------------------------------------------*/
#contact main .ct {
	padding-top: 40px;
}

#contact main .formbox {
	width: 1000px;
	margin: 50px auto 0;
}

#contact main .formbox dl {
	margin-top: 5px;
	padding: 10px 15px;
}

#contact main .formbox dl dt .need {
	margin-left: 10px;
	padding: 2px 5px;
	border-radius: 3px;
	background: #faa61a;
	font-size: 1.3rem;
}

#contact main .formbox dl dd {
	margin-top: 5px;
}

#contact main .formbox dl dd input, 
#contact main .formbox dl dd text, 
#contact main .formbox dl dd textarea {
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: 0;
	font-size: 1.7rem;
	
}

#contact main .formbox dl dd textarea {
	height: 150px;
}

#contact main .btnbox {
	margin-top: 50px;
}


/*----入力エラー----*/
#contact main .errorbox {
	width: 700px;
	margin: 50px auto 70px;
	padding: 15px;
	border-radius: 5px;
	background: #404040;
}

#contact main .errorbox h4 {
	margin-bottom: 1em;
}

/*----確認画面----*/
#contact main .confirmttl {
	width: 1000px;
	margin: 40px auto 0;
	padding: 10px 15px;
	background: #000;
	text-align: center;
}

#contact main .confirmtext {
	width: 1000px;
	margin: 10px auto 0;
	padding: 10px;
}

#contact main .formwrap {
	width: 1000px;
	margin: 20px auto 50px;
}

#contact main .formwrap dl {
	margin-top: 5px;
	padding: 10px 15px;
}

#contact main .formwrap dl dd {
	min-height: 55px;
	margin-top: 5px;
	padding: 15px;
	border-radius: 5px;
	background: #404040;
}

#contact main .btnbox.confirm {
	margin-bottom: 70px;
}

/*----完了画面----*/
#contact main .done dt {
	width: 700px;
	margin: 50px auto 0;
	padding: 15px 15px;
	background: #000;
	text-align: center;
	font-size: 1.7rem;
	letter-spacing: 1em;
}

#contact main .done dd {
	width: 700px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #404040;
	line-height: 200%;
}

#contact main .done dd p {
	font-size: 2.2rem;
}

#contact main .done dd span {
	display: block;
	margin-top: 1.5em;
}

#contact main .done .link_next {
	width: 100% !important;
	margin: 50px auto 0;
	text-align: center !important;
}


/*----------------------------------------------------------------------
#recruit
----------------------------------------------------------------------*/
#recruit main .ct {
	padding-top: 40px;
}

#recruit main .job {
	width: 1000px;
	margin: 120px auto 0;
}

#recruit main .job .name {
	margin-bottom: 70px;
	font-size: 8.0rem;
	color: #000;
}

#recruit main .job .name span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 30px;
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	vertical-align: middle;
}

#recruit main .job .table {
	display: flex;
	width: 1000px;
	margin: 0 auto;
	border-top: solid 1px #5f5f5f;
}

#recruit main .job .table .ttl {
	width: 20%;
	padding: 30px;
	text-align: center;
}

#recruit main .job .table .value {
	width: 80%;
	padding: 30px;
}

#recruit main .job .table .value .salary {
	margin-top: 1em;
}

#recruit main .job .table .value .salary:first-child {
	margin-top: 0;
}

#recruit main .job .table .value .salary dt {
}

#recruit main .job .table .value .salary dd {
	margin-left: 1.5em;
	color: #000;
}



/*----------------------------------------------------------------------
#history
----------------------------------------------------------------------*/
#history main .ct {
	padding-top: 40px;
}

#history main .wrapper {
	width: 1100px;
	margin: 50px auto 0;
	border-top: solid 1px #5f5f5f;
}


#history main .wrapper .table {
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #5f5f5f;
}

#history main .wrapper .table dt {
	padding: 30px 20px;
	width: 15%;
	font-weight: bold;
	font-size: 1.7rem;
	color: #000;

}

#history main .wrapper .table dd {
	display: flex;
	align-items: flex-start;
	padding: 30px 20px;
	width: 85%;
}

#history main .wrapper .table dd .data {
	width: 77%;
	padding-right: 15px;
}

#history main .wrapper .table dd .data p {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.7rem;
	color: #000;
}

#history main .wrapper .table dd .data .subimage {
	display: flex;
	width: 100%;
	margin-top: 15px;
	padding: 3px;
	border-radius: 5px;
	background: #404040;
}

#history main .wrapper .table dd .data .subimage li {
	width: 33.33%;
	padding: 4px;
}

#history main .wrapper .table dd .mainimage {
	width: 23%;
}


/*----------------------------------------------------------------------
#inlifeitem_ct
----------------------------------------------------------------------*/
#inlifeitem_ct main .ct {
	padding-top: 40px;
}

#inlifeitem_ct main .wrapper .ct_name {
	margin-top: 70px;
	text-align: center;
	font-weight: bold;
	font-size: 3.0rem;
	color: #000;
}

#inlifeitem_ct main .wrapper .ct_name span{
	font-size: 2.0rem;
}

#inlifeitem_ct main .wrapper .list {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 40px auto 0;
	padding: 10px;
	border-radius: 5px;
	background: #404040;
}

#inlifeitem_ct main .wrapper .list .item {
	width: 33.33%;
	padding: 7px;
}

#inlifeitem_ct main .wrapper .list .item a {
	display: flex;
	padding: 10px;
	border-radius: 3px;
	background: #fff;
	color: #000;
}

#inlifeitem_ct main .wrapper .list .item a img {
	width: 100px;
	height: 100px;
}

#inlifeitem_ct main .wrapper .list .item a p {
	padding-left: 10px;
	line-height: 150%;
}


#inlifeitem_ct main .pager {
	width: 1380px;
	margin: 70px auto 0;
	text-align: center;
}

#inlifeitem_ct main .pager a {
	display: inline-block;
	margin: 0 5px;
	padding: 0 15px;
	border-radius: 5px;
	background: #aaa;
}

#inlifeitem_ct main .pager a.current {
	background: #000;
	pointer-events: none;
}

/*----------------------------------------------------------------------
#inlifeitem
----------------------------------------------------------------------*/
#inlifeitem main .ct {
	padding-top: 40px;
}

#inlifeitem main .wrapper .lo {
	display: flex;
	align-items: flex-start;
	width: 90%;
	max-width: 1600px;
	margin: 80px auto 0;
}

#inlifeitem main .wrapper .lo .textclm {
	width: 70%;
	padding-right: 30px;
}

#inlifeitem main .wrapper .lo .textclm .subject {
	padding: 20px 15px 15px 70px;
	background: url(../image/common/pen.png) left 15px center / auto 40px no-repeat;
	font-size: 2.5rem;
}

#inlifeitem main .wrapper .lo .textclm .data_ct {
	margin-top: 15px;
	padding-top: 10px;
	border-top: solid 1px #000;
	text-align: right;
}

#inlifeitem main .wrapper .lo .textclm .data_ct a {
	display: inline-block;
	background: #000;
	padding: 0 10px;
}

#inlifeitem main .wrapper .lo .textclm .body {
	max-width: 90%;
	margin: 40px auto 0;
	line-height: 200%;
	font-size: 1.7rem;
}

#inlifeitem main .wrapper .lo .textclm .body img {
#	width: auto;
	max-width: 100%;
}

#inlifeitem main .wrapper .lo .textclm .body strong {
	font-weight: bold;
	color: #000;
}

#inlifeitem main .wrapper .lo .textclm .body .midasi1, 
#inlifeitem main .wrapper .lo .textclm .body .midasi3 {
	margin: 20px 0;
	padding: 10px;
	border-bottom: dotted 2px #fff;
	line-height: 180%;
	font-weight: bold;
	font-size: 2.5rem;
}

#inlifeitem main .wrapper .lo .textclm .body .midasi2 {
	margin: 10px 0;
	line-height: 180%;
	font-weight: bold;
	font-size: 2.0rem;
}

#inlifeitem main .wrapper .lo .textclm .body .kansou div {
	width: 70%;
	margin: 20px auto;
	border: solid 1px #ccc;
	padding: 15px;
}

#inlifeitem main .wrapper .lo .sub {
	width: 30%;
	border-radius: 5px;
	background: #f0f0f0;
}

#inlifeitem main .wrapper .lo .textclm .body font[color="red"] {
	font-weight: bold;
	color: #c00;
}

#inlifeitem main .wrapper .lo .textclm .body font[color="blue"] {
	font-weight: bold;
	color: #00c;
}

#inlifeitem main .wrapper .lo .sub .itemlist {
	margin-top: 10px;
}

#inlifeitem main .wrapper .lo .sub .itemlist:first-child {
	margin-top: 30px;
}

#inlifeitem main .wrapper .lo .sub .itemlist .ttl {
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	color: #000;
}

#inlifeitem main .wrapper .lo .sub .itemlist .ttl span {
	display: inline-block;
	margin-left: -10px;
	font-size: 2.0rem;
}

#inlifeitem main .wrapper .lo .sub .itemlist .list {
	margin-top: 10px;
	padding: 3px;
}

#inlifeitem main .wrapper .lo .sub .itemlist .list li {
	padding: 5px;
}

#inlifeitem main .wrapper .lo .sub .itemlist .list li a {
	display: flex;
	align-items: center;
	padding: 7px;
	border-radius: 3px;
	background: #fff;
}

#inlifeitem main .wrapper .lo .sub .itemlist .list li a:hover {
	background: #f9f9f9;
}

#inlifeitem main .wrapper .lo .sub .itemlist .list li a img {
	width: 70px;
	height: 70px;
}

#inlifeitem main .wrapper .lo .sub .itemlist .list li a p {
	padding: 0 15px;
	font-weight: bold;
	font-size: 2.0rem;
	color: #000;
}

#inlifeitem main .wrapper .lo .sub .itemlist .list .empty div {
	display: none;
}

#inlifeitem main .wrapper .btnbox {
	margin-top: 70px;
}




/* otonanosyumido */

#otonanosyumido {
	padding-bottom: 2em;
}

#otonanosyumido .text {
#	width: 468px;
	margin: 2em auto 0;
	line-height: 180%;
	font-size: 17px;
}

#otonanosyumido .text:nth-of-type(1) {
	margin-top: 0;
}

#otonanosyumido strong {
	font-weight: bold;
}
#otonanosyumido img {
	display: block;
	width: 100%;
}

#otonanosyumido .leftimg img {
	float: left;
	width: 190px;
	margin-right: 10px;
	padding: 4px;
	border: solid 1px #ddd;
}


#otonanosyumido .gallery {
#	width: 468px;
	margin: 0 auto;
}

#otonanosyumido .gallery .lo {
	margin: 10px auto !important;
}

#otonanosyumido .gallery .set {
	float: left;
	border: solid 1px #ddd;
}

#otonanosyumido .g3 .set {
#	width: 149px;
	margin: 0 7px 0 0;
}

#otonanosyumido .g3 .set:nth-child(3n) {
	margin: 0;
}

#otonanosyumido .g2 .set {
	width: 228px;
	margin: 0 8px 0 0;
}

#otonanosyumido .g2 .set:nth-child(2n) {
	margin: 0;
}

#otonanosyumido .g1 .set {
	width: 466px;
	margin: 0 auto;
}

#otonanosyumido .gallery .set img {
	display: block;
}

#otonanosyumido .gallery .set p {
	margin-top: 5px;
	line-height: 130%;
}

#otonanosyumido .slide {
display: none;
	overflow: hidden;
	width:456px;
	height:456px;
	margin:10px auto 0;
	padding: 5px;
	position:relative;
	border-radius: 10px;
	border: solid 1px #ddd;
}

#otonanosyumido .slide img {
	width:456px;
	height:456px;
	position:absolute;
	left:0;
	top:0;
}

/*-----img_viewer-----*/
#otonanosyumido #img_viewer #container {
	width: 960px;
	margin: 0 auto;
}

#otonanosyumido #img_viewer #container #viewer_header {
	margin: 46px 0 0;
	border-bottom: solid 5px #d9d9d9;
}

#otonanosyumido #img_viewer #container #viewer_main {
	margin-top: 10px;
}

#otonanosyumido #img_viewer #container #viewer_main #image {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
}

#otonanosyumido #img_viewer #container #viewer_main a {
	display: block;
	width: 120px;
	height: 30px;
	margin: 10px 0 0 auto;
	background: #000;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
	color: #fff;
}

#otonanosyumido #img_viewer #container #viewer_footer {
	margin-top: 10px;
	border-top: solid 5px #000;
	text-align: center;
}

#otonanosyumido #img_viewer #container #viewer_footer #copy {
	display: block;
	margin: 20px 0;
	text-align: center;
}



/* dissection */
#dissection {
	line-height: 180%;
	text-align: left;
	font-size: 15px;
}

#dissection img {
	width: 100%;
}

#dissection #head {
overflow: hidden;
	border-radius: 5px;
	background: #fff;
}

#dissection #head img {
width: 640px;
	margin: 0 auto;
}

#dissection .text {
	margin-bottom: 20px;
	padding-top: 20px;
	counter-increment: theme;
}

#dissection .text h3 {
	width: 105px;
	height: 105px;
	margin-bottom: 15px;
	padding: 5px;
	background: #404040;
	line-height: 100%;
	text-align:center;
	color: #fff;
}

#dissection .text h3:before {
	content: "0"counter(theme);
	display: block;
	line-height: 70px;
	font-weight: bold;
	font-size: 70px;
}

#dissection .text:nth-child(n+10) h3:before {
	content: counter(theme);
}

#dissection .text h3 .title {
	display: block;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 20px;
}

#dissection .text .gallery {
	margin: 10px auto;
}

#dissection .text .gallery .lo {
	width: 100%;
	margin: 0 0;
}

#dissection .text .gallery .set {
	float: left;
	width: 100%;
}

#dissection .text .gallery .set a {
	display: block;
padding: 5px;
}

#dissection .text .g3 .set {
#	width: 208px;
#	margin: 0 7px 0 0;
}

#dissection .text .g3 .set:nth-child(3n) {
	margin: 0;
}

#dissection .text .g2 .set {
#	width: 314px;
#	margin: 0 10px 0 0;
}

#dissection .text .g2 .set:nth-child(2n) {
	margin: 0;
}

#dissection .text .g1 .set {
#	width: 638px;
#	margin: 0 auto;
}

#dissection .text .gallery .set img {
	width: 100%;
}

#dissection .text .gallery .set p {
	margin-top: 5px;
	line-height: 130%;
}

#dissection .text .point {
	margin-top: 15px;
	border-radius: 3px;
	border: solid 1px #ddd;
	padding: 10px;
}

#dissection .text .point span {
	display: block;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 3px;
	background: #404040;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}

#dissection .text .point span:before {
	content: "Point「";
	margin-right: 0.1em;
	letter-spacing: 0em;
	font-weight: normal;
}

#dissection .text .point span:after {
	content: "」";
	margin-left: 0.1em;
	letter-spacing: 0em;
	font-weight: normal;
}

#dissection .text dl {
	margin-top: 30px;
}

#dissection .text dl dt {
	display: block;
	padding: 10px;
	border-bottom: dotted 1px #1a728f;
	background: #000;
	font-weight: bold;
	font-size: 18px;
}

#dissection .text dl dd {
	display: block;
	margin: 10px 0;
}

#dissection .text h4 {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px;
	background: #000;
	font-weight: bold;
	font-size: 15px;
}

#dissection .text .hosoku {
	display: block;
	line-height: 100%;
	font-size: 13px;
	color: #ddd;
}

#dissection .text ul {
	margin: 10px 0;
}

#dissection .text ul li {
	border-bottom: dotted 1px #aaa;
	padding: 10px 1em;
	text-indent:-1em;
}

#dissection .text ul li:before {
	content: "・";
}

#dissection .text ul li .hosoku {
	padding-left:1.3em;
	text-align: right;
}




/*----------------------------------------------------------------------
#compositevideo
----------------------------------------------------------------------*/
#compositevideo main .ct {
	padding-top: 40px;
}

#compositevideo main .pageheader dl dt {
#	margin: 25px 0;
	line-height: 150%;
	font-size: 15.0rem;
}


#compositevideo main .movie {
	width: 1200px;
	margin: 120px auto 0;
}

#compositevideo main .movie dl {
	margin-top: 120px;
}

#compositevideo main .movie dl dt {
	font-size: 8.0rem;
	color: #000;
}

#compositevideo main .movie dl dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 30px;
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	vertical-align: middle;
}

#compositevideo main .movie dl dd {
	margin-top: 60px;
}

#compositevideo main .movie dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

#compositevideo main .movie dl dd ul li {
	width: 25%;
	padding: 5px;
}

#compositevideo main .movie dl dd ul li a {
	display: block;
}

#compositevideo main .movie dl dd ul li a img {
	border-radius: 3px;
}


/*----------------------------------------------------------------------
#videoshooting
----------------------------------------------------------------------*/
#videoshooting main .ct {
	padding-top: 40px;
}

#videoshooting main .pageheader dl dt {
	line-height: 150%;
	font-size: 15.0rem;
}

#videoshooting main .pageheader dl dt div {
	display: inline;
}

#videoshooting main .movie {
	width: 1200px;
	margin: 120px auto 0;
}

#videoshooting main .movie dl {
	margin-top: 120px;
}

#videoshooting main .movie dl dt {
	font-size: 8.0rem;
	color: #000;
}

#videoshooting main .movie dl dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 30px;
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	vertical-align: middle;
}

#videoshooting main .movie dl dd {
	margin-top: 60px;
}

#videoshooting main .movie dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

#videoshooting main .movie dl dd ul li {
	width: 25%;
	padding: 5px;
}

#videoshooting main .movie dl dd ul li a {
	display: block;
}

#videoshooting main .movie dl dd ul li a img {
	border-radius: 3px;
}


/*----------------------------------------------------------------------
#design
----------------------------------------------------------------------*/
#design main .ct {
	padding-top: 40px;
}

#design main .pageheader dl dt {
	line-height: 150%;
	font-size: 15.0rem;
}

#design main .pageheader dl dt div {
	display: inline;
}

#design main .exs {
	width: 1200px;
	margin: 120px auto 0;
}

#design main .exs dl {
	margin-top: 120px;
}

#design main .exs dl dt {
	font-size: 8.0rem;
	color: #000;
}

#design main .exs dl dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 30px;
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	vertical-align: middle;
}

#design main .exs dl dd {
	margin-top: 60px;
}

#design main .exs dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

#design main .exs dl dd ul li {
	width: 33.33%;
	padding: 5px;
}

#design main .exs.illust dl dd ul li {
	width: 25%;
}

#design main .exs dl dd ul li a {
	display: block;
}

#design main .exs dl dd ul li a img {
	border-radius: 3px;
}

#design main .exs.illust dl dd ul li a img {
	padding: 7px;
	background: #fff;
}


/*----------------------------------------------------------------------
#webdesign
----------------------------------------------------------------------*/
#webdesign main .ct {
	padding-top: 40px;
}

#webdesign main .pageheader dl dt {
	line-height: 150%;
	font-size: 15.0rem;
}

#webdesign main .pageheader dl dt div {
	display: inline;
}

#webdesign main .website {
	width: 1200px;
	margin: 120px auto 0;
}

#webdesign main .website dl {
	margin-top: 120px;
}

#webdesign main .website dl dt {
	font-size: 8.0rem;
	color: #000;
}

#webdesign main .website dl dt span {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 30px;
	background: #000;
	font-size: 1.5rem;
	color: #fff;
	vertical-align: middle;
}

#webdesign main .website dl dd {
	margin-top: 60px;
}

#webdesign main .website dl dd ul {
	display: flex;
	flex-wrap: wrap;
}

#webdesign main .website dl dd ul li {
	width: 50%;
	padding: 15px;
}

#webdesign main .website dl dd ul li a {
	display: block;
}

#webdesign main .website dl dd ul li div {

}

#webdesign main .website dl dd ul li a img {
	margin-top: 10px;
	border-radius: 3px;
}


#webdesign main .website.type2 {
	margin-top: 0;
}

#webdesign main .website.type2 dl {
	margin-top: 70px;
}

#webdesign main .website.type2 dl dd {
	margin-top: 20px;
}

#webdesign main .website.type2 dl dd ul {
	padding: 5px;
}

#webdesign main .website.type2 dl dd ul li {
	width: 25%;
	padding: 10px;
}


/*----------------------------------------------------------------------
#staff
----------------------------------------------------------------------*/
#staff main .ct {
	padding-top: 40px;
}

#staff main .wrapper {
	margin-top: 70px;
}

#staff main .wrapper .stafflist {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
}

#staff main .wrapper .stafflist li {
	display: flex;
	width: 25%;
	padding: 10px;
}

#staff main .wrapper .stafflist li .inner {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	background-position: center top;
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-color:  #fff;
	color: #000;
}

/*個別顔グラ*/
#staff main .wrapper .stafflist li.yamada .inner {background-image: url(../image/staff/yamada1.jpg);}
#staff main .wrapper .stafflist li.yamada .inner:hover {background-image: url(../image/staff/yamada2.jpg);}

#staff main .wrapper .stafflist li.ito .inner {background-image: url(../image/staff/ito1.jpg);}
#staff main .wrapper .stafflist li.ito .inner:hover {background-image: url(../image/staff/ito2.jpg);}

#staff main .wrapper .stafflist li.takeuchi .inner {background-image: url(../image/staff/takeuchi1.jpg);}
#staff main .wrapper .stafflist li.takeuchi .inner:hover {background-image: url(../image/staff/takeuchi2.jpg);}

#staff main .wrapper .stafflist li.nitta .inner {background-image: url(../image/staff/nitta1.jpg);}
#staff main .wrapper .stafflist li.nitta .inner:hover {background-image: url(../image/staff/nitta2.jpg);}

#staff main .wrapper .stafflist li.tamura .inner {background-image: url(../image/staff/tamura1.jpg);}
#staff main .wrapper .stafflist li.tamura .inner:hover {background-image: url(../image/staff/tamura2.jpg);}

#staff main .wrapper .stafflist li.yamasaki .inner {background-image: url(../image/staff/yamasaki1.jpg);}
#staff main .wrapper .stafflist li.yamasaki .inner:hover {background-image: url(../image/staff/yamasaki2.jpg);}

#staff main .wrapper .stafflist li.hata .inner {background-image: url(../image/staff/hata1.jpg);}
#staff main .wrapper .stafflist li.hata .inner:hover {background-image: url(../image/staff/hata2.jpg);}

#staff main .wrapper .stafflist li.honda .inner {background-image: url(../image/staff/honda1.jpg);}
#staff main .wrapper .stafflist li.honda .inner:hover {background-image: url(../image/staff/honda2.jpg);}

#staff main .wrapper .stafflist li.nakao .inner {background-image: url(../image/staff/nakao1.jpg);}
#staff main .wrapper .stafflist li.nakao .inner:hover {background-image: url(../image/staff/nakao2.jpg);}

#staff main .wrapper .stafflist li.matuo .inner {background-image: url(../image/staff/matuo1.jpg);}
#staff main .wrapper .stafflist li.matuo .inner:hover {background-image: url(../image/staff/matuo2.jpg);}


#staff main .wrapper .stafflist li .inner::before {
	content: "";
	display: block;
	padding-top: 80%;
}

#staff main .wrapper .stafflist li .inner .name {
	margin-top: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 1.7rem;
}

#staff main .wrapper .stafflist li .inner .job {
	margin-top: 10px;
	text-align: center;
}

#staff main .wrapper .stafflist li .inner .hobby {
	margin-top: 20px;
	padding: 15px 10px;
	border-top: solid 1px #777;
}

#staff main .wrapper .stafflist li .inner .hobby::before {
	content: "Hobby";
	display: block;
	width: 80px;
	margin-left: -10px;
	margin-bottom: 10px;
	padding: 0 10px;
	border-radius: 50px;
	background: #7f7f7f;
	line-height: 180%;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}


/*----------------------------------------------------------------------
#photoshoot
----------------------------------------------------------------------*/
#photoshoot main .ct {
	padding-top: 40px;
}

#photoshoot main .pageheader dl dt {
	line-height: 150%;
	font-size: 15.0rem;
}

#photoshoot main .pageheader dl dt div {
	display: inline;
}


#photoshoot main .photos {
	width: 1200px;
	margin: 120px auto 0;
}


