@charset "UTF-8";
/* CSS Document */
/*トップページ*/
img[src$="image/zoukeilogo.png"]{
    width: 72px;
    height: 72px;
    position: relative;
    top: 0.5em;	
}
/*ハンバーガーメニュー*/
*, *:before, *:after {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 250px;
	height: 100%;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: #607D8B;
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-family: "ヒラギノ角ゴ Pro W3";
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    padding: 0.5em;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
    transition-timing-function: cubic-bezier(.61,-0.38,.37,1.27);
    text-align: center;
    color: #DC8A0F;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-250px);
	        transform: translateX(-250px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	font-size: 2em
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}
/*メニューの固定*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}
/*ここまでハンバーガーメニュー*/
img[src$="image/webtop.png"]{
    width: 346px;
    height: 353px;
    position: relative;
    top: 3em;	
}
img[src$="image/scroll.png"]{
    width: 70px;
    height: 85px;
    position: relative;
    top: 27.5em;
}
div.top{
    background-image: url("image/webtop.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 30%;
	height: 530px;
    text-align: center;
}
h1{
    position: relative;
    font-family: "ヒラギノ角ゴ Pro W3";
    top: 2em;
    left: 0.3em;
}
p{
    font-family: "ヒラギノ角ゴ Pro W3";
}
p.text{
    position: relative;
    font-size: 14px;
    top: 5em;
	left: 1em;
}
p.text1{
    position: relative;
    top: 6em;
    font-size: 14px;
    left: 7.5em;
    padding-bottom: 4em;
}
div.yoko{
    text-align: center;
    position: relative;
    top: 6em;
}
div.kawamata2{
	background-image: url("image/kawamata2.png");
	background-size: 38% auto;
	background-repeat: no-repeat;
	background-position: right 105% top 78%;
}
img[src$="image/menu1.png"]{
    width: 40%;
    height: auto;
}
img[src$="image/menu2.png"]{
    width: 40%;
    height: auto;
    position: relative;
    top: 2em;	
	left: 2.3em;
}
img[src$="image/menu3.png"]{
	width: 40%;
	height: auto;
	   position: relative;
    top: 2em;	
	left: 2.3em;
}

p.zoukeidai{
    text-align: center;
    position: relative;
    top: 16em;
    line-height: 25px;
    font-size: 13px;
    padding-bottom: 3em;
}
span.zoukei{
    font-size: 16px;
    position: relative;
    bottom: 2em;	
}
div.line{
    width: 350px;
    height: 2px;
    background: #DC8A0F;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	top: 6em;
}
/*授業について*/

img[src$="image/checklogo.png"]{
    width: 38px;
    height: 38px;
    position: relative;
	left: 3.2em;
    top: 2em;
}
img[src$="image/kisozou.png"]{
    width: 375px;
    height: 280px;
}
h3{
    text-align: center;
    position: relative;
    top: 1.1em;
    font-size: 30px;
    font-family: "ヒラギノ角ゴ Pro W3";
}
h4{
    font-family: "ヒラギノ角ゴ Pro W3";
    text-align: center;
    font-size: 35px;
    color: #BB1F26;
    position: relative;
    bottom: 0.2em;	
}
h5{
    font-family: "ヒラギノ角ゴ Pro W3";
    text-align: center;
    font-size: 27px;
    padding-top: 2em;
}
p.classtext{
    font-size: 17px;
    position: relative;
    left: 5em;	
}
p.classtext2{
    font-size: 13px;
	position: relative;
	left: 3.5em;
    padding-top: 1em;
    padding-bottom: 0.5em;	
}
p.classtext3{
    font-size: 15px;
    position: relative;
    left: 1.5em;
    padding-top: 1em;	
}
div.zenkouki{
    text-align: center;
    padding-top: 2em;	
}
img[src$="image/zenki.png"]{
	width: 90%;
	height: auto;
	
}
img[src$="image/kouki.png"]{
	width: 90%;
	height: auto;
}
p.kuwasiku{
	text-align: center;
}
/*ボタン*/
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
div.button{
    text-align: center;
    padding-bottom: 2em;	
}
/*長岡暮らしQ＆A*/
img[src$="image/nagaokakurashi.png"]{
    width: 290px;
    height: 95px;
    position: relative;
    top: 1em;	
}
span.q{
    color: #009973;	
}
span.qq{
    color: #009973;
    font-family: "Arial Black";
    font-size: 30px;
    padding-right: 5px;	
}

div.ori{
    font-family: "ヒラギノ角ゴ Pro W3";
    text-align: center;
    position: relative;
    left: 9em;
	top: 0.5em;
    font-size: 13px;
}
div.kawamata{
    font-family: "ヒラギノ角ゴ Pro W3";	
	text-align: center;
	font-size: 13px;
	position: relative;
    left: 9em;
	top: 1.5em;

}
img[src$="image/ori.png"]{
    width: 50%;
    height: auto;
    position: relative;
    bottom: 10em;
    left: 13em;
}
img[src$="image/kawamata.png"]{
	width: 43%;
	height: auto;
	    position: relative;
    bottom: 10.5em;
    left: 13.7em;
}
/*グラフ*/
img[src$="image/graph1.png"]{
    width: 300px;
    height: 300px;
}
img[src$="image/graph2.png"]{
	width: 300px;
    height: 300px;
}
img[src$="image/graph3.png"]{
	width: 300px;
    height: 300px;
}
img[src$="image/graph4.png"]{
		width: 300px;
    height: 300px;
}
img[src$="image/graph5.png"]{
	width: 300px;
    height: 300px;
}

div.qa{
    text-align: center;
}
div.q{
	text-align: center;
}
p.qtext{
	position: relative;
	top: 1em;
    font-size: 16px;
}
p.interviewtitle{
    font-size: 26px;
}
p.interviewtitle2{
    font-size: 14px;
    padding-bottom: 3em;
    position: relative;
    left: 1em;
	line-height: 26px;
}
p.interview1{
    font-size: 13px;
    position: relative;
    left: 1em;
    bottom: 9em;
    padding-bottom: 2em;
	line-height: 28px;
}
p.interview2{
    font-size: 13px;
   position: relative;
    left: 1em;	
    bottom: 16em;
	line-height: 28px;
}

div.box{
	width: 100px;
	height: 100px;
}
div.line2{
    width: 350px;
    height: 2px;
    background: #DC8A0F;
    margin-left: auto;
    margin-right: auto;
	position: relative;
    bottom: 7em;	
}
p.zoukeidai2{
    text-align: center;
    position: relative;
    bottom: 2em;
    line-height: 25px;
    font-size: 13px;
    padding-bottom: 2em;	
}
span.zoukei2{
    font-size: 16px;
    position: relative;
    bottom: 2em;	
}
/*大学周辺施設*/
div.shuuhen{
	text-align: center;
}
img[src$="image/daigakushuuhen.png"]{
    width: 300px;
    height: 80px;
    position: relative;
    top: 2em;	
}
div.photo{
	background-image: url("image/harashinmoji.png");
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 50% 80%;
	height: 230px;
}
div.photo2{
	background-image: url("image/welciamoji.png");
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 50% 80%;
	height: 230px;
}
div.photo3{
	background-image: url("image/bungukanmoji.png");
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 50% 80%;
	height: 230px;
}
div.photo4{
	background-image: url("image/komerimoji.png");
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: 50% 80%;
	height: 230px;
}
p.shisetu{
    font-size: 13px;
    position: relative;
    left: 3em;
    padding-bottom: 2em;
}
div.line3{
    width: 350px;
    height: 2px;
	top: 3em;
    background: #DC8A0F;
    margin-left: auto;
    margin-right: auto;
	position: relative;
}
p.zoukeidai3{
    text-align: center;
    position: relative;
    line-height: 25px;
    font-size: 13px;
    padding-bottom: 3em;
    top: 10em;
}
span.zoukei3{
    font-size: 16px;
    position: relative;
	bottom: 2em;
}