@charset "utf-8";

body {
	text-align: center;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 16px;
	line-height: 1.8;
	color: #333;
   -moz-font-feature-settings: "palt";
   -webkit-font-feature-settings: "palt";
   font-feature-settings: "palt";
   font-variant-ligatures: no-common-ligatures;
   font-family: 'MS PGothic', Osaka, Arial, sans-serif;
}


/* リセット*/


div,p {
	text-align: left;
	vertical-align: top;
	margin: 0px;
		}

img {
	border: 0px;
	vertical-align: top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
form {
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0px;
	padding: 0px;
	text-align: left;
}

/*リセット*/

/* XHTML 高さ指定解除 */
.cl_box {
	clear:both; 
}
.cl_box hr {
	display:none;
}



/* XHTML 高さ指定解除 */
.mb02 {
	margin-bottom: 2px;
}
.mb05 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb100 {
	margin-bottom: 100px;
}

/* テキストロールオーバー */
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color: #d50078;
	text-decoration:none;
}

a:hover img {
	filter:alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}
/* テキストロールオーバー */


/* コンテンツ */
header {
	width:1000px;
	margin: 0px auto 3% auto;
}
h1#posi01 {
	float: left;
	display: inline;
}
nav#posi02 {
	float: right;
	display: inline;
	text-align: right;
	font-size: 14px;
	padding: 3% 0px 0px 0px;
}

nav a:link {
	color:#000000;
	text-decoration:none;
}
nav a:visited {
	color:#000000;
	text-decoration:none;
}
nav a:hover {
	color: #d50078;
	text-decoration:none;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 4px #d50078;
}
nav span {
	color: #d50078;
	padding: 0px 0px 10px 0px;
	border-bottom: solid 4px #d50078;
}


#wrapper {
	width:1000px;
	margin: 0px auto 10% auto;
}
main {
  display: flex;
  flex-wrap: wrap;
}

main ul {
  display: flex;
}

main ul li {
  width: 210px;
  margin: 0px 70px 0px 0px;
  list-style: none;
}
main ul li h2 {
	font-size: 30px;
	padding: 0px 0px 5% 0px;
	margin: 0px 0px 10% 0px;
	border-bottom: 4px #d50078 solid; 
}
main ul li p {
	font-size: 20px;
	margin: 0px 0px 5% 0px;
	padding: 0px 0px 0px 15%;
	background: url("../img/icon_bg01.jpg") no-repeat 5% center;
}

footer {
	width:100%;
	background-color: #f7f6f5;
	padding: 3% 0px 3% 0px;
}
.copy {
	width:1000px;
	margin: 0px auto 3% auto;
	text-align: left;
	font-size: 14px;
}
.b_navi {
	width:1000px;
	margin: 0px auto 1% auto;
	text-align: left;
	font-size: 14px;
}

/*　バーガーメニュー　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.7);
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
 
nav.globalMenuSp ul {
    background: rgba(255,255,255,0.7);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #d50078;
	float: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align:center ;
}
 
/* 最後はラインを描かない */
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%);
}

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
}    

 
.navToggle span {
	display: block;
	position: absolute;    /* .navToggleに対して */
	width: 30px;
	border-bottom: solid 2px #d50078;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 0px;
	top: 30px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 0px;
    -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);
}


/*　下層ページ　*/
article#crumb {
	width: 1000px;
	margin: 0px auto 4% auto;
	font-size: 12px;
	text-align: left;

}
article a:link {
	color:#a0a0a0;
	text-decoration:none;
}
article a:visited {
	color:#a0a0a0;
	text-decoration:none;
}
article a:hover {
	color: #d50078;
	text-decoration:none;
}
h1#page_tit {
	font-size: 30px;
	margin: 0px 0px 3% 0px;
	padding: 5% 0px 0px 0px;
}
h1#page_tit02 {
	font-size: 30px;
	margin: 0px 0px 3% 0px;
	padding: 5% 0px 0px 0px;
}
h2#page_catch {
	font-size: 46px;
	color: #d50078;
	line-height: 1.3;
	margin: 0px 0px 6% 0px;
}

#messs01 {
	text-align: left;
	/*background: url(../img/message01.jpg) no-repeat right bottom;*/
	line-height: 2.5;
}
span.line01 {
	border-top: 4px solid #d50078;
	padding: 5% 0px 0px 0px;
}
.img_no {
	display: none;
}

.compa {
	border-top: #d9d9d9 1px solid;
	padding: 4% 0px 4% 0px;
	text-align: left
}
.compa:last-child {
	border-top: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	padding: 4% 0px 4% 0px;
	text-align: left
}
.posi_c{
	text-align: center;
}
.compa_p {
	border-top: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	padding: 4% 0px 4% 0px;
	text-align: center;
	margin: 0px 0px 6% 0px;
}
.c_box {
	width: 96%;
	margin: 0px auto;
}
h2.c_left {
	float:left;
	display: inline;
	width:25%;
	font-size: 16px;
	font-weight: bold;
}
.c_right {
	float:right;
	display: inline;
	width:75%;
}
aside.c_right p{
	padding: 0px 5% 0px 0px;
	margin: 0px 0px 2% 0px;
}

/*.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}*/
.c_right a:link {
	color:#000000;
	text-decoration: underline;
}
.c_right a:visited {
	color:#000000;
	text-decoration: underline;
}
.c_right a:hover {
	color: #d50078;
	text-decoration: underline;
}
#exp01 {
	text-align: left;
	margin: 0px 0px 5% 0px;
	font-size:20px;
}

h2.ca01 {
	width:92%;
	margin: 0px auto;
	font-size: 40px;
	line-height: 1.1;
}
span.colo01 {
	color: #d50078;
}
span.colo02 {
	color: #000000;
}
#rule01 {
	text-align: left;
	line-height: 2.5;
	font-size: 20px;
	margin: 0px 0px 4% 0px;
}
#rule02 {
	text-align: left;
	line-height: 2.5;
	font-size: 20px;
	margin: 0px 0px 4% 0px;
}
.s_left {
	width: 550px;
	float: left;
	display: inline;
}
.s_right {
	width: 450px;
	float: right;
	display: inline;
}
.s_left h3 {
	font-size: 30px;
	border-bottom: 1px solid #8c8c8c;
	margin: 0px 0px 3% 0px;
	padding: 0px 0px 3% 0px;
	line-height: 1.2;
}

#bottom{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#top{
    margin-top: auto;
}

#exp02 {
	text-align: left;
	margin: 0px 0px 5% 0px;
	font-size:16px;
}
h2.midashi01{
	font-size:16px;
	margin: 0px 0px 1% 0px; 
}
span.colo03 {
	color: #d50078;
}

.contact_b {
	border-top: #d9d9d9 1px solid;
	border-bottom: #d9d9d9 1px solid;
	padding: 4% 0px 4% 0px;
	margin: 0px 0px 4% 0px; 
	text-align: left
}
.c_left small {
	font-size: 10px;
	color:#d50078;
}
.box_box {
	width: 100%;
	border: 1px solid #ededed;
	padding: 1% 0px;
}
aside button{
	padding: 0px;
	margin: 0px;
	border: none;
	cursor: pointer;
}

#top_ba{
	text-align: left;
}

#top_ba a {
	padding: 2% 5%;
}

#top_ba a:link {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #d50078;
}
#top_ba a:visited {
	color:#FFFFFF;
	text-decoration:none;
	background-color: #d50078;
}
#top_ba a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-color: #D06668;
}

.left_img {
	display:inline;
	float: left;
	width: 46%;
	text-align: right;
	margin: 0px;
}
.right_img {
	display:inline;
	float: right;
	width: 46%;
	text-align: left;
	margin: 0px;
}
.right_img button{
	padding: 0px;
	margin: 0px;
	border: none;
}

#copyright {display: none;}


@media screen and (max-width: 999px) {
	/* 999px以下に適用されるCSS（タブレット用） */
img {
	width: 100%;
}
.img_no {
	display: block;
}
	
header {
	width: 96%;
	margin: 0px auto 2% auto;
}
nav#posi02 {
	display: none;
}
#wrapper {
	width: 96%;
	margin: 0px auto 20% auto;
}	
footer {
	padding: 2% 0px 2% 0px;
}
.copy {
	width: 88%;
	margin: 0px auto 2% auto;
	text-align: left;
	font-size: 14px;
}
.b_navi {
	width: 88%;
	margin: 0px auto 2% auto;
	text-align: left;
	font-size: 14px;
}

#messs01 {
	text-align: left;
	background: none;
	line-height: 2.5;
	margin: 0px auto 6% auto;
	width: 92%;
}
article#crumb {
	width: 96%;
	margin: 0px auto 4% auto;
	font-size: 12px;
	text-align: left;

}
.s_left {
	width: 55%;
	float: left;
	display: inline;
}
.s_right {
	width: 45%;
	float: right;
	display: inline;
}
.c_box {
	width: 80%;
	margin: 0px auto;
}
	
	
	
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
img {
	width: 100%;
}
	
.img_no {
	display: block;
}
.rbr{
	display: none;
}
header img {
		width: 70%;
}	
nav#posi02 {
	display: none;
}
#wrapper {
	width: 100%;
	margin: 0px auto 10% auto;
}	
main {
  display: block;
  flex-wrap: nowrap;
}

main ul {
  display: block;
  padding: 0px;
}
main ul li {
  width: 210px;
  margin: 0px 0px 0px 0px;
  list-style: none;
  display: block;

}
main ul li h2 {
	font-size: 26px;
	padding: 0px 0px 3% 15%;
	margin: 0px 0px 7% 0px;
	border-bottom: 4px #d50078 solid;
	font-weight:  bold;
}
main ul li p {
	font-size: 18px;
	margin: 0px 0px 8% 0px;
	padding: 0px 0px 0px 27%;
	background: url("../img/icon_bg01.jpg") no-repeat 17% center;
}
h1#page_tit {
	font-size: 22px;
	margin: 0px 0px 10% 0px;
	padding: 5% 0px 0px 0%;
	font-weight: bold;
}
h1#page_tit02 {
	font-size: 22px;
	margin: 0px 0px 10% 0px;
	padding: 5% 0px 0px 0%;
	font-weight: bold;
}
h2#page_catch {
	font-size: 26px;
	color: #d50078;
	margin: 0px auto 6% auto;
	line-height: 1.4;
	width: 80%;
}
span.line01 {
	border-top: none;
	border-bottom: 4px solid #d50078;
	padding: 0px 0px 5% 0px;
}	
#messs01 {
	text-align: left;
	background: none;
	line-height: 2.5;
	margin: 0px auto 6% auto;
	width: 80%;
}
article#crumb {
	width: 96%;
	margin: 0px auto 4% auto;
	font-size: 12px;
	text-align: left;
}	
h2.c_left {
	float: none;
	display: block;
	width:94%;
	margin: 0px auto;
}
.c_right {
	float: none;
	display: block;
	width:94%;
	margin: 0px auto;
}
h2.ca01 {
	font-size: 18px;
	line-height: 1.3;
	width: 80%;
}
.s_left {
	width: 80%;
	margin: 0px auto;
	float: none;
	display: block;
}
.s_right {
	width: 80%;
	margin: 0px auto;
	float: none;
	display: block;
}
#exp01 {
	width: 80%;
	margin: 0px auto 6% auto;
}
#exp02 {
	width: 80%;
	margin: 0px auto 6% auto;

}
h2.midashi01{
	width: 80%;
	margin: 0px auto 1% auto;
}
#rule01 {
	width: 80%;
	margin: 0px auto;
	line-height: 2.3;
}
#rule02 {
	width: 80%;
	margin: 0px auto;
	line-height: 2.3;
}
.posi_c img{
	width: 90%;
	margin: 0px auto;
}
.s_left h3 {
	font-size: 26px;

}
#btn_box_non {
	width: 100%;
}
#btn_box {
	width: 100%;
}

#btn_l_one {
	display:inline;
	float: left;
	width: 70%;
	text-align: right;
}
#btn_l_one img {
	width: 220px;
}
#btn_l {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
#btn_l  img{
	width: 68%;
}
#btn_r {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
#btn_r  img{
	width: 68%;
}
.left_img {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}
.left_img img {
	width: 270px;
}
	
	
.right_img {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
}	
.box_box {
	border: 1px solid #ededed;
	padding: 3% 0px;
	font-size: 16px;
}
#top_ba{
	width: 80%;
	margin: 0px auto ;
}
.left_img img {
	width: 220px;
	height: 76px;
}
.compa_p {
	width: 88%;
	margin: 0px auto ;

}
	
}

