@charset "utf-8";


html {}

:root {
  /*htmlに書いてもOK*/
}

body {}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

header {}




.default-header {
  width: 100%;

}


main {
	width: 100%;
}


.pc_view{
    display: inherit;
}

.sp_view{
    display: none;
}



/*<!-- Start ロゴとナビケーション Area -->  ********************/


.pc_nav {
  margin: 0;
  padding: 0;
  width: calc(100% - 123px);
  display: flex;
  justify-content: flex-end;
	height: 20px;
	margin-top: 10px;
}





.pc_nav > li > a {
  color: #fff;
  display: block;
  line-height: 20px;
  padding: 0 20px;
  text-decoration: none;
	font-size: 12px;
}

.pc_nav > li:hover {
  background-color: #8AD1D3;
}

.pc_nav > li:hover > a {
  color: #fff;
}

.pc_nav.base > li > a{
    color: #494F62;
}

/*  <!-- end ロゴとナビケーション Area --> ********************/

/*<!--     スクロールで追従するグローバルナビ -->*/
.nav_follow {
}
.global-nav {
    width: 100%;
    z-index: 10000;
    margin-top: 0;
    margin: 0 auto;
    padding: 40px 0;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.global-nav div{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
        align-items: center;
}

.global-nav div .logo {
    width: 390px;
    display: flex;
    font-size: 16px;
    align-items: baseline;
}

.global-nav div .logo img {
    width:120px;
    margin: 0 15px 0 0;
}

.global-nav div .logo span{
    font-size: 14px;
    margin: 0 5px 0 0;
}

.global-nav__list {
  margin: 20px 0 0 0;
    padding: 0 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #4D4D4D;
}
.global-nav__list li {
	display: inline-block;
  list-style-type: none;
    text-align: center;
    position:relative;
    overflow:hidden;
}


.global-nav__list li a {
    color: #FFFFFF;
    display: block;
    line-height: 20px;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    transition: all .5s ease;
    font-weight: bold;
}

.global-nav__list li a span{
        display: block;
    color: #CCCCCC;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 0 0 0;
}


.eff{
  width:200px;
  height:50px;
  left:-200px;
  background:#EFEFEF;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.global-nav__list li:hover .eff{
  left:0;
}
.global-nav__list li:hover a{
  color:#333;
}




.global-nav.clone-nav {
  position: fixed;
  top: -100px;
  left: 0;
  transition: all 1s;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
.global-nav.clone-nav.is-fixed-nav {
  top: 0;
}




.navbar-brand {
    width: 380px;
    height: auto;
    /* display: flex; */
    /* align-items: center; */
    /* margin: 0 0 0 25px; */
    font-family: 'Damion', cursive;
    font-size: 40px;
    line-height: 1;
    text-align: center;
}

.navbar-brand span{
    font-size: 14px;
    display: block;
}

.global-nav h1 {
    font-size: 14px;
    font-weight: normal;
    width: auto;
}


.btn_url {
width: 193px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background: #005AA2;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.btn_url a{
    color: #FFF;
}
p.btn_url span {
    font-size: 20px;
}


p.btn01 a {
background: #005AA2;
    padding: 10px 10px 10px 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content:center;
    color: #FFF;
}

p.btn01 a span{
    color: #FFF;
}


p.btn02 a {
    border: 1px solid #CCC;
    padding: 10px 10px 10px 20px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.btn02 a span{
    color: #666;
}

.top_column .btn01 {
    width: 300px;
    margin: 0 auto !important;
}




/*hamburgermenuハンバーガー***************************************/
/*クリックされていないときのボタン*/
.toggle {
  position: fixed;
  /* bodyに対しての絶対位置指定 */
 right: 15px;
  top: 18px;
  display: block;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 1002;
}

.toggle span {
  display: block;
  position: absolute;
  /* .toggleに対して */
  width: 70%;
  border-bottom: solid 3px #FFF;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  padding-top: 5px;
  right: 7px;
}

.toggle span:nth-child(1) {
  top: 3px;
}

.toggle span:nth-child(2) {
  top: 13px;
}

.toggle span:nth-child(3) {
  top: 23px;
}

.toggle span:nth-child(4) {
  border: none;
  top: 28px;
  left: 5px;
  font-size: 12px;
  font-weight: bold;
}


/*クリックされたときのボタン*/
/* 最初のspanをマイナス45度に */
.toggle.active span:nth-child(1) {
  top: 15px;
  left: 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.toggle.active span:nth-child(2),
.toggle.active span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}



/*クリックされていないときのグローバルメニュー*/
/* .global_nav */
.global_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  z-index: 1001;
/*  padding-top: 75px;*/
  text-align: center;
  color: #000;
  transition: all 0.8s;
  background-color: #fff;
  opacity: .95;
        padding: 0 0 10px 0;
}

.global_nav .nav_li {
  width: 100%;
  padding: 10px;
  list-style-type: none;
  box-sizing: border-box;
}

.global_nav .nav_li a {
  display: block;
  color: #000;
}


.global_nav .logo{
    width: 35%;
}




/*クリックされた時のグローバルメニュー*/
/* .global_navに.activeが追加 */
.global_nav.active {
  transform: translateY(0%);
}

/*hamburgermenuハンバーガー***************************************/




header.contents_header {
    text-align: center;
    color: #000;
    padding: 80px 0;
}

header.contents_header p{
    font-weight: normal;
    font-size: 36px;
	color: #FFF;
}

header.contents_header h1{
    font-size: 12px;
    color: #CCCCCC;
    font-weight: normal;
}



/*sidebar*/

.sidecol div {
    margin: 0 0 30px 0;
}

.sidecol .cont_titile02 {
        border-bottom: 2px solid #F3F4F2;
    margin: 0 0 13px 0;
    font-size: 20px;
    padding: 0 0 13px 0;
}


.side_ranking li a {
    display: flex;
    padding: 0 0 12px 0;
    align-items: center;
    font-weight: bold;
}

.side_ranking li a span {
background: orange;
    color: #FFF;
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    margin: 0 10px 0 0;
}


.side_recommend li {
    line-height: 1.2;
    padding: 5px 0 7px 0;
}

.side_recommend li a{
padding: 10px;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 1.4;

}

.side_column li {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #EEEEEE;
        align-items: center;
        line-height: 1;
}

.side_column li .infoimage{
    width: 70px;
    margin: 0 10px 0 0;
}

.side_column li .infoimage img{
    width: 100%;
    height: auto;
}

.side_column li div {
    width: 66%;
    margin: 0;
}

.side_column .date {
font-size: 12px;
    line-height: 1;
    padding: 0 0 6px 0;
    margin: 0;
    display: block;
}

.side_column h4 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

/*footer*/

footer {
    padding: 100px 0 0 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.footer_logo {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.footer_logo a{
}

.footer_logo a img{
    width: 170px;
    margin: 0 0 0 0;
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    width: 600px;
    margin: 0 auto;
    padding: 7px 0;
}

.footer_nav a{
    color:#CCCCCC;
    font-size: 13px;
}

footer small {
    text-align: center;
    width: 100%;
    display: block;
    padding: 15px 0 45px 0;
    box-sizing: border-box;
    color: #CCC;
}

footer .data{
    text-align: center;
    padding: 0 0 50px 0;
}

footer .data p{
    padding: 7px 0;
}

nav.sns {
    width: 209px;
    display: flex;
    margin: 0 auto 40px auto;
    line-height: 7;
    align-items: center;
    justify-content: center;
}

nav.sns a {
    display: block;
    height: 35px;
    width: 35px;
    margin: 0 10px;
}




.breadcrumb {
    width: 100%;
	max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0;
}

.breadcrumb ol li {
    display: inline;
    margin: 0 15px 0 0;
}

.breadcrumb ol li::after {
    content: '>';
   margin: 0 0 0 15px;
}

.breadcrumb ol li:last-child::after {
    content: '';
}


.undercontents{
    margin:100px auto;
}




.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




.post-categories {
    margin: 0 0 0 10px;
}

.post-categories li {
    border: none;
    background: #8ad1d3;
    display: block;
    padding: 5px;
    border-radius: 4px;
    margin: 0;
    width: max-content;
}

.post-categories li a{
    color: #FFF;
}


.post_meta {
    border-bottom: solid 1px #CCC;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}


.info_title{
    font-size: 28px;
    padding: 0 0 20px 0;
}


.navibtnarea {
    border-top: 1px solid #CCC;
    padding: 40px 0 0 0;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: space-between;
}

p.btn_prev {
    width: 45%;
}

p.btn_next {
    width: 45%;
}

.navibtnarea .btn_prev a,.navibtnarea .btn_next a {
    padding: 10px;
}

.navibtnarea .btn_prev a::before{
    content: '<';
    padding: 0 10px 0 0;
    color: #666;
}

.navibtnarea .btn_next a::after{
    content: '>';
    padding: 0 10px 0 0;
    color: #666;
}




.cform th {
font-size: 14px;
    width: 32%;
    border-bottom: solid 1px #d6d6d6;
    padding: 10px 0 10px 15px;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}

.cform td {
	font-size: 14px;
	line-height: 150%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 5px;
}

.cform {
	width: 100%;
	margin: auto;
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
        border: 1px solid #CCC;
    border-radius: 5px;
    padding: 7px;
    font-size: 16px;
    box-sizing: border-box;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ce0000;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}

input.short {
    width: 50% !important;
}


.submit-btn input {
    background: #8ad1d3;
    width: 60%;
    max-width: 550px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: 1px #8ad1d3 solid;
    text-align: center;
    padding: 15px;
    color: #fff;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-size: 4vw;
}

.submit-btn input:hover {
	background: #fff;
	color: #00142c;
}



/*********pageナビ*********/
.pagenavi{
    color: #2583ad;
    margin: 2px auto;
    line-height:2em;
    text-align:center;
    clear: both;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
   padding: 10px 10px;
    border:solid 1px #ccc;
    text-decoration:none;
    font-size:12px;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #328ab2;
}
.pagenavi .current{
    color: white;
    background: #328ab2;
    border-color: #328ab2;
    font-weight:bold:
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-size:13px;
    font-weight:bold;
}




dl.company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
        margin: 0 0 50px 0;
}

dl.company dt {
    width: 30%;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}
dl.company dd {
    width: 70%;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
        margin-bottom: 0;
}







.privacy h3 {
    padding: 30px 0 10px;
}

.privacy ol li {
    list-style: decimal;
    margin: 0 0 0 20px;
    padding: 4px 0;
}


.submit-btn input {
    background: #8ad1d3;
    width: 60%;
    max-width: 300px;
    min-width: 220px;
    margin: 30px auto;
    display: block;
    border: 1px #8ad1d3 solid;
    text-align: center;
    padding: 15px;
    color: #fff;
    transition: all 0.4s ease;
    border-radius: 5px;
    font-size: 18px;
}



.recommend {
    padding: 15px;
    border: 6px solid papayawhip;
    background: lightgoldenrodyellow;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.recommend p{
width: 100%;
    text-align: center;
    font-weight: bold;
    color: darkorange;
    font-size: 22px;
    margin: 0 !important
}

.recommend p.btn{
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    background: darkorange;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
}

.recommend p.btn a{
   color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}


.recommend p.sh span {
     display: flex;
    font-size: 16px;
    text-align: center;
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
    width: max-content;
}

.recommend p.sh span .material-icons{
    color: lightslategray;
}


.recommend .image{
    width: 50%;
}

.recommend .image img{
width: 270px;
    height: 186px;
    transform: rotate3d(0, 0, 1, -9deg);
    object-fit: cover;
}

.recommend .read{
    width: 50%;
}




/****************************************************/
/****************** media queries *******************/
/****************************************************/

/********************************************/
/************ max-width: 1000px *************/
/********************************************/

@media screen and (max-width: 1000px) {
  
  
 
}


/********************************************/
/************ max-width: 834px *************/
/********************************************/

/*タブレット*/
@media screen and (max-width: 834px) {
 
 
    
  
}

/********************************************/
/************ max-width: 834px *************/
/********************************************/

/*モバイル*/
@media screen and (max-width: 768px) {
    
    .pc_view{
    display: none;
}

.sp_view{
    display: inherit;
}
    
    
    .global-nav {
    position: relative;
    width: 100%;
    z-index: 0;
    margin-top: 0;
    margin: 0 auto;
    padding: 20px 0;
}
    
    .global-nav__list {
    display: none;
}
    
    
    nav#js-clone-nav {
    display: none;
}
    
    .navbar-brand {
    width: 78%;
    display: block;
    margin: 0;
    font-size: 8.5vw;
    line-height: 1.2;
}
    .navbar-brand span {
    font-size: 3vw;
}
    
    .global-nav h1 {
    font-size: 3.5vw;
    font-weight: normal;
    width: 100%;
    text-align: center;
}
    
    .global_nav {
    padding: 14px 0 10px 0;
}
    
    nav.global_nav a {
    padding: 10px 0;
    display: block;
}
    
    nav.global_nav a span {
    display: block;
    font-size: 12px;
    color: #ccc;
}
    
    .global-nav div .logo {
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: baseline;
}
    
    
    .btn_url {
        display: none;
}
    
    header.contents_header {
    text-align: center;
    color: #000;
    padding: 40px 0;
}
    
        /*footer*/
    .footer_nav {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}
    
    .footer_nav li {
        width: 90%;
        margin: 0 auto;
    }
    
    .footer_nav li a{
        width: 100%;
        display: block;
        padding: 15px;
        box-sizing: border-box;
        border-bottom: 1px solid #CCC;
    }
  

    .breadcrumb {
    width: 93%;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
    box-sizing: border-box;
}
    
    .breadcrumb ol li {
    display: inline;
    margin: 0 10px 0 0;
}
    
    
    
    .side_column li div {
    width: 75%;
    margin: 0;
}
    
    footer {
    padding: 50px 0 0 0;
}
    
    .footer_logo {
    width: max-content;
    margin: 0 auto 0px auto;
    line-height: 1.4;
    text-align: center;
}
    .footer_logo span {
    font-size: 14px;
    display: inline;
}
    
    .footer_logo a {
    display: block;
}
    .footer_logo a img {
    width: 120px;
    margin: 0 0 15px 0;
    display: block;
}
    
    .recommend .image {
    width: 100%;
}
    
    .recommend .image img {
    width: 270px;
    height: 186px;
    transform: none;
    object-fit: cover;
    margin: 0 auto 10px auto;
    display: block;
}
    
    .recommend .read {
    width: 100%;
}
    
  
    
    dl.company {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
}
    
    dl.company dt {
    width: 100%;
    border-bottom: none;
    padding: 8px;
    background: #EFEFEF;
}
    
    dl.company dd {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
    margin-bottom: 0;
}
    
    
    .global-nav div .logo img {
    width: 20vw;
    margin: 0 15px 0 18px;
}
    
    
  
  
}