@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/
*/
*{
  margin: 0;
  padding: 0;
}

.clear{
  clear: both;
}


.slide-toggle{
  display: none;
}

.slidemenu{
  font-family: arial, sans-serif;
  max-width: 600px;
  margin: 60px auto 10px;
  overflow: hidden;
}

.slidemenu label{
  width: 25%;
  text-align: center;
  display: block;
  float: left;
  color: #333;
  opacity: 0.2;

}

.slidemenu label:hover{
  cursor: pointer;
  color: #666;
}

.slidemenu label span{
  display: block;
  padding: 1px;    
}

.slidemenu label .icon{
  font-size: 20px;
  border: solid 2px #333;
  text-align: center;
  height: 50px;
  width: 50px;
  display: block;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 50%;
}

/*Bar Style*/

.slider{
  width: 100%;
  height: 5px;
  display: block;
  background: #e3c2b7;
  margin-top: 2px;
  border-radius: 5px;
}

.slider .bar{
  width: 25%;
  height: 5px;
  background: #a6262e;
  border-radius: 5px;
}

/*Animations*/
.slidemenu label, .slider .bar {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
}

/*Toggle*/
.slidemenu .slide-toggle:checked + label{
  opacity: 1;
}



.slidemenu #slide-item-1:checked ~ .slider .bar{ margin-left: 0; }
.slidemenu #slide-item-2:checked ~ .slider .bar{ margin-left: 25%; }
.slidemenu #slide-item-3:checked ~ .slider .bar{ margin-left: 50%; }
.slidemenu #slide-item-4:checked ~ .slider .bar{ margin-left: 75%; }



h4, h5{
color: white;/*文字色*/
padding: 0.5em;/*文字周りの余白*/
display: inline-block;/*おまじない*/
line-height: 1.3;/*行高*/
background: #a6262e;/*背景色*/
vertical-align: middle;/*上下中央*/
border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
margin-bottom: 20px;
}

h4:before, h5:before {
content: '●';
color: white;
margin-right: 8px;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    background: #eeeeee;/*背景色*/
    border: solid 2px black
    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: nomal;
    font-size: 0.9em;
    width: 50%;
    margin-top: 10px;
}
h4 {
margin-bottom: 20px;
}
h5 {
margin-bottom: 10px;
letter-spacing: 0.1em
}
letterSp-1 {
letter-spacing: -0.1em
}
letterSp-5 {
letter-spacing: -0.5em
}
letterSp1 {
letter-spacing: 0.1em
}
letterSp005 {
letter-spacing: 0.05em
}
letterSp-005 {
letter-spacing: -0.05em
}

.text-narrow-100percent {
    transform: scale(0.8, 1);
    transform-origin: top left;
    width: 125%;
}

.square_btn:active {
    border-bottom: solid 2px #a6262e;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.event-bg {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	background-image: url(../image/common/main_copy_bg.jpg);
}
.event-bg2 {
	margin-top: 20px;
}

.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
    width: 80%;
    background: #ffffff;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
    margin: 0; 
    padding: 0;
}

.boxTi{
	font-size: 1.1em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #333333;
	font-weight: 600;
	text-align: left;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left 35%;
}

.pt01jud-Cont {
	margin-bottom: 40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: rgba(255,255,255,1.00);
}

.pt01jud-tit {
	color: #333;/*文字色*/
	padding: 0.05em 0;/*上下の余白*/
	border-top: solid 2px #af272f;/*上線*/
	border-bottom: solid 2px #af272f;/*下線*/
	font-size: 1.15em;
	letter-spacing: 0.1em;
	line-height: 2.5em;
	font-weight: bold;
	text-align: center;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center 25%;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: rgb(0,0,0,0.05)
}
.pt01-box {
	padding: 10px;
	background-image: url(../image/common/main_copy_bg.jpg);
}
.pt01-box2 {
	background-image: url(../image/common/main_copy_bg.jpg);
}
.pt01-box3 {
	text-align: center;
}
.pt01-box img, .pt01-box2, .pt01-box3 img {
	width: 100%;
	display: block;
 	margin-left: auto;
 	margin-right: auto;
}


 /* ぴたっこコンクール用ボタン　180224 */
ul.contest-btn{
  padding: 0px;
  padding-top: 30px;
  margin-bottom: 0px;
  font-size: 0;
}
ul.contest-btn li{
  display: inline-block;
  padding: 0px;
  width: 147;
  text-align: left;
}
ul.contest-btn li a{
  text-decoration: none;
}
/* イラストと同じ幅になった時のデザイン */
@media all and (max-width: 661px)
{
ul.contest-btn li{
  width: 25%;
}
}

/* ぴたっこコンクールコンテンツ　デザイン */
.index-subti-pt1801, .index-subti-pt1802, .index-subti-pt1803, .index-subti-pt1804 {
	font-size: 1.15em;
	letter-spacing: 0.1em;
	line-height: 2.2em;
	color:#af272f;
	font-weight: bold;
	text-align: center;
	height: 26px;
	background-repeat: no-repeat;
	background-position: center 35%;
}
.index-subti-pt1801 {
	background-image: url(../image/event/1804pitaTitleline_01.png);
}
.index-subti-pt1802 {
	background-image: url(../image/event/1804pitaTitleline_02.png);
}
.index-subti-pt1803 {
	background-image: url(../image/event/1804pitaTitleline_03.png);
}
.index-subti-pt1804 {
	background-image: url(../image/event/1804pitaTitleline_04.png);
}

.index-number-pt1801, .index-number-pt1802, .index-number-pt1803 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #333;
	font-weight: 600;
	text-align: left;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left 35%;
}
.index-number-pt1801 {
	background-image: url(../image/event/1804pitaTitlebtn_01.png);
}
.index-number-pt1802 {
	background-image: url(../image/event/1804pitaTitlebtn_02.png);
}
.index-number-pt1803 {
	background-image: url(../image/event/1804pitaTitlebtn_03.png);
}

.index-step-pt1801, .index-step-pt1802, .index-step-pt1803, .index-step-pt1902 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #333;
	font-weight: 600;
	text-align: left;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center 50%;
	text-align: justify;
	text-justify: distribute-all-lines;
	margin-bottom: 10px;
}
.index-step-pt1801 {
	background-image: url(../image/event/1804pitaSillst_01.gif);
}
.index-step-pt1802 {
	background-image: url(../image/event/1804pitaSillst_02.gif);
}
.index-step-pt1803 {
	background-image: url(../image/event/1804pitaSillst_03.gif);
}
.index-step-pt1902 {
	background-image: url(../image/event/1904pitaSillst_02.gif);
}
.index-step-product {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #333;
	font-weight: 600;
	text-align: left;
	height: 145px;
	background-repeat: no-repeat;
	background-position: center 50%;
	text-align: justify;
	text-justify: distribute-all-lines;
	margin-bottom: 10px;
}
.index-step-product {
	background-image: url(../image/event/1804pitaProduct.gif);
}

.event-P-title-main, .event-P-title-sub, .event-P-title-nomal, .event-P-title-small, .event-P-title-smallmin {
	padding-top: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
	text-align: left;
	color: #333;
	font-weight: normal;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.event-P-title-main {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 10px;
	font-weight: 600;
	letter-spacing: 0.1em
}
.event-P-title-sub {
	font-size: 1.1em;
	line-height: 1.6;
	margin-top: 0px;
	font-weight: normal;
}
.event-P-title-nomal {
	font-size: 1em;
	line-height: 1.6;
	margin-top: 10px;
	font-weight: normal;
}
.event-P-title-small {
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 10px;
	font-weight: normal;
}
.event-P-title-smallmin {
	font-size: 0.8em;
	line-height: 1.5;
	margin-top: 5px;
	font-weight: normal;
}

.main-copy-ev {
	font-size: 1em;
	line-height: 1.6em;
	margin: 10px;
	padding: 25px 10px 10px 10px;
	background-image: url(../image/common/main_copy_bg.jpg);
	text-align: justify;
	text-justify: distribute-all-lines;
}
.main-copy-ev img {
	width: 100%;
}
.main-copy-ev .description {
	margin: 20px 10px 5px 5px;
	border: 1px solid rgba(180,180,180,1.00);
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-radius: 5px;
	text-align: justify;
	text-justify: distribute-all-lines;
}
.main-copy-ev .material {
	margin-top: 0px;
}

.main-copy-ev-line {
	text-decoration: underline;
}
.main-copy-ev-small {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: justify;
	text-justify: distribute-all-lines;
	padding-top: 5px;
	padding-left: 10px;
}
.main-copy-ev-btn {
	margin: 10px;
	padding: 0px 10px 0px 0px;
	background-image: url(../image/common/main_copy_bg.jpg);
	text-align: justify;
}
.main-copy-ev-btn img {
	width: 25%;
}
/* ぴたっこコンクールボタン　スマホサイズ時のデザイン */
@media all and (max-width: 540px)
{
.main-copy-ev-btn img {
	width: 60%;
}
}
/* ぴたっこコンクールボタン　スマホサイズ時のデザイン */
@media all and (min-width: 541px) and (max-width: 767px)
{
.main-copy-ev-btn img {
	width: 35%;
}
}
 /* タブレットサイズ時のデザイン */
@media all and (min-width: 768px) and (max-width: 991px)
{
.main-copy-ev-btn img {
	width: 178px;
}
}
/* タブレットサイズ以上のデザイン */
@media all and (min-width: 992px)
{
.main-copy-ev-btn img {
	width: 178px;
}
}
/* 消しゴムハンコイベント用 */
.description02 {
	border: 3px solid rgba(175, 39, 47, 1.0);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 5px;
	margin-top: 0px;
}
