@charset "euc-jp";
/* CSS Document */

body{
	line-height: 1.4em;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
a:link,a:visited{color:#125a9e;text-decoration: none;}

/*フォームデザイン--------------------------------------*/

/*sidenavi-----------------------------*/
#sidenavi form{padding: 0% 3% 5%;}
#sidenavi form input[type="text"]{
	width: calc(96% - 4px);
	padding: 2% 2%;
	display: block;
	margin: 0 0 5%;
	font-size:1.0rem
}
#sidenavi form input[type="submit"]{
	border:none;
	width: 80%;
	margin: 0 auto;
	display: block;
}
/*ボタンデザイン--------------------------------------*/

.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #125a9e;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
	font-size: 1.0rem;
}

.btn-square-pop:active {
  border-bottom: solid 2px #125a9e;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.bana .btn-square-pop-wake {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #b90000;/*背景色*/
  border-bottom: solid 2px #860000;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
	font-size: 1.0rem;
	text-align: center;
	
}

.bana .btn-square-pop-wake:active {
  border-bottom: solid 2px #860000;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/*-リボン---------------------*/
.newobi-wrapper {
  display: block;
  position: relative;
  margin: 5px auto;
  padding: 10px 0;  
  height: 35px;
  background: #fafafa;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
}

.newobi-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 35px;
  overflow: hidden;
  }

.newobi {
    display: inline-block;
    position: absolute;
    padding: 5px 0;
    left: -8px;
    top: 6px;
    width: 80px;
    text-align: center;
    font-size: 0.6rem;
    line-height: 4px;
    background: #39c3d4;
    color: #fff;
    letter-spacing: 0.05em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 0 2px rgb(57, 195, 212);
    border-top: dashed 1px rgba(255, 255, 255, 0.65);
    border-bottom: dashed 1px rgba(255, 255, 255, 0.65);
}
.newobi-wrapper p{padding: 0 0 0 5px}
