
#wrap {
width: 100%;
height: auto;
position: relative;
background: url(../images/header_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
font-family: toppan-bunkyu-midashi-go-std, sans-serif;
font-weight: 900;
font-style: normal;
}


 .clearfix {
   display: block;
   padding: 0;
 }

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

 .sp {
 display: none;
 }

 .pc {
 display: block;
 }

.radiko_bg {
background: #fff;
}

 .radiko {
	 font-size: 12px;
	 width: 550px;
	 margin: 0;
	 padding: 0px;
	 font-weight: bold;
	 background-image: url(/images/radiko_icon.gif);
	 background-repeat: no-repeat;
	 padding-left: 90px;
	 background-position: left;
	 line-height: 2;
	 text-align: center;
	 margin-left: auto;
	 margin-right: auto;
	 padding-top: 5px;
	 padding-bottom: 5px;
 }

 .radiko_sp {
 display: none;
 }

/* ////////////////////////////////// */

.top_right {
position: absolute;
top: 34px;
right: 0px;
display: block;
width: auto;
overflow: hidden;
}

.top_left {
position: absolute;
top: 34px;
left: 0px;
display: block;
width: auto;
overflow: hidden;
}

#header {
width: 100%;
height: auto;
text-align: center;
background-image:
  url(../images/bg_right.png),
  url(../images/bg_left.png),
  url(../images/header_right.png),
  url(../images/header_left.png);
;
background-position:
  right top,
  left top,
  right top,
  left top;
background-repeat:
  no-repeat,
  no-repeat,
  no-repeat,
  no-repeat;
}




#header img{
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#main_border {
  border: 1em solid;
  border-image: linear-gradient(to top left, #29e3ff 0%, #de2495 100%);
  border-image-slice: 1;
  box-sizing: border-box;
  background-color:rgba(255,255,255,0.8);
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 2em;
}

#main {
width: 100%;
height: auto;
position: relative;
max-width: 1100px;
margin: 0 auto;
box-sizing: border-box;
padding: 2em;
padding-top:0;
}
.theme{
  position:relative;
  width:98%;
  margin-left:auto;
  margin-right:auto;
}

.dr_box {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 2em 2em 1em 2em;
}

.dr_left {
float: left;
width:30%;
height: auto;
margin-right: 0.5em;
margin-left:0.5em;
margin-bottom: 2em;
}

.dr_left img{
width: 100%;
height: auto;
}

.dr_right {
position:relative;
width: 100%;
height: auto;
margin-top: 1em;
margin-bottom: 2em;
}

.dr_right p {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.box {
position: relative;
width: 100%;
height: auto;
}

.box_left {
  position:relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin-bottom:20px;
}

.box_left h2 {
  color: #fff;
  padding: 0.5em 0.5em 0.5em 0.8em;
  width: 110px;
  background: linear-gradient(to left, #e4007f 0%, #801084 100%);
  font-size: 20px;
  /* margin: 0.1em 0.1em 0.7em 1em; */
  margin-bottom:1em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.3;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  box-shadow: 10px #e4007f;
  box-shadow: 4px 4px 0px 0px #d8027f;
}

.box_list li {
padding: 0px;
margin: 0px;
font-size: 16px;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.3;
margin-bottom: 0.2em;
}

.box_list li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}

.square li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 0.3em;

}

.square li:after{
	content:'';
	display:block;
	position:absolute;
	background:#e4007f;
	width:9px;
	height:9px;
	top:5px;
	left:5px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.box_right {

  height: auto;
  /* margin-left: 2em; */
  box-sizing: border-box;
  /* margin-top: 4em; */
}

.box_section {
  width: 100%;
  height: auto;

  margin-bottom: 0.5em;
  position:relative;
}

.box_section p {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.5;
  width: 77%;
  box-sizing: border-box;
  margin-left: 1em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  display:inline-block;
  vertical-align:top;
}

.box_section h2 {
  position:relative;
vertical-align:top;
display: inline-block;
padding: 0.5em;
color:#fff;
font-size: 20px;
letter-spacing: 0.1em;

}

.green {
background: #6ebd6e;
border-radius: 5px;
}

.blue {
  background: #59c4f1;
  border-radius: 5px;
}

/* .box_right .form {
  font-size: 23px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin: 0.7em 0;
  padding: 0.5em;
  box-sizing: border-box;
  border: 2px solid #e4007f;
  text-align: center;
} */

.box_right .form {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin: 0.7em 0;
  padding:10px;
  box-sizing: border-box;
  background-color:#e4007f;
  color:#fff;
  text-align: center;
  border:solid 2px #FFF100;
box-shadow:0px 6px 6px -2px #cccccc;
}
.btn{
  position:relative;
  width:60%;
  margin-left:auto;
  margin-right:auto;
}
.bdyellow{
  color:#fff100;

}


.box_right .form {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.box_right .form a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

.box_right .form:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
  transition: 0.2s;
}
.box_form{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  position:relative;
}
.fotter_thai {
width: 100%;
height: auto;
max-width: 500px;
margin: 0.5em 0;
box-sizing: border-box;
margin: 0 auto;
padding-bottom: 6em;
}

.fotter_thai img {
width: 100%;
height:auto;
}

/* ////////////////////////////////////////////// */

.bold {
font-weight: bold;
}

.pink {
color: #e4007f;
}

.small {
	font-size: 13px;
	margin-right: 1.8em;
    line-height: 1.5;
    letter-spacing: 0.01em;
}

.big {
font-size: 18px;
}

.border {
   background: linear-gradient(transparent 55%, #FFF100 55%);
}
.bigb{
  display:block;
}
.smlb{
  display:none;
}

/* ⚠⚠⚠IE用⚠⚠⚠*/

_:-ms-lang(x)::-ms-backdrop, .box_right .form {
  padding: 20px 0px 0px 0px;
}

_:-ms-lang(x)::-ms-backdrop, .box_right .form {
  margin: 1em 0 2em 0;
}

_:-ms-lang(x)::-ms-backdrop, .box_section h2 {
  padding: 01em 0.5em 0em 0.5em;
}

_:-ms-lang(x)::-ms-backdrop, .box_section p {
  margin-top: 0.4em;
}

_:-ms-lang(x)::-ms-backdrop, .box_left h2 {
  padding: 1em 0.5em 0em 0.8em;
}

/*  ============================= */

@media screen and (max-width: 768px) {

  .sp {
  display: block;
  }
.sp img{
  width:100%;
}
  .pc {
  display: none;
  }

	.radiko{
	display: none;
	}

	.radiko_sp {
		display: block;
    width: 100%;
    position: relative;
    margin-bottom: -3px;
	}

	.radiko_sp a img {
	  position: relative;
	      width: 100%;
	      height: auto;
	}

.top_right {
display: none;
}

.top_left {
display: none;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */

#wrap {
background: none;
background-size: contain;
background-position: center top;
background-repeat: no-repeat;
}

#header {
	margin-top: 0em;
}

#header img {
padding-top: 0;
}

.top_name img {
	width: 100%;
	    height: auto;
	    padding: 0px;
	    box-sizing: border-box;
}
#header {
width: 100%;
height: auto;
text-align: center;
background-image: none;

}


#main_border {
  border: 0.3em solid;
  border-image: linear-gradient(to top, #29e3ff 0%, #de2495 100%);
  border-image-slice: 1;
  box-sizing: border-box;
  background: #ffffffb8;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 2em;
  width: 95%;
}

#main{
width: 100%;
height: auto;
position: relative;
max-width: 1000px;
margin: 0 auto;
padding: 1em;
}

.dr_box {
padding: 1em;
}

.dr_right p {
font-size: 16px;
}

.dr_left {
width: 100%;
height: auto;
float: none;
}

.dr_right {
float: none;
width: 100%;
height: auto;
margin-bottom: 3em;
}

.box_left{
width: 100%;
height: auto;
float: none;
margin-bottom: 3em;
}

.box_left h2{
margin-left: 0em;
margin-bottom: 1em;
}

.box_list li {
font-size: 14px;
}

.box_right {
width: 100%;
height: auto;
float: none;
margin: 0 0 0 0;
}

.box_section {
display: inline-flex;
}

.box_section h2 {
font-size: 16px;
height: fit-content;
width: 38%;
}

.box_section p {
margin-left: 0.5em;
width: 100%;
}

.small {
font-size: 11px;
}

.fotter_thai {
text-align: center;
padding-bottom: 5em;
}

.fotter_thai img {
width: 80%;
}

.box_right .form {
margin: 1em 0;
letter-spacing: 0em;
}
.bigb{
  display:none;
}
.smlb{
  display:block;
}
.btn{
  width:100%;
}
.box_form{
  width:90%;
  margin-left:auto;
  margin-right:auto;
  margin-top:-30px;
}

}
