@charset "UTF-8";

/* ------------------------------------------------------------------
kv
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .kv_single{
    background: #f3f3f3;
  }
  .kv_single_in{
    display: flex;
    width: 100%;
    max-width: 1240px;
    margin: auto;
  }
  .kv_single .image{
    width: 50%;
    min-height: 400px;
    background-image: url("../images/common/noimg.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kv_single .txt{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 40px;
  }
  .kv_single .cat{
    font-size: 1.8rem;
    color: #777;
    margin: 0 0 10px;
  }
  .kv_single .ttl{
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 40px;
  }
  .kv_single .data{
    margin: auto 0 0;
  }
  .kv_single .taglist{
    margin: 0 0 10px;
  }
  .kv_single .taglist span{
    font-size: 1.6rem;
  }
  .kv_single .data_wrap{
    display: flex;
    justify-content: space-between;
  }
  .kv_single .date{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #777;
  }
  .kv_single .new{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 20px;
    background: #222;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 10px 0 0;
  }
  .kv_single .auther a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .kv_single .auther a:hover{
    opacity: 0.5;
  }
  .kv_single .auther .pic{
    width: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px 0 0;
  }
  .kv_single .auther .name{
    font-size: 1.4rem;
  }
  .kv_category .image{
    width: 100%;
    max-width: 1480px;
    height: 400px;
    margin: auto;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kv_category_in{
    width: 100%;
    max-width: 1240px;
    margin: auto;
    padding: 60px 0 40px;
  }
  .kv_category .txt{
    display: flex;
    align-items: center;
  }
  .kv_category .cat{
    font-size: 3.6rem;
    margin: 0 80px 0 0;
  }
  .kv_category .lead{
    flex: 1;
    line-height: 1.8;
  }
  .kv_category .narrow{
    padding: 60px 0 0;
  }
  .kv_category .row{
    display: flex;
    margin: 0 0 40px;
  }
  .kv_category .row:last-child{
    margin: 0;
  }
  .kv_category .label{
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0 80px 0 0;
  }
  .kv_category .label span{
    border-bottom: 4px solid #222;
    padding: 0 0 3px;
  }
  .kv_category .narrow ul{
    flex: 1;
    margin-top: -10px;
  }
  .kv_category .narrow li a{
		display: block;
    font-size: 1.8rem;
		line-height: 1.8;
		color: #0066c0;
		white-space: nowrap;
	}
  .kv_category .catlist li a:before{
    content: "";
  }
  .kv_others{
    display: flex;
    align-items: center;
    height: 150px;
    background: #f3f3f3;
  }
  .kv_others h1{
    width: 100%;
    max-width: 1240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.4rem;
  }
  .kv_others ul{
    width: 100%;
    max-width: 1240px;
    display: flex;
    align-items: center;
    margin: 0 auto -10px;
  }
  .kv_others ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .kv_others ul li:after{
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 3px 20px 0;
  }
  .kv_others ul li:last-of-type:after{
    display: none;
  }
  .kv_others ul li a{
    font-weight: 400;
		color: #222;
  }
  .kv_others ul li a:hover{
    opacity: 0.5;
  }
}
@media only screen and (max-width:767.98px) {
  .kv_single{
    background: #f3f3f3;
  }
  .kv_single .image{
    padding: 60% 0 0;
    background-image: url("../images/common/noimg.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kv_single .txt{
    padding: 20px;
  }
  .kv_single .cat{
    font-size: 1.4rem;
    color: #777;
    margin: 0 0 5px;
  }
  .kv_single .ttl{
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .kv_single .data{
    margin: 20px 0 0;
  }
  .kv_single .taglist{
    margin: 0 0 10px;
  }
  .kv_single .taglist span{
    font-size: 1.2rem;
  }
  .kv_single .data_wrap{
    display: flex;
    justify-content: space-between;
  }
  .kv_single .date{
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    color: #777;
  }
  .kv_single .new{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 18px;
    background: #222;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 10px 0 0;
  }
  .kv_single .auther{
  }
  .kv_single .auther a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .kv_single .auther .pic{
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 10px 0 0;
  }
  .kv_single .auther .name{
    font-size: 1.2rem;
  }
  .kv_category .image{
    height: 30vw;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .kv_category_in{
    width: 90%;
    margin: auto;
    padding: 20px 0 0;
  }
  .kv_category .txt{
  }
  .kv_category .cat{
    font-size: 5.0vw;
    margin: 0 0 15px;
  }
  .kv_category .lead{
    flex: 1;
    line-height: 1.8;
  }
  .kv_category .narrow{
    padding: 40px 0 0;
  }
  .kv_category .row{
    margin: 0 0 40px;
  }
  .kv_category .row:last-child{
    margin: 0;
  }
  .kv_category .label{
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 0 20px;
  }
  .kv_category .label span{
    border-bottom: 2px solid #222;
    padding: 0 0 3px;
  }
  .kv_category .narrow ul{
  }
  .kv_category .narrow li a{
		display: block;
    font-size: 1.4rem;
		line-height: 1.8;
		color: #0066c0;
		white-space: nowrap;
	}
  .kv_category .catlist li a:before{
    content: "";
  }
  .kv_others{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background: #f3f3f3;
  }
  .kv_others h1{
    font-size: 4.2vw;
    line-height: 1.6;
    text-align: center;
  }
  .kv_others ul{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 auto -8px;
  }
  .kv_others ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 8px;
  }
  .kv_others ul li:after{
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 1px 12px 0;
  }
  .kv_others ul li:last-of-type:after{
    display: none;
  }
  .kv_others ul li a{
    font-weight: 400;
		color: #222;
  }
  .kv_others ul li a:hover{
    opacity: 0.5;
  }
}

/* ------------------------------------------------------------------
page_category
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .page_category{
  }
  .page_category .entrylist_vertical{
    margin: 0 0 80px;
	}
  .page_category .navtxt{
    font-size: 1.6rem;
    margin: 0 0 40px;
  }
}
@media only screen and (max-width:767.98px) {
  .page_category{
  }
  .page_category .entrylist_vertical{
    margin: 0 0 40px;
	}
  .page_category .navtxt{
    font-size: 1.2rem;
    margin: 0 0 20px;
  }
}

/* ------------------------------------------------------------------
page_contact
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .page_contact{
		padding: 60px 0;
  }
  .page_contact_in{
    width: 100%;
    max-width: 1080px;
    margin: auto;
	}
	.page_contact p.lead{
		line-height: 1.8;
    margin: 0 0 40px;
	}
}
@media only screen and (max-width:767.98px) {
  .page_contact{
		padding: 40px 0;
  }
  .page_contact_in{
    width: 90%;
    margin: auto;
	}
	.page_contact p.lead{
		line-height: 1.8;
    margin: 0 0 30px;
	}
}

/* ------------------------------------------------------------------
stepbar
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
	.stepbar {
		display: flex;
		max-width: 600px;
		position: relative;
		margin: 0 auto 40px;
		text-align: center;
	}
	.stepbar li {
		font-size: 1.6rem;
		list-style: none;
		position: relative;
		width: 33.333%;
	}
	.stepbar li:after {
		background: #ddd;
		content: "";
		width: calc(100% - 60px);
		height: 4px;
		position: absolute;
		left: calc(-50% + 30px);
		top: 28px;
	}
	.stepbar li:first-child:after {
		display: none;
	}
	.stepbar li span {
		background: #ddd;
    font-size: 2.4rem;
		color: #ffffff;
		display: inline-block;
		height: 60px;
		margin-bottom: 10px;
		line-height: 60px;
		width: 60px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.stepbar .is_visited span {
		background: #222;
	}
}
@media only screen and (max-width:767.98px) {
	.stepbar {
		display: flex;
		max-width: 300px;
		position: relative;
		margin: 0 auto 30px;
		text-align: center;
	}
	.stepbar li {
		font-size: 1.2rem;
		list-style: none;
		position: relative;
		width: 33.333%;
	}
	.stepbar li:after {
		background: #ddd;
		content: "";
		width: calc(100% - 40px);
		height: 4px;
		position: absolute;
		left: calc(-50% + 20px);
		top: 18px;
	}
	.stepbar li:first-child:after {
		display: none;
	}
	.stepbar li span {
		background: #ddd;
    font-size: 1.8rem;
		color: #ffffff;
		display: inline-block;
		height: 40px;
		margin-bottom: 10px;
		line-height: 40px;
		width: 40px;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	.stepbar .is_visited span {
		background: #222;
	}
}

/* ------------------------------------------------------------------
thanks
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .page_contact .thanks {
    text-align: center;
    background: #fff;
    padding: 60px;
		border: 1px solid #ddd;
  }
  .page_contact .thanks h2{
    font-size: 3.0rem;
    margin: 0 0 20px;
  }
  .page_contact .thanks p{
    margin: 0 0 40px;
    line-height: 1.8;
  }
  .page_contact .thanks .btn{
    text-align: center;
  }
  .page_contact .thanks .btn a{
    display: inline-block;
    padding: 20px 80px;
    background: #222;
    color: #fff;
    font-weight: 700;
  }
  .page_contact .thanks .btn a:hover{
    opacity: 0.5;
  }
}
@media only screen and (max-width:767.98px) {
  .page_contact .thanks {
    text-align: center;
    background: #fff;
    padding: 30px;
		border: 1px solid #ddd;
  }
  .page_contact .thanks h2{
    font-size: 2.0rem;
    margin: 0 0 20px;
  }
  .page_contact .thanks p{
    font-size: 1.2rem;
    margin: 0 0 20px;
    line-height: 1.6;
  }
  .page_contact .thanks .btn{
    text-align: center;
  }
  .page_contact .thanks .btn a{
    display: block;
    padding: 20px 0;
    background: #222;
    color: #fff;
    font-weight: 700;
  }
  .page_contact .thanks .btn a.hover{
    opacity: 0.5;
  }
}

/* ------------------------------------------------------------------
page_about
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .page_about{
		padding: 60px 0;
  }
  .page_about_in{
    width: 100%;
    max-width: 1200px;
    margin: auto;
	}
  .about_image{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 500px;
    background: #222;
    margin: 0 0 60px;
  }
  .about_image .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about/about_bg.jpg") 50% 50% repeat-x;
    background-size: auto 100%;
    animation: slide 60s linear infinite, fade_in 1.0s linear forwards;
    z-index: 2;
  }
  .about_image .logo{
    position: relative;
    z-index: 3;
    width: 120px;
  }
  .about_txt{
    text-align: center;
  }
  .about_txt h1{
    font-size: 2.4rem;
    margin: 0 0 40px;
  }
  .about_txt p{
    line-height: 2;
    margin: 0 0 40px;
  }
  .about_txt p:last-child{
    margin: 0;
  }
}
@media only screen and (max-width:999px) {
  .page_about{
		padding: 40px 0;
  }
  .page_about_in{
    width: 90%;
    margin: auto;
  }
  .about_image{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 300px;
    background: #222;
    margin: 0 0 40px;
  }
  .about_image .image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about/about_bg.jpg") 50% 50% repeat-x;
    background-size: auto 100%;
    animation: slide 60s linear infinite, fade_in 1.0s linear forwards;
    z-index: 2;
  }
  .about_image .logo{
    position: relative;
    z-index: 3;
    width: 80px;
  }
  .about_txt{
  }
  .about_txt h1{
    font-size: 1.8rem;
    margin: 0 0 20px;
    line-height: 1.6;
  }
  .about_txt p{
    line-height: 2;
    margin: 0 0 20px;
  }
  .about_txt p:last-child{
    margin: 0;
  }
}

@keyframes fade_in {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes slide {
  0%{
    background-position: 0 0;
  }
  100%{
    background-position: -1920px 0;
  }
}

/* ------------------------------------------------------------------
page_auther
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .page_auther{
		padding: 60px 0 100px;
  }
  .page_auther_in{
    width: 100%;
    max-width: 980px;
    margin: auto;
	}
  .page_auther .profile_wrap{
		margin: 0 0 80px;
	}
  .profile_wrap .profile{
    text-align: center;
  }
  .profile_wrap .pic{
    width: 160px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .profile_wrap .name{
    font-size: 2.4rem;
    font-weight: 700;
  }
  .profile_wrap .entry{
    margin: 40px 0 0;
    text-align: left;
  }
  .profile_wrap .sns ul{
    display: flex;
    justify-content: center;
    margin: 40px 0 0;
  }
  .profile_wrap .sns li{
    margin: 0 20px 0 0;
  }
  .profile_wrap .sns li:last-child{
    margin: 0;
  }
  .profile_wrap .sns i{
    font-size: 3.6rem;
  }
  .profile_wrap a:hover{
    opacity: 0.5;
  }
  .page_auther .entrylist_vertical{
    margin: 0 0 80px;
  }
}
@media only screen and (max-width:767.98px) {
  .page_auther{
		padding: 40px 0 60px;
  }
  .page_auther_in{
    width: 90%;
    margin: auto;
	}
  .page_auther .profile_wrap{
		margin: 0 0 40px;
	}
  .profile_wrap .profile{
    text-align: center;
  }
  .profile_wrap .pic{
    width: 100px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin: 0 auto 20px;
    overflow: hidden;
  }
  .profile_wrap .name{
    font-size: 2.0rem;
    font-weight: 700;
  }
  .profile_wrap .entry{
    margin: 20px 0 0;
    text-align: left;
  }
  .profile_wrap .sns ul{
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
  }
  .profile_wrap .sns li{
    margin: 0 20px 0 0;
  }
  .profile_wrap .sns li:last-child{
    margin: 0;
  }
  .profile_wrap .sns i{
    font-size: 3.0rem;
  }
  .profile_wrap a:hover{
    opacity: 0.5;
  }
  .page_auther .entrylist_vertical{
    margin: 0 0 40px;
  }
}

/* ------------------------------------------------------------------
page_others
------------------------------------------------------------------ */
@media only screen and (min-width:1000px) {
  .page_others{
		padding: 60px 0;
  }
  .page_others_in{
    width: 100%;
    max-width: 980px;
    margin: auto;
	}
	.page_others .section{
		margin: 0 0 60px;
	}
	.page_others .section:last-of-type{
		margin: 0;
	}
	.page_others .section h3{
		font-size: 2.0rem;
		border-bottom: 1px solid #ddd;
		padding: 0 0 0.5em;
		margin: 0 0 0.8em;
    line-height: 1.4;
	}
	.page_others .section h4{
		font-size: 1.8rem;
		margin: 0 0 0.8em;
    padding: 10px;
    background: #f3f3f3;
    line-height: 1.4;
	}
	.page_others .section p{
    font-size: 1.6rem;
		line-height: 1.8;
		margin: 0 0 20px;
	}
  .page_others .section p.text_right {
    text-align: right;
  }
	.page_others .section ul{
		line-height: 1.8;
		margin: 0 0 20px 1.5em;
	}
	.page_others .section ul.num>li{
		list-style: decimal;
	}
	.page_others .section ul.disc>li{
		list-style: disc;
	}
  .page_others .section a{
		color: #0066c0;
    text-decoration: underline;
  }
	.page_others .item *:last-child{
		margin-bottom: 0;
	}
}
@media only screen and (max-width:999px) {
  .page_others{
		padding: 40px 0;
  }
  .page_others_in{
    width: 90%;
    margin: auto;
  }
	.page_others .section{
		margin: 0 0 40px;
	}
	.page_others .section:last-of-type{
		margin: 0;
	}
	.page_others .section h3{
		font-size: 1.6rem;
		border-bottom: 1px solid #ddd;
		padding: 0 0 0.5em;
		margin: 0 0 0.8em;
    line-height: 1.4;
	}
	.page_others .section h4{
		font-size: 1.4rem;
		margin: 0 0 0.8em;
    padding: 5px;
    background: #f3f3f3;
    line-height: 1.4;
	}
	.page_others .section p{
    font-size: 1.2rem;
		line-height: 1.8;
		margin: 0 0 20px;
	}
	.page_others .section ul{
		line-height: 1.8;
		margin: 0 0 20px 1.5em;
	}
	.page_others .section ul.num>li{
		list-style: decimal;
	}
	.page_others .section ul.disc>li{
		list-style: disc;
	}
  .page_others .section a{
		color: #0066c0;
    text-decoration: underline;
  }
	.page_others .section *:last-child{
		margin-bottom: 0;
	}
}

/* ------------------------------------------------------------------
page_sitemap
------------------------------------------------------------------ */
@media print,screen and (min-width:768px) {
  .page_sitemap{
		padding: 60px 0;
  }
  .page_sitemap_in{
    display: flex;
    justify-content: space-between;
		max-width: 1200px;
		margin: auto;
  }
  .page_sitemap .col{
    width: 48%;
  }
  .page_sitemap ul{
    line-height: 1.8;
  }
  .page_sitemap .col>ul>li{
    border-bottom: 1px solid #ddd;
  }
  .page_sitemap .col>ul>li>ul{
    margin: 0 0 0 35px;
  }
  .page_sitemap .col>ul>li>ul>li{
    border-top: 1px solid #ddd;
  }
  .page_sitemap .col>ul>li>ul>li>ul{
    margin: 0 0 0 35px;
  }
  .page_sitemap .col>ul>li>ul>li>ul>li{
    border-top: 1px solid #ddd;
  }
  .page_sitemap ul li a{
    position: relative;
    display: block;
    padding: 15px 15px 15px 35px;
  }
  .page_sitemap ul li a:hover{
    opacity: 0.5;
  }
  .page_sitemap ul li a:after{
    position: absolute;
    right: 20px;
    top: 50%;
    content: "";
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    width: 5px;
    height: 5px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .page_sitemap ul li a:before{
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background: #222;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .page_sitemap ul li ul li a:before{
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    width: 10px;
    height: 1px;
    background: #222;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
@media only screen and (max-width:767.98px) {
  .page_sitemap{
		padding: 40px 0;
  }
  .page_sitemap-in{
    width: 90%;
    margin: auto;
  }
  .page_sitemap ul{
    line-height: 1.8;
  }
  .page_sitemap .col>ul>li{
    border-bottom: 1px solid #ddd;
  }
  .page_sitemap .col>ul>li>ul{
    margin: 0 0 0 30px;
  }
  .page_sitemap .col>ul>li>ul>li{
    border-top: 1px solid #ddd;
  }
  .page_sitemap .col>ul>li>ul>li>ul{
    margin: 0 0 0 30px;
  }
  .page_sitemap .col>ul>li>ul>li>ul>li{
    border-top: 1px solid #ddd;
  }
  .page_sitemap ul li a{
    position: relative;
    display: block;
    padding: 10px 10px 10px 30px;
  }
  .page_sitemap ul li a.hover{
    opacity: 0.5;
  }
  .page_sitemap ul li a:after{
    position: absolute;
    right: 10px;
    top: 50%;
    content: "";
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    width: 5px;
    height: 5px;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg);
  }
  .page_sitemap ul li a:before{
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background: #222;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .page_sitemap ul li ul li a:before{
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    width: 10px;
    height: 1px;
    background: #222;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
