@charset "UTF-8";
/* CSS Document */
/*---------------------------

    共通項目

---------------------------*/
.btnkansai,
.btnkanto,
.btnother,
.btnkanto-yss,
.btnkanto-ms,
.btnkanto-gdn,
.btnkanto-gss_pm,
.btnkansai-yss,
.btnkansai-ms,
.btnkansai-gdn,
.btnkansai-gss_pm{
    display: none;
}
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    position: relative;
    font-family: "Noto Sans JP";
    letter-spacing: 0.05em;
    line-height: 1.8;
    font-size: 1.8rem;
	font-feature-settings: "palt";
/*	letter-spacing:inherit;*/
	color:#000;
    font-weight: 500;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 100%;
    background: #f9f9f9;
}
p{
        font-weight: 500;
}
.center {
    text-align: center;
}
.italic{
    font-style: italic;
}
.yellow{
    color: #fff833;
}
.blue{
    color: #0036ff;
    font-size: 1.3rem;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.red{
        color: #e61b00;
}
.white{
    color: #fff;
}
.breadcrumb{
	font-size: 1.2rem;
	padding:6px 30px;
	background: #fbfbfb;
}
.empha {
    color: #fc4568;
}
h1,h2,h3,h4,h5{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height: 1.4;
}
.pink{
/*	color:#f4b0bd;*/
    color: #e2130d;
}
.row {
    color: #d90000;
}
.medium {
    color: #4cbf3c;
    font-weight: bold;
}
.bold {
    font-weight: bold;
}
.marker {
    background: linear-gradient(transparent 50%, #fff7a3 50%);
    font-weight: 700;
}
.flex{
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.block{
	padding: 80px 0;
}
.block-top{
    padding: 80px 0 0 ;
}
.block-bottom{
    padding: 0 0 80px ;
}
.small{
    font-size: 1.2rem;
}
strong{
    font-weight: 700;
}
/*---------------------------

   アニメーション

---------------------------*/
.fadeIn {
  transform: translate3d(0, 30px, 0);
  transition: 1s;
  opacity: 0;
}

.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

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

    見出し

---------------------------*/
.ttlarea{
    margin-bottom: 60px;
}
.ttlarea .ttl{
    line-height: 1.3;
}
.ttlarea.border-ttl{
    position: relative;
    padding-bottom: 20px;
}
.ttlarea.border-ttl::before{
    position: absolute;
    content: "";
    height: 2px;
    width: 30%;
    background: #ff8e3e;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
}
.header-page{
    background: #2067af;
}
header .page-ttl{
	padding: 60px 0;
}
.page-ttl {
    font-size: 3.4rem;
	text-align: center;
	font-weight: 700;
    color: #fff;
}
.orangebg{
    background: #fdf8ef;
}

.top-header {
    padding: 6rem 0;
    background: url(../images/top/mainvbg_pc.jpg) no-repeat center center /cover;
}
.top-header h1 {
    display: block;
    width: 92%;
    margin: auto;
}
.top-header h1 img {
    margin: auto;
}

@media screen and (max-width:1024px) {
    .top-header {
        padding: 6vw 0;
    }
}
@media screen and (max-width:750px) {
    .top-header {
        background: url(../images/top/mainvbg_sp.jpg) no-repeat center center /cover;
    }
}

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

    全ページの枠

---------------------------*/
.wrap {
    max-width: 1200px;
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    box-sizing: border-box;
}
.subwrap{
    padding: 0 6%;
}

.inner {
    width: 92%;
    margin: auto;
    max-width: 120rem;
}

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

    画面サイズ切替

---------------------------*/
.pconly {
    display: block;
}
.sponly {
    display: none;
}


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

    sidebar

---------------------------*/
.searchform {
/*    border: 1px solid #f0f0f0;*/
    border: 2px solid #79cbd0;
    margin-bottom: 60px;
}
.side-block{
    margin-top: 60px;
}

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

    input

---------------------------*/
.sort-item {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    font-size: 2.2rem;
    padding: 0 16px;
    margin-bottom: 50px;
}
.sort-sub-ttl {
    color: #413f40;
    font-size: 2.2rem;
    padding: 0 0 5px 16px;
    border-bottom: solid 1px #413f40;
    margin-bottom: 15px;
    font-weight: 500;
}
.taisyou-item {
    justify-content: center;
}

.sort-item label{
    display: block;
    margin-right: 3rem;
	text-align: left;
    line-height: 1.4;
}
select {
    font-size: 2.2rem;
    width: 80%;
}
select:focus,
button:focus {
    outline: none;
}
input[type="checkbox"] {
    -webkit-transform: scale(1.4,1.4);
    -moz-transform: scale(1.4,1.4);
    transform: scale(1.4,1.4);
    margin-right: 10px;
    border: solid 2px #313131;
    width: 15px;
    height: 15px;
    background: #fff;
    margin-bottom: 6px;
    cursor: pointer;
}
[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}
.wid-btnarea {
    position: relative;
    transition: all .5s;
    margin: 15px 30% 30px;
}
.wid-btnarea .btn {
    display: block;
    position: relative;
    color: #fff;
    width: 100%;
    font-size: 2.6rem;
	font-weight: 600;
    transition: all .5s;
    background:linear-gradient(to right, #0dccff, #4760ff);
	box-shadow: 0px 4px 0 #2c56d5;
    padding: 10px 0;
    border: none;
    text-align: center;
    cursor: pointer;
}
.wid-btnarea .btn:hover{
    opacity: .8;
    transform: translateY(4px);
    box-shadow: none
}

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

    widget

---------------------------*/
.widget {
    border: 2px solid #eee;;
    margin-bottom: 60px;
    background: #fff;
}
.widget-title {
    background: #2c56d5;
    color: #fff;
    font-size: 2.2rem;
    padding: 16px;
    text-align: center;
}
.form-block{
    padding: 30px 10% 0;
}
.overview p {
    font-size: 1.6rem;
    margin-bottom: 15px;
}
.widget ul {
    padding: 30px;
    font-size: 2.2rem;
}
.articlearea .form-block{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.articlearea .article-item{
    width: 23.5%;
    margin-right: 2%;  
}
.articlearea .article-item:nth-child(4n){
    margin-right:0;
}
.article-item {
    margin-bottom: 15px;
    font-size: 2.2rem;
	width: 100%;
}

.article-item:hover {
    text-decoration: underline;
	opacity: .8;
}
.article-item:hover img {
    opacity: .8;
}
.article-img img {
    width: 100%;
    height: auto;
    transition: .5s;
}
.article-ttl {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 10px;
}


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

    footer

---------------------------*/
.footer {
    background-color: #403e3f;
    padding: 40px 0 15px;
	color: #fff;
}
.footer-link {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.footer-link a {
    font-size: 1.8rem;
    transition: all .5s;
    margin: 0 5px;
}
.footer-link a:hover {
    text-decoration: underline;
}
small {
    font-size: 1.4rem;
}
#sort {
    display: none;
}
.thumbnail{
    max-width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 5%;
}



@media screen and (max-width:1500px) {
    .sidebar-ttl {
        padding: 16px;
        font-size: 2.2rem;
    }
    .sort-sub-ttl {
        font-size: 2rem;
    }
    .sort-item {
        font-size: 1.8rem;
    }
    .wid-btnarea::after {
        width: 12px;
        height: 12px;
        right:15px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .wid-btnarea .btn {
        font-size: 1.8rem;
    }
    .widget {
        margin-bottom: 40px;
    }
    .widget-title {
        font-size: 2.2rem;
        padding: 16px;
    }
    .overview p {
        font-size: 1.4rem;
    }
    .widget ul {
        padding: 22px;
        font-size: 1.8rem;
    }
    .article-item {
        font-size: 1.8rem;
    }
	.sec-block{
		margin-bottom: 40px;
	}
}
@media screen and (max-width:1440px) {
    .wrap{
        padding: 0 80px;
        max-width: 100%;
    }
}
@media screen and (max-width:1024px) {
    .wrap{
        padding: 0 60px;
    }
    .subwrap{
        padding: 0;
    }
}


@media screen and (max-width:768px) {
    header .page-ttl{
        font-size: 3rem;
        padding: 40px 0;
    }
    .ttlarea{
        margin-bottom: 30px;
    }
    .ttlarea .ttl img{
        margin: 0 auto;
    }
    .flex{
        display: block;
    }
    .wrap{
        padding: 0 60px;
    }
    .block{
        padding: 40px 0;
    }
    #section3 .ttlarea{
        margin-bottom: 30px;
    }
    .block-top{
        padding: 40px 0 0 ;
    }
    .block-bottom{
        padding: 0 0 40px ;
    }
    .pconly {
        display: none;
    }
    .sponly {
        display: block;
    }
    .sidebar-ttl,
    .widget-title {
        padding: 15px;
        font-size: 1.8rem;
    }
    .sort-sub-ttl {
        margin-bottom: 8px;
    }
    select {
        background-color: #f0f0f0;
    }
    .sponly.footer-menu {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
        display: flex;
        opacity: .8;
    }
    .footer-menu #sort,
    .footer-menu #gorank {
        width: 50%;
        box-sizing: border-box;
    }
    #sort {
        display: block;
        background-color: #de4d69;
        padding: 10px 16px;
        text-align: center;
        border-right: 2px solid #fff;
    }
    #gorank {
        background-color: #2386af;
        padding: 10px 16px;
        text-align: center;
    }
    #sort a,
    #gorank a{
        color: #fff;
        font-size: 2.4rem;    
    }
    .form-block{
        padding: 40px 30px 0;
    }
    .sort-sub-ttl{
        margin-bottom: 15px;
    }
    .sort-item label{
        width: 48%;
        margin-bottom:10px;
    }
    .sort-item label{
        margin-right: 0;
    }
    .sort-item{
        margin-bottom: 30px;
    }
    .wid-btnarea{
        margin: 30px 10% 30px;
    }
    .articlearea .form-block{
        display: block;
        
    }
    .articlearea .article-item{
        width: 100%;
        margin: 0 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .articlearea .article-item .article-img{
        width: 30%;
    }
    .articlearea .article-item .article-ttl{
        width: 66%;
    }

    



    
}

@media screen and (max-width:479px) {
    body{
        font-size: 1.6rem;
        line-height: 1.8;
    }
    .wrap{
        padding: 0 16px;
    }
	.article-ttl{
		font-size: 1.4rem;
	}
	.breadcrumb{
		padding: 10px;
	}
    #sort a,
    #gorank a{
        font-size: 1.6rem;
    }
    select {
        font-size: 1.4rem;
    }
    .sort-block {
        margin-bottom: 16px;
    }
    .sort-item {
        line-height: 2;
        font-size: 1.4rem;
    }
    .sort-item label {
/*        line-height: 2.2;*/
        margin-bottom: 5px;
    }
	.footer-link a{
		padding: 0 2px;
        font-size: 1.4rem;
	}
    .form-block{
        padding: 20px 15px 0;
    }
    .sort-item{
        padding: 0 5px;
    }
    .form-block .sort-item:last-of-type{
        margin-bottom: 0;
    }
    .sort-sub-ttl{
        font-size: 1.8rem;
        padding: 0 0 5px 5px;
    }
    input[type="checkbox"]{
        width: 10px;
        height: 10px;
    }
    .form-block{
        
    }
    header .page-ttl{
        font-size: 2.2rem;
    }
    .ttlarea.border-ttl{
        padding-bottom: 12px;
    }
    
    
}

@media screen and (max-width: 375px){
    body{
        font-size: 1.4rem;
        line-height: 1.8;
    }
	
}
@media screen and (max-width: 320px){
    .footer-link a{
        font-size: 1.3rem;
    }


}


/* ボタン */
.btn {
    text-align: center;
}
.btn a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: .3s;
}
.btn a:hover {
    transform: translateY(.6rem);
}
.btn:not(.row4) a::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #b5e7ff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}
@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


.floating {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 22%;
    max-width: 32.5rem;
    text-align: right;
    z-index: 9999;
}
.floating a {
    display: block;
}
.floating #close {
    display: inline-block;
    margin-bottom: .5rem;
}
.floating #close:hover {
    cursor: pointer;
}
@media screen and (max-width: 1024px){
    .floating {
        max-width: 100%;
        width: 45%;
    }
}
@media screen and (max-width: 750px){
    .floating {
        width: 92%;
        right: auto;
        bottom: 1%;
        left: 50%;
        transform: translateX(-50%);
    }
}







