@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	/**font-size:100%;**/
    font-size:102%;/**追加タグ**/
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #707070;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	/**font-size:100%;**/
    font-size:102%;/**追加タグ**/
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}


/*　禁則処理の追加*/
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}
/*　禁則処理の追加*/


img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
* {
    box-sizing: border-box;
}


body {
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #251E1C;
}



header {
	background-color: #174F9E;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #211816;
	padding-top: 20px;
	padding-bottom: 20px;
	/**position: relative;**/
    position: fixed;
    z-index: 99;
    width: 100%;
}
header .clearfix {
	width: 95%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
header .clearfix .h1 {
	float: left;
	width: 85%;
}


.toggle_drawer {
	display: block;
	width: 10%;
	position: absolute;
	top: 20px;
	right: 2.5%;
}


.sb-slidebar {
	overflow-x: hidden;
	width: 90%;
	max-width: 400px;
	-webkit-overflow-scrolling: touch;
	background-color: #174F9E;
	z-index: 1000;
	padding: 50px;
}
.sb-slidebar .nav {
	color: #FFF;
	display: block;
	padding: 10px;
}
.sb-slidebar hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	margin: 0px;
}


.sb-slidebar .sb-close {
	width: 50px;
	position: absolute;
	top: 20px;
	right: 5%;
	cursor: pointer;
}


.sb-slidebar .sns {
	width: 60%;
	margin-top: 50px;
}
.sb-slidebar .sns a {
	display: block;
	float: left;
	width: 25%;
}
.sb-slidebar .sns a:nth-of-type(n+2) {
	margin-left: 12.5%;
}


#main_images img {
	width: 100%;
    margin-top: 80px;
}

#bg_images img {
	width: 100%;
}

#content01 {
	background-color: #211816;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #FBEC00;
	line-height: 1.8em;
	letter-spacing: 3px;
}
#content01 .clearfix {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content01 .clearfix .btn {
	margin-top: 5%;
}

#kocotoro {
	text-align: center;
	padding-top: 100px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 100px;
}
#kocotoro a {
	width: 80%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 20px;
}


#content02 {
	padding-bottom: 50px;
}
#content02 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content02 .area .twitter {
	width: 90%;
	max-width: 500px;
	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #54ABED;
	height: 502px;
}


#content03 {
	background-image: url(images/index/bg01.png);
	background-position: center center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}
#content03 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#content03 .area .btn {
	position: absolute;
	top: 63.5%;
	width: 76%;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
}


#content04 {
	background-color: #174F9E;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #FFF;
}
#content04 .area {
	width: 90%;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content04 .area a {
	color: #FFF;
}
#content04 .area .title {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 10px;
	border: 1px solid #FFF;
	font-size: 18px;
}
#content04 .area .clearfix .l {
	margin-top: 30px;
}
#content04 .area .clearfix .l p:nth-of-type(1) {
	font-size: 20px;
}
#content04 .area .clearfix .r {
	margin-top: 30px;
}
#content04 .area .clearfix .r .sns {
	width: 40%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#content04 .area .clearfix .r .sns a {
	display: block;
	float: left;
	width: 25%;
}
#content04 .area .clearfix .r .sns a:nth-of-type(n+2) {
	margin-left: 12.5%;
}


#content05 {
    background-image: url("images/index/bg02sp.png");
	width: 100%;
	padding-top: 60px;
	padding-bottom: 50px;
	color: #000;
	line-height: 1.8em;
	letter-spacing: 3px;
}
#content05 .clearfix {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content05 .clearfix .txt {
	margin-top: 5%;
}

#content05 .clearfix .btn {
	margin-top: 5%;
}


#content06 {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.8em;
	letter-spacing: 3px;
	background-color: #c3e2f5;
}
#content06 .title {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content06 .pic {
	background-color: #fff;
	margin-top: 50px;
}
#content06 .pic img {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content06 .clearfix {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content06 .clearfix .txt {
	margin-top: 5%;
}

#content06 .clearfix .btn {
	margin-top: 5%;
}
#content06 .logo {
	width: 60%;
	max-width: 300px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}



footer {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	font-size: 14px;
}
footer .logo {
	width: 40%;
	max-width: 200px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 50px;
}

footer .copyright {
	max-width: 100%;
    display: block;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}


#rally_content01 {
	background-image: url(images/rally/bg01_sp.png);
	background-repeat: repeat-x;
	background-position: center center;
	background-size: auto 100%;
	padding-top: 50px;
	padding-bottom: 50px;
    margin-top: 85px
}

#rally_content01 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content01 .area .logo {
	margin-top: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#rally_content01 .area .txt {
	margin-top: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	letter-spacing: 2px;
}

/**追加タグ**/
#rally_content01 .area .txtb {
	margin-top: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 1,5em;
	letter-spacing: 2px;
    font-weight: bold;
}


#rally_content01 .area .clearfix {
	margin-top: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#rally_content01 .area .clearfix .r {
	margin-top: 50px;
}


#rally_content02 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #FBEC00;
}
#rally_content02 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content02 .area .map {
	margin-top: 20px;
}
#rally_content02 .area .map .btn_pdf{
	color: #355294;
	text-decoration: underline;
	text-align: center;
	display: block;
}

#rally_content02 .area .map .btn_pdf{
	width: 50%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
}


#rally_content02 .area .clearfix {
	margin-top: 50px;
}
#rally_content02 .area .clearfix .r {
	margin-top: 50px;
}


#rally_content03 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #EDC600;
}
#rally_content03 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}


#rally_content03 .area article:nth-of-type(n+2) {
	margin-top: 100px;
}


#rally_content03 .area article:nth-of-type(1) .txt {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


#rally_content03 .area article .no01_sp {
	margin-top: 50px;
}
#rally_content03 .area article .no01_sp .no {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no01_sp .clearfix {
	margin-top: 20px;
}

#rally_content03 .area article .no01_sp .clearfix .txt {
	float: left;
	width: 100%;
}
#rally_content03 .area article .no01_sp .clearfix .pic {
	float: right;
	width: 18%;

}
#rally_content03 .area article .no01_sp .qr {
	font-size: 12px;
	text-align: center;
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#rally_content03 .area article .no01_sp .qr img{
    padding-bottom: 20px;
    max-width: 100%;
}

#rally_content03 .area article .no02 {
	margin-top: 50px;
}
#rally_content03 .area article .no02 .clearfix .no {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no02 .clearfix .txt {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


#rally_content03 .area article .no03 {
	margin-top: 50px;
}
#rally_content03 .area article .no03 .clearfix .no {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no03 .clearfix .txt {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no03 .clearfix .txt02 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no03 .clearfix .txt02 .kei {
	border: 2px solid #251E1C;
	padding: 20px;
	margin-top: 30px;
}
#rally_content03 .area article .no03 .clearfix .txt02 .kei p img {
	width: 18px;
}
#rally_content03 .area article .no03 .clearfix .pic {
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
    
#rally_content03 .area article .no04 {
	margin-top: 50px;
}
#rally_content03 .area article .no04 .clearfix .no {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no04 .clearfix .txt {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no04 .pic {
	text-align: center;
	margin-top: 30px;
	font-size: 12px;
}
#rally_content03 .area article .no04 .pic img {
	width: 80%;
    margin: 20px;
}


#rally_content03 .area article .no05 {
	margin-top: 50px;
}
#rally_content03 .area article .no05 .clearfix .no {
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no05 .clearfix .txt {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


#rally_content03 .area article:nth-of-type(3) .txt {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}


#rally_content04 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #C50018;
	color: #FFF;
	line-height: 2em;
	letter-spacing: 2px;
}
#rally_content04 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content04 .area .txt {
	width: 90%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#rally_content04 .area .btn {
	color: #FBEC00;
	text-align: center;
	width: 90%;
	max-width: 400px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}


#about_content01 {
	background-image: url(images/about/bg01_sp.png);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 50px;
    margin-top: 85px
}

#about_content01 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#about_content01 .area .logo {
	margin-top: 30px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#about_content01 .area .txt {
	margin-top: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 2em;
	letter-spacing: 2px;
}

#about_content01 .area ul {
	padding-top: 20px;
}
#about_content01 .area ul li span{
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.9em;
    }
#about_content01 .area ul li span:before {
    border-radius: 50%; /*丸くする*/
    width: 14px; /*点の幅*/
    height: 14px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: 0; /*点の位置*/
    top: 0.2em; /*点の位置*/
    content: "";
    background: #00964f; /*点の色*/
    }

#about_content01 .area .txtb {
	margin-top: 20px;
}

#about_content01 .area .clearfix .r {
	margin-top: 20px;
}


#about_content02 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #facc66;
}
#about_content02 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#about_content02 .area .map .btn_pdf{
	color: #355294;
	text-decoration: underline;
	text-align: center;
	display: block;
}

#about_content02 .area .map .btn_pdf{
	width: 50%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
    margin-top: 20px;
}


#about_content02 .area .clearfix {
	margin-top: 50px;
}
#about_content02 .area .clearfix .r {
	margin-top: 50px;
}
#about_content03 {
	/**padding-top: 50px;**/
	padding-bottom: 50px;
	background-color: #facc66;
}
#about_content03 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#about_content03 .area .clearfix {
	margin-top: 50px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#about_content03 .area .clearfix .r {
	margin-top: 50px;
}


#kudoyama_content01 {
	background-color: #B7E2F6;
	padding-top: 10%;
}
#kudoyama_content01 img {
	display: block;
	width: 100%;
	max-width: 1300px;
	margin-right: auto;
	margin-left: auto;
}


#kudoyama_content02 {
	background-color: #0085CD;
	padding-top: 50px;
	padding-bottom: 100px;
}
#kudoyama_content02 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#kudoyama_content02 .area .content {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}
#kudoyama_content02 .area .pdf {
	display: block;
	width: 90%;
	max-width: 550px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#kudoyama_content02 .area .title02 {
	margin-top: 50px;
}
#kudoyama_content02 .area .txt {
	margin-top: 30px;
}
#kudoyama_content02 .area .btn {
	display: block;
	width: 80%;
	max-width: 300px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}






.red {
	color: #C50018;
}
.bold {
	font-weight: bold;
}
.tac {
	text-align: center;
}

.w100 {
	width: 100%;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}

.reflection-img{
    width       :100%;
    height      :100%;
    position    :relative;
    overflow    :hidden;
}

.reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-transform: rotate(45deg);
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-transform: rotate(45deg);
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-transform: rotate(45deg);
    -o-animation: reflection 2s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}
@-webkit-keyframes reflection {
    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; }
}
@-moz-keyframes reflection {
    0% { -moz-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -moz-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -moz-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -moz-transform: scale(50) rotate(45deg); opacity: 0; }
}

@-o-keyframes reflection {
    0% { -o-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -o-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -o-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -o-transform: scale(50) rotate(45deg); opacity: 0; }
}

@-ms-keyframes reflection {
    0% { -ms-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -ms-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -ms-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -ms-transform: scale(50) rotate(45deg); opacity: 0; }
}



#pageTop {
	position: fixed;
	bottom: 50px;
	right: 0px;
	width: 10%;
}

.clearfix::after {
	content: ".";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
	font-size: 0em;
}


.sp { display: block !important; }
.tblt_pc { display: none !important; }
@media screen and (min-width : 768px){
.toggle_drawer {
	width: 50px;
	top: 15%;
	right: 1.5%;
}

    
#content01 .clearfix .txt {
	width: 57%;
	float: left;
}
#content01 .clearfix .btn {
	width: 37%;
	float: right;
}


#content03 {
	background-color: #174F9E;
	background-image: none;
}
#content03 .area .btn {
	top: 73.5%;
	width: 36%;
	right: 18.5%;
	left: auto;
}


#content04 .area .clearfix .l {
	float: left;
	width: 55%;
}
#content04 .area .clearfix .r {
	float: right;
	width: 45%;
}
#content04 .area .clearfix .r .sns {
	margin-top: 0px;
	margin-bottom: 10px;
	width: 60%;
}
    
#content05 {
background-image: url(images/index/bg02.png);
background-size: cover;
}   
#content05 .clearfix .txt {
	width: 57%;
	float: left;
    margin-top: 5%;
}
#content05 .clearfix .btn {
	width: 37%;
	float: right;
    margin-top: 5%;
}
    

#content06 .clearfix .txt {
	width: 57%;
	float: left;
    margin-top: 5%;
}
#content06 .clearfix .btn {
	width: 37%;
	float: right;
    margin-top: 5%;
}
    

#rally_content01 {
	background-image: url(images/rally/bg01.png);
}
#rally_content01 .area .clearfix .l {
	float: left;
	width: 47%;
}
#rally_content01 .area .clearfix .r {
	float: right;
	width: 47%;
	margin-top: 0px;
}


#rally_content02 .area .map {
	margin-top: 50px;
}
#rally_content02 .area .clearfix .l {
	float: left;
	width: 48%;
}
#rally_content02 .area .clearfix .r {
	float: right;
	width: 48%;
	margin-top: 0px;
}


#rally_content03 .area article:nth-of-type(1) .txt {
	width: 100%;
}


#rally_content03 .area article .no01 {
	margin-top: 50px;
}

#rally_content03 .area article .no01 .clearfix .no {
	float: left;
	width: 80px;
}
#rally_content03 .area article .no01 .clearfix .txt {
	float: left;
	width: calc(70% - 60px);
	margin-left: 20px;
	margin-top: 25px;
    width: 75%;/**追加タグ**/
}
#rally_content03 .area article .no01 .clearfix .txt img {
	display: block;
	margin-top: 45px;
    max-width: 50%;/**追加タグ**/
    margin-left: auto;
    margin-right: auto;
}

#rally_content03 .area article .no01 .clearfix .qr {
	float: left;
	width: calc(30% - 60px);
	font-size: 12px;
	margin-left: 20px;
	text-align: center;
}


#rally_content03 .area article .no02 .clearfix .no {
	float: left;
	width: 80px;
}
#rally_content03 .area article .no02 .clearfix .txt {
	float: left;
	width: calc(100% - 100px);
	margin-left: 20px;
	margin-top: 25px;
}

#rally_content03 .area article .no03 .clearfix:nth-of-type(2) {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
#rally_content03 .area article .no03 .clearfix .no {
	float: left;
	width: 80px;
}
#rally_content03 .area article .no03 .clearfix .txt {
	float: left;
	width: calc(100% - 100px);
	margin-left: 20px;
	margin-top: 25px;
}
#rally_content03 .area article .no03 .clearfix .txt02 {
	float: left;
	width: 57%;
}
#rally_content03 .area article .no03 .clearfix .pic {
	float: right;
	width: 37%;
	margin-top: 30px;
}

#rally_content03 .area article .no04 .clearfix .no {
	float: left;
	width: 80px;
}
#rally_content03 .area article .no04 .clearfix .txt {
	float: left;
	width: calc(100% - 100px);
	margin-left: 20px;
	margin-top: 15px;
}
#rally_content03 .area article .no04 .pic img {
	width: 300px;
}


#rally_content03 .area article .no05 .clearfix .no {
	float: left;
	width: 80px;
}
#rally_content03 .area article .no05 .clearfix .txt {
	float: left;
	width: calc(100% - 100px);
	margin-left: 20px;
	margin-top: 15px;
}


#rally_content03 .area article:nth-of-type(3) .txt {
	width: 100%;
}


#rally_content04 .area .txt {
	width: 100%;
}


#content04 .area a:hover {
	color: #CCC;
}
#rally_content02 .area .map .btn_pdf:hover {
	color: #6381C7;
}
#rally_content04 .area .btn:hover {
	color: #FFF97D;
}
.sb-slidebar a:hover {
	color: #999;
}


#about_content01 {
	background-image: url(images/about/bg01.png);
}
#about_content01 .area .clearfix .l {
	float: left;
	width: 60%;
}
#about_content01 .area .clearfix .r {
	float: right;
	width: 37%;
	margin-top: 20px;
}
#about_content02 .area .map {
	margin-top: 50px;
}
    


#about_content03 .area {
	width: 90%;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#about_content03 .area .clearfix .l {
	float: left;
	width: 57%;
	margin-top: 20px;
}
#about_content03 .area .clearfix .r {
	float: right;
	width: 37%;
	margin-top: 20px;
}
#kudoyama_content01 {
	padding-top: 90px;
}



a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #666666;
}
a:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;

	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}


#pageTop {
	bottom: 100px;
	right: 50px;
}
.br_none {
	display: none;
}
.sp { display: none !important; }
.tblt_pc { display: block !important; }
}





@media screen and (min-width : 1290px){
footer .copyright ,#rally_content02 .area .map .btn_pdf{
    display: block;
}
  
footer .copyright ,#about_content02 .area .map .btn_pdf{
    display: block;
}

}

@media screen and (max-width : 675px){
footer .copyright ,#rally_content02 .area .map .btn_pdf{
    display: none;
}

footer .copyright ,#about_content02 .area .map .btn_pdf{
    display: none;
}
}
