@charset "utf-8";
/*------------------------------------------------------------
	スタッフ一覧
------------------------------------------------------------*/
#pagePath {
	margin-top: 5px;
	margin-bottom: 20px;
}

div#main img.img {
	width: 100%;
	height: auto;
}

.topimage {
	text-align: center;
	margin-bottom: 10px;
}

.topimage p {
	font-size: 12px;
	line-height: 1.6;
	padding: 15px;
	text-align: left;
}
#container {
	overflow-x: hidden;
}

#main {
	margin-bottom: 140px;
	margin-top: 0;
}

section#main {
	padding-top: 0;
}

#main h3 {
margin-bottom: 30px;
}

#main .demo {
	margin-bottom: 20px;
}

#main .btns {
	margin-bottom: 40px;
}

#main .minititle {
	width: auto;
	height: 80px;
	box-sizing: border-box;
	padding: 20px;
	line-height: 40px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
    border: 1px solid #106EB6;
    font-size: 22px;
	color: #106EB6;
	border-radius: 5px;
	margin: 20px 10px;
}

#main .pdflink {
	text-align: center;
	margin-bottom: 50px;
}
#main .pdflink a img {
	border: 1px solid #CCC;
	padding: 20px;
	width: calc(80% - 40px);
	margin: 10px;
}

#main .btns ul::after {
	clear: both;
	content: "";
	display: block;
}

#main .btns ul li {
}

#main .btns ul li a {
	width: auto;
	height: 80px;
	margin: 10px;
	box-sizing: border-box;
	padding: 20px;
	line-height: 40px;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	position: relative;
}

#main .btns ul li a i {
	position: absolute;
	display: block;
	font-size: 28px;
	line-height: 30px;
	top: 25px;
	right: 20px;
}

#main .btns ul li a img {
	margin-right: 0px;
	display: block;
	float: left;
}

#main .btns ul li:nth-child(1) a {
	background: #106EB6;
	font-size: 18px;
}

#main .btns ul li:nth-child(2) a {
	background: #308982;
	font-size: 18px;
}

#main .backnumber {
	margin-bottom: 40px;
}

#main .backnumber::after {
	clear: both;
	content: "";
	display: block;
}

#main .backnumber .title {
	width: auto;
	height: 300px;
	background: #CCF0F7;
    padding: 79px 20px 42px;
	box-sizing: border-box;
}

#main .backnumber .title h4 {
    color: #106EB6;
    font-size: 30px;
    position: relative;
    text-align: center;
    display: block;
	margin-bottom: 0;
}

#main .backnumber .title h4::before {
    margin-left: -80px;
    width: 160px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: -34px;
    content: "";
}

#main .backnumber .title span {
    display: block;
    font-family: 'Oswald-Bold';
    color: #333;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-align: center;
	margin-bottom: 60px;
}

#main .backnumber .title a {
	background: #106EB6;
	display: block;
	width: auto;
	height: 50px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	padding: 15px 0;
}

#main .backnumber .title a i {
	margin-left: 10px;
}

#main .backnumber .list {
	margin-left: 360px;
	height: 300px;
	overflow-y: scroll;
}

#main .backnumber .list dl {
	border-top: 1px solid #CCC;
	padding: 15px 10px;
}

#main .backnumber .list dl dt {
	font-size: 16px;
	color: #106EB6;
	line-height: 28px;
	font-weight: bold;
}

#main .backnumber .list dl dd {
	font-size: 14px;
	line-height: 22px;
}

#main .message {
	position: relative;
}

#main .message .btn {
	position: relative;
	width: 320px;
	height: 60px;
	margin: 10px auto;
	text-align: center;
	background: #887456;
	color: #FFF;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 0;
	line-height: 40px;
}

#main .message .btn i {
	font-size: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

#main .copy {
	font-size: 13px;
	line-height: 26px;
	margin-bottom: 50px;
	margin-top: 40px;
	padding: 0 20px;
	text-align: left;
}

#main .copy{
	box-sizing: border-box;
	overflow: hidden;
}

#main .copy {
	line-height: 0;
	opacity: 0;
	visibility: hidden;
  /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}
#main .copy.is-open {
  /* 開いている状態 */
	line-height: 1.85;
	opacity: 1;
	visibility: visible;
  /* 開くアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}

#main .answer {
}

#main .answer .title{
	text-align: center;
	color: #FFEA01;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0;
}

#main .answer .txt{
	text-align: left;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	padding: 10px 10px;
}

#main h4.shikumi {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 40px;
	font-size: 18px;
	color: #0070CC;
	padding: 20px;
	text-align: left;
	background: #EFEFEF;
}

#main .point {
margin-bottom: 20px;
}

#main .point .title{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
line-height: 50px;
color: #FFF;
	position: relative;
	text-align: left;
}

#main .point .title i{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 34px;
	cursor: pointer;
}

#main .point .title span{
	color: #8AB8DC;
	font-size: 26px;
	font-family: 'Oswald-Bold';
	margin-left: 15px;
	margin-right: 15px;
}

#main .point .inner{
	box-sizing: border-box;
	border: 5px solid #D0E8F4;
	border-top: none;
	padding: 10px;
	overflow: hidden;
	text-align: left;
}

#main .point .inner {
	border-left: 5px solid #D0E8F4;
	border-right: 5px solid #D0E8F4;
	border-bottom: 0;
	padding: 0 10px;
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	height: 0;
  /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    padding-top .3s ease-out,
    padding-bottom .3s ease-out,
    border-bottom .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear,
    height  .1s linear;
}
#main .point .inner.is-open {
  /* 開いている状態 */
	border-left: 5px solid #D0E8F4;
	border-right: 5px solid #D0E8F4;
	border-bottom: 5px solid #D0E8F4;
	padding: 20px 10px;
	line-height: 1.5;
	opacity: 1;
	visibility: visible;
	height: 250px;
  /* 開くアニメーション */
  transition:
    line-height .3s ease-out,
    padding-top .3s ease-out,
    padding-bottom .3s ease-out,
    border-bottom .3s ease-out,
    opacity     .1s linear .1s,
    visibility  .1s linear .1s,
    height  .1s linear .1s;
}

#main .point .inner ul{
float: left;
}

#main .point .inner li{
background-image: url(../owner2019/images/arrow1.gif);
background-repeat: no-repeat;
background-position: left middle;
line-height: 25px;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
color: #106EB6;
padding-left: 25px;
}

#main .point .blueBox {
margin-left: 480px;
padding: 20px;
background-color: #D0E8F4;
}

#main .point .inner p{
font-size: 14px;
line-height: 24px;
}

#main .arrow {
text-align: center;
margin-bottom: 20px;
}

#main .point_end{
margin-bottom: 50px;
}

#main .point_end .title{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
text-align: center;
line-height: 50px;
color: #FFF;
margin-bottom: 30px;
}

#main .point_end img{
margin-bottom: 20px;
}

#main .point_end p{
font-size: 13px;
line-height: 20px;
	text-align: left;
	padding: 0 10px;
}

#main .seminar {
margin-bottom: 50px;
overflow: hidden;
}

#main .seminar p{
padding-top: 20px;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}

#main .seminar li{
float: left;
width: 480px;
height: 300px;
margin-right: 40px;
}

#main .seminar li:last-child{
margin-right: 0px;
}

#main .schedule {
margin-bottom: 50px;
overflow: hidden;
}

#main .schedule h5{
background-color: #106EB6;
font-size: 20px;
font-weight: bold;
line-height: 50px;
color: #FFF;
margin-bottom: 30px;
padding-left: 10px;
}

#main .schedule dl{
	border: 2px dotted #676E78;
	border-left: none;
	border-right: none;
	height: 90px;
	background-image: url(../owner2019/images/list_bg.png);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 15px;
}

#main .schedule dl dt{
font-size: 18px;
margin-bottom: 10px;
color: #106EB6;
}

#main .schedule dl dd{
font-size: 14px;
}

#main .schedule dl dt img{
margin-left: 20px;
vertical-align: middle;
}