@charset "utf-8";


/******************************************************************************/
/*調整用ソース*/



/*カードの横幅・並び調節*/
.card {
  max-width:320px !important;
  /*display: inline-block !important;*/
}
.card-wrap {
  text-align: center !important;
}

/*カードのタイトル調節*/
.card-title {
  font-size: 16px !important;
}
/*画像の高さ調節*/
.card-img {
  max-height: 240px !important;
}




/*調整用ソース　end*/
/******************************************************************************/

body.portrait {
    font-family: Arial,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Verdana,Helvetica,sans-serif;
}
.sp-body{
    margin:0 4px;
    word-break: break-all;
}
.topimg {
    max-width: 640px;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;*/
}



.boss {
    display: flex;
    width: 100%;
    max-width: 640px;
    margin:0 auto;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    /*box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;*/
}


.seet {
  display: block;
  background: #fff;
  /*box-shadow:0 2px 2px #ccc;*/
  padding:0 .5em .5em .5em;
  margin-bottom:1px;
}
.seet.top {
  /*border-top: 1px solid #eee;*/
  margin-top:2em;
}

.seet-txt {
  display: block;
  line-height:1.5em;
  padding:0 .7em;
}

.circle00{
    display: inline-block;
    width: 250px;
    height: 40px;
    -webkit-border-radius: 20px;/* width,heightの半分 */
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    line-height: 40px;
    vertical-align: middle;
    color:#FFFFFF;
    letter-spacing:-1px;
    margin:0 5px 0 0px;
}

.circle2p{
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 40px;/* width,heightの半分 */
    -moz-border-radius: 40px;
    border-radius: 40px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    line-height: 80px;
    vertical-align: middle;
    color:#FFFFFF;
    margin:5px;
}
.people_wc {
  text-align: center;
  padding: 10px;
  margin:0 auto;
  font-size:24px;
  font-weight:bold;
}
.people {
  text-align: center;
  padding: 10px;
  margin:0 auto;
  font-size:18px;
  font-weight:bold;
  border-top: 1px solid #eee;
}
.provide {
display: block;
    text-align:center;
    padding:2px 20px;
    margin-bottom:20px;
}
.provide_all {
    display: block;
    width:100%;
    text-align:center;
    padding:2px 0;
    margin-bottom:20px;
}

.img_notes {
  display:block;
  font-size:12px;
  text-align:right;
  position: relative;
  top: -10px;
  left: 0px;
  margin:-6px;
}

/*
.subtitle {
    color: #ae8a55;
    border-bottom: dashed 2px #ae8a55;
    padding: 0.2em;
    padding-left: 0;
    margin: 0 0 1em 0;
}
*/
.subtitle {
    position: relative;
    padding: 0.25em 0;
}
.subtitle:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(174, 138, 85), transparent);
    background: -webkit-linear-gradient(to right, rgb(174, 138, 85), transparent);
    background: linear-gradient(to right, rgb(174, 138, 85), transparent);
}

.cp_title {
  display:block;
  font-size:16px;
  color: #2E2E2E;
  padding: .5em .75em;
  background-color: #f6f6f6;
  margin-bottom: -.8em;
}
.grade_link {
  display:block;
  text-align:center;
  margin:0 auto;
  margin-top:1em;
}

.circle{
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px;/* width,heightの半分 */
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    line-height: 40px;
    vertical-align: middle;
    color:#FFFFFF;
    letter-spacing:-1px;
    margin:0 5px 0 0px;
}
.circle2{
    display: inline-block;
    width: 120px;
    height: 40px;
    -webkit-border-radius: 20px;/* width,heightの半分 */
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #58ACFA;/* 円の色 */
    text-align:center;
    line-height: 40px;
    vertical-align: middle;
    color:#FFFFFF;
    letter-spacing:-1px;
    margin:0 5px 0 0px;
}

.or {
  width: 100%;
  max-width:120px;
  font-weight:bold;
  text-align:center;
  background: #fff;
  margin:0 2px;
  position: relative;
	top: 0;
	bottom: 0;
	margin: auto;
  padding-bottom:20px;
}
.pre {
  display: inline-block;
  flex-wrap: wrap;
  margin:10px auto;
  justify-content: space-around;
}
@media screen and (max-width: 780px) {
  .pre {
    max-width: 400px;
  }
}
.card {
  display: block;
  width: 100%;
  max-width:320px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin:0 auto;
  margin-bottom:2em;
}
.card-img {
  display: block;
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
  max-height: 240px;
  margin:0 auto;
}
.card-content {
display: flex;
align-items: center;
justify-content: center;
  padding: 5px;
  background-color: #f9f9f9;
  height:3em;
}
.card-title {
  font-size: 16px;
  font-weight:bold;
  line-height: 1.2;
  margin: 5px 0;
  text-align: center;
  color: #333;
  letter-spacing: -0.6px;
}
.card-text {
  padding:5px 10px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.card-text_saga {
  padding:10px 10px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  border-top: 1px solid #eee;
}
.card-text_kaga {
  padding:10px 10px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  border-top: 1px solid #eee;
}
.card-provide {
  display: block;
  padding:5px 0px;
  color: #777;
  font-size: 12px;
  line-height: 1.5;
  /*background-color: #fff;
  border: 1px solid #eee;*/
  position: absolute;
  left: 15px;
  bottom: 5%;
  margin: auto;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 10px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}





/* なんちゃって閉じるボタン（いらない場合は消す） */
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}

.wc2 {
position: relative;
width:85%;
background: #ffd98a;
padding: 2px 5px 2px 10px;
font-size: 12px;
font-weight:bold;
color: #474747;
border-radius: 0 10px 10px 0;
margin:50px 0 20px 25px;
margin-bottom:20px;
margin-left:25px;
}

.wc2:before {
font-family: FontAwesome;
font-size: 20px;
content: "w";
display: inline-block;
line-height: 40px;
position: absolute;
padding: 0em;
color: white;
background: #ffa337;
font-weight: normal;
width: 30px;
text-align: center;
height: 30px;
line-height: 30px;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: solid 3px white; 
border-radius: 50%;
}



.wc{
position: relative;
padding-left: 35px;
margin-bottom:10px;
font-weight:bold;
}
.wc:before{
position: absolute;
font-family: FontAwesome;
font-weight:bold;
content: "w";
background: #ffca2c;
color: white;
font-weight: normal;
font-size: 15px;
border-radius: 50%;
left: 0;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.wc:after {/*吹き出しのちょこんと出た部分*/
content: '';
display: block;
position: absolute;
left: 20px;
height: 0;
width: 0;
border-top: 7px solid transparent;
border-bottom: 7px solid transparent;
border-left: 12px solid #ffca2c;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.pre {
  display: flex;
  flex-wrap: wrap;
  margin:0px auto;
  padding:5px;
  justify-content: space-around;
}
.pre img {
    display: flex;
    margin:0 auto;
}
.pre b {
    display: inline-block;
    margin:0 2px;
    padding:2px 4px;
    color:#FFFFFF;
    background-color: #58ACFA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.text {
    display: block;
    padding:5px ;
}
.card1p {
  width: 98%;
  max-width: 400px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px #ccc;
  margin:0 5px 2em 5px;
}
.card-title1p {
display: block;
  font-size: 18px;
  /*font-weight:bold;*/
  line-height: 1.5;
  margin: 5px 5px;
  text-align: center;
  color: #333;
  background-color: #f6f6f6;
  letter-spacing: -0.6px;
}
.oubo a {
    font-size:18px;
    font-weight:bold;
    color:#FFFFFF !important;
    text-decoration: none;
}
.oubo:hover{
    /*box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);*/
}
.oubo {
    display: inline-block;
    margin:0 2px;
    padding:6px;
    background: #58ACFA; /* Old browsers */
    background: -moz-linear-gradient(top, #AE8A55 0%, #AE8A55 50%, #AE8A55 51%, #AE8A55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #AE8A55 0%,#AE8A55 50%,#AE8A55 51%,#AE8A55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #AE8A55 0%,#AE8A55 50%,#AE8A55 51%,#AE8A55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;/*角の丸み*/
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;
}

/*購入条件部分*/

.od_info {
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:dotted #CCC 1px;
}
.od_info.end {
	border:none;
}
.kyogi a {
	font-weight:bold;
	color:#111 !important;
	text-decoration: none;
}
.kyogi {
	display: inline-block;
	margin:0;
	padding:6px;
	background: #eee !important;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.keiba_yosou a {
	font-weight:bold;
	color:#fff !important;
	text-decoration: none;
}
.keiba_yosou {
	display: inline-block;
	margin:0;
	padding:6px;
	background: #57b846 !important;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.keirin_yosou a {
	font-weight:bold;
	color:#fff !important;
	text-decoration: none;
}
.keirin_yosou {
	display: inline-block;
	margin:0;
	padding:6px;
	background: #81b9fc !important;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.autorace_yosou a {
	font-weight:bold;
	color:#fff !important;
	text-decoration: none;
}
.autorace_yosou {
	display: inline-block;
	margin:0;
	padding:6px;
	background: #ea6db5 !important;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.loto_yosou a {
	font-weight:bold;
	color:#fff !important;
	text-decoration: none;
}
.loto_yosou {
	display: inline-block;
	margin:0;
	padding:6px;
	background: #f17272 !important;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.bet a {
	font-weight:bold;
	color:#FFFFFF !important;
	text-decoration: none;
}
.bet {
	display: inline-block;
	margin:0;
	padding:6px;
	background: #FB9D00 !important;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-tap-highlight-color: transparent;
}

/*同競技複数場*/

.multi {
	margin-bottom:5px;
}

.red {
  font-weight:bold;
  color:#ff0000;
}

/*同競技複数場*/

.multi {
	margin-bottom:5px;
}

/********* 次回予告 *********/
.txt-pink{
margin: 18px 0 0 0;
   font-size: 110%;
    color: #FF3388;
    font-weight: bold;
    text-align: center;
}


.txt-pink a{
    color: #FF0066;
}

#next-camp b{
    color: #CC0066;
}





#next-camp .subtitle:after {
    content: "";
    display: block;
    height: 4px;
    background: -moz-linear-gradient(to right, rgb(234, 88, 203), transparent);
    background: -webkit-linear-gradient(to right, rgb(234, 88, 203), transparent);
    background: linear-gradient(to right, rgb(234, 88, 203), transparent);
}


/*Tweetボタン*/

.oubo_btn_twi {
    display: inline-block;
    margin:0 2px;
    padding:6px;
    background: #58ACFA; /* Old browsers */
    background: -moz-linear-gradient(top, #1B95E0 0%, #1B95E0 50%, #1B95E0 51%, #1B95E0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1B95E0 0%,#1B95E0 50%,#1B95E0 51%,#1B95E0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1B95E0 0%,#1B95E0 50%,#1B95E0 51%,#1B95E0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
    border-radius: 3px;/*角の丸み*/
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    -webkit-tap-highlight-color: transparent;
    transition: .3s ease-out;

/*	box-shadow: 0px 1px 2px 2px #ccc;
	background-color: #1B95E0;
	border-radius: 6px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;*/
	/*margin-bottom: 1em;*/
}
p.oubo_btn_twi {
	padding: 0px;
}
.oubo_btn_twi a {

    font-size:18px;
    font-weight:bold;
    color:#FFFFFF !important;
    text-decoration: none;

    /*width: 100%;
    display: block;
    text-decoration: none;
	color: #fff;
	padding: .8em .8em;*/
}
.oubo_btn_twi:hover {
	background-color: #0c7abf;
}
.oubo_btn_twi:active {
	position: relative;
	top: 1px;
}
.oubo_btn_tw_logo {
	width: 1em;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
/*Tweetボタン end*/

/*** waku ***/

.waku {
	margin:0 0px 10px 0px;
	padding:10px;
	background-color: #faf3d6;
}

.waku2 {
	margin:0 0px 10px 0px;
	padding:10px;
	border: 1px solid #c1c1c1;
}

/*** waku ***/


/*** 20220217追加タグ ***/

.txt-black{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.txt-op{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    text-align: center;
	padding: 0 5px;
}


.triangle{
width:0;
	height:0;
	border-right:25px solid transparent;
	border-left:25px solid transparent;
	border-top:25px solid #252525;
	margin: 18px auto;
	display: block;
}


.ttl_box{
	background-color: #005811;
	color: #fff;
	text-align: center;
}
.mb-0{
	margin-bottom:0px;
}
.ttl{
	font-weight: bold;
	font-size:18px;
	padding:15px 0 15px 0;
	margin:0px;
	color: #fff;
}

.ttl2{
	font-weight: bold;
	font-size:16px;
}

.biginner__link-item{
	text-align: center
}

.biginner__link-item--01{
	background-image: url(../images/biginner_01_bg_sp.png);
		background-size: cover;
}

.biginner__link-item--02{
	background-image: url(../images/biginner_02_bg_sp.png);
		background-size: cover;
}

.biginner__link-item--03{
	background-image: url(../images/biginner_03_bg_sp.png);
		background-size: cover;
}










.link-contents--blue {
  background-color: #E5F5FF;
}

.link-contents--orange {
  background-color: #FCEFDB;
}

.link-contents__inner {
  padding: 30px 10px 50px;
}


.link-contents__title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}


.link-contents__link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-radius: 24px;
  -webkit-box-shadow: -2px -3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: -2px -3px 6px rgba(0, 0, 0, 0.16) inset;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
  margin-right: 50px;
  margin-left: 50px;
  text-decoration: none;
}


.link-contents__link-top--pc {
  display: none;
}



.link-contents__link-top--blue {
  background-color: #2980B9;
}

.link-contents__link-top--orange {
  background-color: #F39C12;
}

.link-contents__btn {
  width: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  border-radius: 38px;
  background-color: #fff;
}

.link-contents__btn--green {
  border: 3px solid #38A438;
  color: #38A438;
}

.link-contents__btn--blue {
  border: 3px solid #076AB6;
  color: #076AB6;
}

.link-contents__btn--red {
  border: 3px solid #A51282;
  color: #A51282;
}

.link-contents__btn-text, .link-contents__btn-arrow {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

.link-contents__btn-arrow {
	width: 0;
	height: 0;
	border-left: 20px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	padding-left:10px;
	margin-left:20px; 
}


.link-contents__text-pc {
  display: none;
}


.link-contents__link-area {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.link-contents__link-item {
  width: calc((100% - 40px) / 3);
  height: 110px;
	text-decoration: none;
  -webkit-box-shadow: -2px -3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: -2px -3px 6px rgba(0, 0, 0, 0.16) inset;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.link-contents__link-item--blue {
  background-color: #2980B9;
}

.link-contents__link-item--orange {
  background-color: #F39C12;
}

.link-contents__link-icon {
  width: auto;
  height: 50px;
}


.link-contents__text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
	text-decoration: none;
}


.contents a:hover,.link-contents a:hover,.biginner__inner a:hover{
	opacity: 0.8;
	text-decoration: none;
	color: #fff;
}




/*****************

FOOTER

*****************/

	.sec07 img {
		width: 100%;
	}
	.sec07 .inner96 {
    	padding: 0 2%;
	}
	.sec07 {
		padding: 20px 0 0 0;
		background: #FFFFFF;
	}
	.sec07 .block01 .box01 {
		margin-bottom: 20px;
	}
	.sec07 .block01 .box01 dl {
		text-align: center;
	}
	.sec07 .block01 .box01 dl dt {
		margin-bottom: 20px;
	}
	.sec07 .block01 .box01 dl dd {
		font-size: 3.2vw;
		text-align: left;
		margin-inline-start:0px;
	}
	.sec07 .block01 .box01 dl .link {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.footerStandard1st  {
		width:100%;
	}
	.footerStandard1st .ftBlock01 {
		padding: 0;
		background: #FFFFFF;
	}
	
	.footerStandard1st .ftBlock01 .ftBox01 .link01 {
		font-size: 3.2vw;
		text-align: right;
		padding: 0 2%;
		width:100%;
	}
	.footerStandard1st .ftBlock01 .ftBox02 {
		margin-top: 10px;
		padding: 0;
		width:100%;
	}
	.footerStandard1st .ftBlock01 .ftBox02 .link {
		border-top: none;
		border-bottom: 1px solid #B4B4B4;
		margin-bottom: 20px;
		width:100%;
		text-align: left;
	}
	.footerStandard1st .ftBlock01 .ftBox02 .link li{
		border-top: 1px solid #B4B4B4;
		width:100%;
	}
	.footerStandard1st .ftBlock01 .ftBox02 .link li + li {
		margin-left: 0;
	}
	.footerStandard1st .ftBlock01 .ftBox02 .link li a {
		width:98%;
		display: block;
		font-size: 120%;
		padding: 10px 0 10px 2%;
		background: #EEEEEE;
	}
	.footerStandard1st .ftBlock01 .ftBox02 .link li a:hover {
		text-decoration: none;
	}
	.footerStandard1st .ftBlock01 .ftBox02 .txt01 {
		font-size: 1.2rem;
		text-align: center;
		margin-bottom: 20px;
		width:100%;
	}
	.footerStandard1st .ftBlock01 .ftBox02 .copyright {
		text-align: center;
		padding: 2% 0 2%;
		width:100%;
		font-size: 90%;
	}
	
	.sec07 a {
	color:#3998DE;
	text-decoration: none;
	font-weight: bold;
}
.sec07 a:hover {
	text-decoration: underline;
}

.footerStandard1st a {
	color: #333333;
	text-decoration: none;
}

.pc_disp {display: block;}
.sp_disp {display: none;}

footer li,footer ul{
	padding:0px;
}

