﻿@charset "utf-8";

#tel {

	width: 100%;
	border-bottom:5px solid #0033ff; 
}

#header {
	background-image:url(../img/temp/bg_header2.png);
	position:relative;
}

.size100 { width:100%; }
.size95 { width:95%; }
.size90 { width:90%; }
.size85 { width:85%; }
.size80 { width:80%; }
.size75 { width:75%; }
.size70 { width:70%; }

.clear { clear:both; height:20px; } 
.clear hr { display:none; } 

.title_start {
	width: 94%;
	height: 20px;
	margin:0 auto;
	background-color:#FF3366;
	-webkit-transform: skew(50deg);
	-moz-transform: skew(50deg);
	-o-transform: skew(50deg);
	transform: skew(50deg);
}

#main {
	background-color:#FFF;
}
#main_sch {
	background-color:#FFF;
}


h3 {
	font-size: 1.3rem;
	color: #fff !important;
	padding: 10px 10px 10px 60px;
	position: relative;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #70b6f2), color-stop(0.50, #54a3ee), color-stop(0.50, #3690f0), color-stop(1.00, #1a62db));
background: -webkit-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
background: -moz-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
background: -o-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
background: -ms-linear-gradient(top, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
background: linear-gradient(to bottom, #70b6f2 0%, #54a3ee 50%, #3690f0 50%, #1a62db 100%);
}

h3:before {
	content: '＊*';
	color: #fff;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-right: 10px;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-webkit-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	text-shadow: 0px 0px 6px #aeb2f2, 0px 0px 4px #aeb2f2, 0 0 0.5px #aeb2f2;
}

h3:after {
	border-bottom: 2px dotted #aeb2f2;
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}


/*
#main h3 {
	color:#FF0033;
	font-size:5vw;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#main h4 {
color:#FF0033;	font-size:5vw;
	font-weight:bold;
	text-align:center;
	letter-spacing:-1px;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
*/

#slider {
	margin: 0 auto 30px auto;


}


.btn_fmenu {
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #6da1e9), color-stop(0.00, #415fff));
background: -webkit-linear-gradient(#415fff, #6da1e9);
background: -moz-linear-gradient(#415fff, #6da1e9);
background: -o-linear-gradient(#415fff, #6da1e9);
background: -ms-linear-gradient(#415fff, #6da1e9);
background: linear-gradient(#415fff, #6da1e9);
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #FFFFFF;
   font-size: 1.2em;
   font-weight: 100;
   padding: 1.0em 0;
   text-decoration: none;
   text-align:center;
   display: inline-block;
   cursor: pointer;
   width:100%;
}

.btn_fmenu:hover {
   background: #0000cd;
   color: #fff !important;
   text-decoration: none;
}

#rule {
	width:96%; 
	margin:30px auto 50px auto; 
	background-color:#FFFFFF;  
	padding:15px;
}
#rule p {
	font-size:3vw;
	color:#333333;
	line-height:3vw;
	
}

/******************/
/* グルーバルナビ */
/******************/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #d1e8ff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	line-height: 1.2 !important;
}

nav.globalMenuSp ul li {
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.navToggle2 {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    left: 5px;
    top: 5px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 5px;
    top: 5px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 3;
    background:#007fff;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 32px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 8px;
}

.navToggle span:nth-child(2) {
    top: 17px;
}

.navToggle span:nth-child(3) {
    top: 25px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 12px;
    font-weight: bold;
    top: 29px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/******************/
/* フッターＣＳＳ */
/******************/


#btn_top{
	text-shadow:-1px -1px 0px #222222;
	color: #FFFFFF;
	padding:12px;
	text-align:center;
	/* Gradation */
	background: #1b1b1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #1b1b1b 45%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#1b1b1b), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1b1b1b 45%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1b1b1b 45%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1b1b1b 45%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1b1b1b 45%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

#btn_top span{
	background:url(../img/btn_top.png) no-repeat;
	width:18px;
	height:18px;
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align: sub;
}

/******************/
/* アコーディオン */
/******************/

.accordion ul {
	width:95%;
	padding:0;
}
.accordion li {
	position:relative;
	border-bottom:1px solid #ccc;
	list-style:none;
	background: #fff;
}
.accordion li:first-child {
	border-top:1px solid #ccc;
}

.accordion > ul > li > a {
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 0.25em 0 0.25em 0.1em;
	position: relative;
}
.accordion > ul > li > a h5:hover {
	color: #111;
	text-decoration:none;
}
.accordion > ul > li > p {
	display: none;
	text-align:left;
	padding:0 .8em 1.4em 1em;
	line-height:1.8;
	border-top:1px solid #ccc;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.accordion li .accordion_icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top:25px;
	right:10px;
}
.accordion li .accordion_icon span {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ccc;
}
.accordion li .accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
