﻿@charset "UTF-8";




/*メイン画像
-----------------------------------------*/
.theme-default .nivoSlider {
-webkit-box-shadow: 0 0;
-moz-box-shadow: 0 0;
box-shadow: 0 0;
align: center;
width:100%;
max-width: 1920px;
height: auto;
margin-top: 3.8rem;
}
.theme-default #slider img {
border: 5px solid #FFF;
}
.nivoSlider img {
max-width: 100%;height: auto;
margin-left: -5px;
margin-right: -10px;  
}
.theme-default .nivo-controlNav {

text-align: center;
}
/*カラム分け
-----------------------------------------*/
.navi {
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
    max-width: 1240px;
    padding: 0 2rem;
  }


.container {
  display: flex;
  justify-content: center;
}
.container2 {
  display: flex;
  justify-content: center;
}

#column {
  max-width: 640px;
  padding: 1px 20px 15px 20px;
}

#column2 {
  max-width: 600px;
  padding: 1px 5px 15px 20px;
  align: center;

}

#column3 {
  max-width: 1280px;
  padding: 5px 5px 5px 5px;
  align: center;

}
#column4 {
  max-width: 1280px;
  padding: 5px 5px 10px 5px;
  align: center;

}

/* インフォメーション
-----------------------------------------*/
#information {
margin: 0 0 30px 0;
}
#information h2 {
margin: 0 0 5px 0;
background: url(../img/midasi3.png) no-repeat;
}
#information > div {
border: 1px solid #CCC;
background: url(../img/information.png) no-repeat;
background-size: cover;
padding: 0 20pix 30px 20pix;
width: 100%;

height: 260px;
overflow: scroll;
overflow-x: hidden;
}
#information article {
padding: 15px 5px 15px 115px;
border-bottom: 1px dotted #000;
position: relative;
background: url(../img/icon1.png) no-repeat 5px 15px;
}

#information article h1,
#information article p {
font-size: 14px;
margin-bottom: 3px;
color:#3a3a3a;
}

#information article time {
font-size: 14px;
position: absolute;
left: 20px;
color: #FF6F61;
}
#information > p {
text-align: right;
margin: 1.5em 0;
font-size: 12px;
color:#3a3a3a;

}

/* インフォメーション2(バナー）
-----------------------------------------*/
#information2 {
margin: 0 10px 20px 0;
align: center;
}

#information2 > div {
border: nonex
padding: 5px 10px;
width: 100%;

overflow-x: hidden;
}
#information2 article {
padding: 15px 5px 15px 115px;
border-bottom: 1px solid #000;
position: relative;
}

#information2 article time2 {
font-size: 20px;
position: absolute;
left: 20px;
color: var(--red);
}


#information2 > p {
text-align: right;
margin: 1.5em 0;
font-size: 12px;
color:#3a3a3a;

}

#information2 img {
max-width: 100%;height: auto;
}

/* fontサイズ
-----------------------------------------*/


h1 a {
  transition: all 0.1s;
}

h1 a:hover {
  background: var(--red);
  color: var(--white);
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

h0 {
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  border: 1px solid;
  line-height: normal;
  transition: all 0.1s;
}

h0b {
  padding: 0.3rem 0.5rem;
  border-radius: none;
  border: none;
  line-height: none;
  transition: all 0.1s;
}

h2 {
  font-size: 17px;
  text-align: center;
    }

h3 {
  font-size: 12px;
  text-align: center;
  margin-top: 0.2rem;

    }

p4 {
  font-size: 15px;
  text-align: center;
  padding: .2em;
  border: 1px
  solid #7d7d7d; 
  font-weight:bold;
  color:#3a3a3a;
    }
h5{
  font-size: 13px;
  text-align: center;

    }

h6{
  font-size: 14px;
  text-align: center;

    }

p5{
  font-size: 25px;
  text-align: center;
  color: #282c34;
  font-family:  "M PLUS Rounded 1c";
  font-weight:bold; 
  border-bottom: solid 1px black;
    }

p6{
  font-size: 14px;
  text-align: center;
  color: #282c34;
  font-family: "M PLUS Rounded 1c";
  margin-top: 0.5rem;

    }
 

/* リンクアンダーライン
-----------------------------------------*/
.underline {
  display: inline-block;
  padding-bottom: 2px;
  position: relative;
}

.underline::after {
  background-color: tomato;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.underline:hover::after {
  width: 100%;
}


/* IE7 */
*+html #information > div {
background: #EEE;
}
*+html #information article {
padding: 15px 5px 15px 20px;
position: static;
}
*+html #information article time {
position: static;
display: block;
}

/*Twitter
-----------------------------------------*/
#ranking {
width: 400px;
align: center;
padding: 0;
}

#information3 {
margin: 0 0 30px 0;
}
#information3 h2 {
margin: 0 0 5px 0;
}
#information3 > div {
border: 1px solid #CCC;
padding: 0 20pix 30px 20pix;
width: 100%;
height: 260px;
}
#information3 article {
padding: 15px 5px 15px 115px;
border-bottom: 1px solid #000;
position: relative;
}

#information3 article h1,
#information3 article p {
font-size: 14px;
margin-bottom: 3px;
color:#3a3a3a;
}

#information3 article time {
font-size: 14px;
position: absolute;
left: 20px;
color: var(--red);
}
#information3 > p {
text-align: right;
margin: 1.5em 0;
font-size: 12px;
color:#3a3a3a;

}


/* 上に戻るボタン
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}


/* MQ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 900px) {
  .container {
   display: flex;
   flex-direction: row;
  justify-content: center;
  }

 #column {
  max-width: 640px;
  padding: 5px 20px 15px 20px;

}
 #column2 {
  max-width: 600px;
  padding: 20px 20px 15px 5px;

}
 #column3 {
  max-width: 1200px;
  padding: 5px 5px 5px 5px;

}
#information article time2{
font-size: 20px;
position: absolute;
left: 20px;
color: var(--red);
}
}

@media screen and (max-width: 650px) {
  h1{
    font-size: 12px;
  }

p5{
  font-size: 18px;
  text-align: center;
  color: #282c34;
  font-family:  "M PLUS Rounded 1c";
  font-weight:bold; 
    }

p6{
  font-size: 12px;
  text-align: center;
  color: #282c34;
  font-family: "M PLUS Rounded 1c";
  margin-bottom: 0.5rem;

    }
p4 {
  font-size: 12px;
  text-align: center;
  padding: .2em;
  border: 1px
  solid #7d7d7d; 
  font-weight:bold;
  color:#3a3a3a;
    }



  .container {
   display: flex; 
   flex-direction: column;
   justify-content: center;
  }

  .container2 {
   justify-content: center;
  }


 #column {
  max-width: 100%; height: auto;
  align: center;
  padding: 5px 15px 5px 15px;

}
 #column2 {
  max-width: 400px;
  align: center;
  padding: 5px 5px 5px 5px;

}

 #column3 {
 max-width: auto; height: auto;;
  align: center;
  padding: 5px 5px 5px 5px;

}
#information article time2 {
font-size: 14px;
position: absolute;
left: 10px;
color: var(--red);
}
}










