@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


#pc_fix_footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.95;
	background:rgba(0,0,0,0.7);
    z-index: 99;
}

.blog_parts_fix_pc{
	width:100%;
	padding:10px;
}

.blog_parts_fix_pc img,
.blog_parts_fix_pc a{
	margin:0;
}

.blog_parts_fix_pc a{
	display:block;
	text-align:center;
}


@media only screen and (min-width: 960px) {
	.p-fixBtnWrap{
		display:none;
	}
}

@media only screen and (max-width: 959px) {
	.l-fixHeader{
		display:flex;
	}
	
	.l-fixHeader__inner{
		opacity:0.95;
		padding:0;
	}
	
		.l-fixHeader__inner img{
		vertical-align:top;
	}
}

@import url('https://fonts.googleapis.com/css?family=Raleway:200');

html, body {
  height: ;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: whte;
}
#box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  color: black;
  font-family:;
  font-size: 1.5rem;
}
.gradient-border {
  --borderWidth: 3px;
  background: white;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*背景*/
.btn-wrap {
  margin: 20px;
}

a.btn-c {
  font-size: 2rem;

  position: relative;

  padding: 1.5rem 70px 1.5rem 6rem;

  color: #000;
  border: 2px solid #000;
  border-radius: 100vh;
  background: #fff100;
  -webkit-box-shadow: 0 5px 0 #e6d900;
  box-shadow: 0 5px 0 #e6d900;
}

a.btn-c span {
  font-size: 1.3rem;
  line-height: 1.3;

  position: absolute;
  top: -10px;
  left: -20px;

  width: 64px;
  height: 64px;
  padding-top: 15px;

  -webkit-transition: all 0.3s;

  transition: all 0.3s;

  color: #000;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
}

a.btn-c span em {
  font-style: normal;

  color: #d20010;
}

a.btn-c small {
  font-weight: bold;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #000;
  background: #fff21a;
  -webkit-box-shadow: 0 2px 0 #e6d900;
  box-shadow: 0 2px 0 #e6d900;
}

a.btn-c:hover span {
  -webkit-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

table td, table th{
font-size:16px
}

.custom-table th,
.custom-table td {
  border: 1px solid #d3d3d3;
}

/* ブロックの表の線をグレーにする */
.custom-table th,
.custom-table td {
  border: 1px solid #EDEDED;
}

/* 下の外側の線を太くする */
.custom-table tr:last-child td {
  border-bottom: 1px solid #EDEDED;
}

/* 右の外側の線を太くする */
.custom-table th:last-child,
.custom-table td:last-child {
  border-right: 1px solid #EDEDED;
}

/* ヘッダーの下線の色を変更する */
.custom-table thead th {
  border-bottom: 2px solid #EDEDED;!important
}