/* encode UTF-8 */




html,body {
	/* ページの一番下の背景色 */
  background-color:#FFF;
  /* 背景画像、背景色の変更 */
    /* background-image:url(../img/pst_bk_logo02.jpg);
    background-size:auto;
  background-repeat:repeat-y;
    background-attachment:scroll;
    background-position:  center; */
    color:#000;
  -webkit-text-size-adjust: none;
  font-family:sans-serif;
line-height: 1.25;
}

.boxcenter_top {
	text-align: center;
	margin: 5px;
	text-decoration: none;
}

#index {
	font-size:18px;
}
.iPhoneBody {
background-color: #FFF;
background-image:url(../img/pst_bk_logo02.jpg);
    background-size:auto;
  background-repeat:repeat-y;
    background-attachment:scroll;
    background-position: center top 80px;
}

.iPhoneHead {
  height:auto;
   
padding: 4px 4px;
    background-color: #FFF;
   background-image:none;
}
.iPhoneHead h1 {
  font-size: 20px;
  color:#169CF1;
    font-weight: 900;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    background-color: #FFF;

	white-space: pre-wrap;
	overflow: unset;
	text-overflow: unset;
}

.iPhoneListTitle {
    margin: 0 auto;
  padding: 4px 0px;
    line-height: 1.2;
    width:100%;
  font-size: 18px;
  color: #FFF;
  font-weight: 900;
  text-align: center;
  background-color:#169CF1;
    border-top: double 6px #C7FFFF;
    border-bottom: double 6px #C7FFFF;
}





.head-div0 {
	color: #FFF;
	background-color: #000;
}

.head-div1 {
	display: flex;
	justify-content:space-between;
	background-color: #FF7E00;
}

.head-div2 {
	color: #000;
	text-align: center;
	margin: 2px 0px;
	padding:2px 4px;
	background-color: #FFF;
	border-bottom: solid 2px #F00;
	border-top: solid 2px #F00; 
}

.rehead-div {
  	color: #FFF;
    font-size: 1em;
	text-align: center;
    font-weight: 900;
	margin: 3px;
	padding:4px;
    background-color: #4EA43F;
    border:solid  1px #4EA43F;
    outline: solid 2px #4EA43F;
	outline-offset: 1px; 
}
.dec_cl {
color: #333333;        
    }
    
.dec_cl2 {
color: #FFF;
    font-size: 0.8em;
 }


.H0div {
	
	padding: 4px 10px;
}

.H1div {
	color: #FFF;
	width: 30%;
	text-align: center;
	margin:  0 auto;
	padding: 4px 10px;
}

.H1div img {
	
	width: 93px;
}

.H2div {
	color: #FFF;
	width: 70%;
	padding: 4px 10px;
	text-align: right;
}

h1, h3 {
	font-size: 1em;
	font-weight: 900;
}

h2 {
	font-size: 1.5em;
	font-weight: 900;
}

.midashi-1div {
	margin: 15px 10px 0;
	padding: 4px 10px;
	color: #FFF;
	flex-basis: 20%;
	text-align: center;
	font-size: 1em;
	font-weight: 900;

	background-color: rgba(255,102,0,0.80);
	border: rgba(255,255,255,0.80) double 6px;
	border-radius: 6px 15px 6px 15px;
}

.head-div3 {

	padding: 10px 20px 15px 20px;
	margin: 0 10px 10px 10px;
	/*background:rgba(255, 255, 255, 0.6);*/
	text-align: center;
}

.head-div5 {
	display: flex;
	justify-content:space-around;
	align-items: center;
	margin: 5px 4px;
	padding: 5px 0px;
	
}

.res_span {
	font-size: 1.5em;
	color: red;
	font-weight: 900;	
}

.res_span p {
	font-size: 0.8em;
	color: #000;
	font-weight: 400;	
}

.blue_span {
	font-size: 1.5em;
	color: blue;
	font-weight: 900;	
}

.blue_span p {
	font-size: 0.8em;
	color: #000;
	font-weight: 400;	
}

.H3-1div {
	color: #000;
	flex-basis: 20%;
	padding: 4px 10px;
	text-align: right;
	font-size: 1em;
	font-weight: 900;
}

.H3-2div {
/*
	flex-basis: 90%;
	display: flex;
	flex-direction:column;
	justify-content:center;
	justify-content: space-between;
*/
	text-align: center;
}

.head-div3 div.pachiType {
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    transition: all .2s;
	border: #999 solid 1px;
    background: #FFFFFF;
	
}

.radio-inline__input:checked + .radio-inline__label {
    background: #FFA600;
    color:#FFF;
	font-size: 1em;
	font-weight: 900;
    /*text-shadow: 0 0 1px rgba(0,0,0,.7);*/
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color:crimson;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}

.pdwn {
	padding: 10px 0px 5px;
}
/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
    display: inline-block;
		width: 70%;
    border-radius: 3px;
    border: 0.5px solid #999;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
  }

.custom-select.w100 {
    width: 100%;
    border-radius: 3px;
    border: 0.5px solid #999;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
}

    .custom-select-trigger {
      position: relative;
      display: block;
      width: 130px;
      padding: 0 84px 0 22px;
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      line-height: 60px;
      background: #5c9cd8;
      border-radius: 4px;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 25px;
        margin-top: -3px;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 15px 0;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    transition: all .4s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
  }
    .custom-options:before {
      position: absolute;
      display: block;
      content: '';
      bottom: 100%; right: 25px;
      width: 7px; height: 7px;
      margin-bottom: -4px;
      border-top: 1px solid #b5b5b5;
      border-left: 1px solid #b5b5b5;
      background: #fff;
      transform: rotate(45deg);
      transition: all .4s ease-in-out;
    }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 22px;
      border-bottom: 1px solid #b5b5b5;
      font-size: 18px;
      font-weight: 600;
      color: #b5b5b5;
      line-height: 47px;
      cursor: pointer;
      transition: all .4s ease-in-out;
    }
    .custom-option:first-of-type {
      border-radius: 4px 4px 0 0;
    }
    .custom-option:last-of-type {
      border-bottom: 0;
      border-radius: 0 0 4px 4px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #f9f9f9;
    }



.head-div4 {
	margin: 10px auto;
	width: fit-content;
	padding: 10px 0px;

}

.head-div4b {

	display: flex;
	justify-content:center;
	align-items: center;
	margin: 0 auto;
	width: fit-content;
	padding: 10px 0px;
}

.H3-5div {
	color: #000;
	flex-basis: 50%;
	padding: 4px 10px;
	text-align: right;
	font-size: 1em;
	font-weight: 900;
}


/* 結果テーブル */
.re_table table {
    border-collapse: collapse;  /* セルの線を重ねる */
}
 
.re_table th,td {
    padding: 5px 10px;          /* 余白指定 */
	
}
 
.re_table th {
    background-color: #4EA43F;  /* 背景色指定 */
    color:  #fff;               /* 文字色指定 */
    font-weight:  normal;       /* 文字の太さ指定 */
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */
}
 
.re_table td {
    background-color: #EDEDED; /* 背景色指定 */
    padding-left: 25px;         /* 余白指定 */
	text-align: right;

}
 
.re_table th::after {
    content:'';                 /* 空の要素を作る */
    position:  absolute;        /* 位置指定 */
    height: 22px;               /* 高さ指定 */
    width: 22px;                /* 幅指定 */
    background-color: #4EA43F;  /* 背景色指定 */
    transform:  rotate(45deg);  /* 要素を回転 */
    top: 5px;                   /* 位置指定 */
    right: -12px;               /* 位置指定 */
    z-index:  -1;               /* 重なり調整 */
    
}
 
.re_table tr {
    border-bottom:  solid #FFF 6px; /* 線指定 */
}
/* 結果テーブル */

.res_tb_span {
	color:#FF0000;
	font-weight: 900;
}

.res_blue_tb_span {
	color:#0000FF;
	font-weight: 900;
}

.res_black_tb_span {
	color:#000000;
	font-weight: 900;
}



/* 結果2 */
.table1 table caption{
caption-side:top;/* キャプションを下に移動 */
font-soze:16px;/*フォントサイズ*/
background:#3c3c3c;/*背景カラー*/
color:#fff;/*テキストカラー*/
	padding: 2px 4px 0px 4px;
	text-align: center;
}
.table1 th{
color:#000;/*テキストカラー*/
background:#f7f7f7!important;/*背景カラー*/
font-size:16px;/*フォントサイズ*/
padding:7px;/*内側余白調整*/
border:solid 2px #e8e8e8;/*見出し周りのボーダー線*/
	text-align: center;
}

.table1 th:first-child {
color:#000;/*テキストカラー*/
background:#f7f7f7!important;/*背景カラー*/
font-size:8px;/*フォントサイズ*/
padding:7px;/*内側余白調整*/
border:solid 2px #e8e8e8;/*見出し周りのボーダー線*/
	text-align: left;
}

.table1 tr,td{
border:solid 2px #e8e8e8;
}

.table1 tr:nth-child(7){
background:#FFADAE;/*背景カラー*/
} 




/*
.iPhoneListTitle {
  height:auto;
  line-height: 20px;
  padding: 4px 10px;
  font-family: HiraKakuProN-W6;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color:#006;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
*/
.panel {
	display: none;
	position: absolute;
	width:100%;
}


.active {
  display: block;
}

.content {
  /*margin: 10px;*/
  color:#FFF;
  background-color:#000;

  padding: 0 10px;
  
}

/* コンテンツ内の項目 */
.contTitle {
	margin-top:1em;
	padding: 3px 0 0 0;
	color:#FFF;
	font-size: 16px;
	text-align:center;
	background-color:#C00;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	/*-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);*/
	-webkit-box-shadow:none;
}

/* コンテンツ内の項目 */
.contTitle2 {
	margin-top:1em;
	padding: 3px 0 0 0;
	color:#FFF;
	font-size: 20px;
	text-align:center;
	background-color:#F90;
	-webkit-border-top-right-radius:6px;
	-webkit-border-top-left-radius:6px;
	/*-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);*/
}


/* コピーライト　左揃え */
.crtext {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#CCC;
}

/* 文字12px　センター揃え */
.crtext_cen {
	padding:4px 0 4px 0;
	text-align:center;
	font-size:12px;
	color:#CCC;
}

/* 小項目のdiv */
.sectionTitle {
	padding: 3px 0;
	color:#FFF;
	font-size: 22px;
	text-align:center;
	border-bottom: solid 1px #d9d9d9;
	clear:both;
}




.contAnswerTable {
	border-top: #999999 2px solid;
	border-right: #999999 2px solid;
	text-align: center;
	margin: 15px auto;
}

.contAnswerTable tr th,
.contAnswerTable tr td {
	border-bottom: #999999 2px solid;
	border-left: #999999 2px solid;
	font-size: 14px;
	color: #FFFFFF;
	padding: 4px 5px;
	width: 100px;
}

.contAnswerTable tr th {
	text-align: left;
}

.contAnswerTable tr td {
	text-align: right;
}

/* フォーム */

.contInput {
	text-align: center;
	margin-top: 14px;
	margin-bottom: 18px;
	color: #FFFFFF;
	font-size: 14px;
}

.contInput input.numInput {
	width: 200px;
}

.contInput input {
	padding: 5px 3px;
}

.contInput select {
	height: 30px;
	padding: 0 3px;
}

/* 注意書き */

.contAddtxt {
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
}

.attentionBox {
	margin-top: 15px;
	border-top: dotted 1px #d9d9d9;
	padding-top: 10px;
}

.attentionBox .attentionTxt {
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 10px;
}

.alertBox {
	border: #FF0000 solid 1px;
	padding: 5px;
	margin: 10px;
}

.alertBox p {
	color: #FF0000;
	font-size:14px;
}

.contAnswer {
	padding-top: 15px;
	marign: 0 0 15px;
	text-align: center;
	color: #FFFFFF;
}


.tablist {
	border-spacing:5px;
	font-size:16px;
	background-color:#000;
	vertical-align:middle;
	
	
}

.tablist2 {
	border-spacing:5px;
	font-size:14px;
	background-color:#000;
	vertical-align:middle;
}


#tb1 {
	height:1.5em;
	background-color:#CCC;
}


.boxbg_02 {
	height:1.2em;
	background-color:#000;
	padding:4px;
	border-bottom:1px solid;
	border-color:#333;
}

.boxbg_02non {
	height:1.2em;
	background-color:#000;
	padding:4px;

}

.tb3 {
	height:1.5em;
	background-color:#FC0;
}

#tb4 {
	height:1.5em;
	background-color:#FC0;

}

.tb5 {
	height:1.5em;
	
	background-color:#900;
	padding:3px 0 0 0;
}

#tb6 {
	height:1.5em;
	color:#000;
	background-color:#CCC;
}


/* 67% */
.width67par {
	height:1.5em;
	/*text-align:center;*/
	color:#000;

	padding: 6px;
	width:67%;
	
}

/* 60% */
.width60pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;
	font-size:12px;
	padding: 6px;
	width:60%;
	
}

/* 50% */
.width50pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:50%;
	
}


/* 40% */
.width40pr {
	height:1.5em;
	/*text-align:center;*/
	/*color:#000;*/

	padding: 6px;
	width:40%;
	
}

/* 33% */
.width33pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:33%;
	
}

/* 33% 2 */
.width33pr2 {
	height:1.5em;
	text-align:center;
	padding: 6px;
	width:33%;
	
}

/* 30% */
.width30pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:30%;
	
}

/* 25% */
.width25pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:25%;
	
}

/* 20% */
.width20pr {
	height:1.5em;
	/*text-align:center;*/
	color:#FFF;

	padding: 6px;
	width:20%;
	
}





.tc1 {
	margin:0 auto;
	text-align:center;
	color:#000;

	background-color:#FFF;
	padding: 6px;
	
}

.tc1big {
	margin:0 auto;
	text-align:center;
	color:#00F;
	font-size:42px;
	background-color:#FFF;
	padding: 6px;
	border-bottom:1px dotted;
	border-color:#333;
	
}

.tc1big2 {
	margin:0 auto;
	text-align:center;
	color:#00F;
	font-size:32px;
	background-color:#FFF;
	padding: 6px;
	border-bottom:1px dotted;
	border-color:#333;
	
}

.tc1sm {
	text-align:center;
	color:#000;
	font-size:16px;
}

.boxcenter_02 {
	
	margin:0 auto;
	text-align:center;
	color:#FFF;

	background-color:#000;
	padding: 10px;

}

.tc3 {
	text-align:center;
	color:#000;
	font-size:14px;
	padding: 3px 0 0 0;
}


.setcom {
	background-color:#000;
	
}


.submit input[type="submit"] {
 margin: 0 auto;
 padding: 5px 10px;
    vertical-align:middle;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 24px;
 line-height: 34px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;

}

.submit button[type="button"] {
 margin: 0 auto;
 padding: 5px 10px;
    vertical-align:middle;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 24px;
 line-height: 34px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;

}

.submit {
 text-align: center;

 padding: 5px 10px;
}

.chkbox {
 text-align: center;
 color:#FFF;
 padding: 5px 10px;
}

canvas {
	border:non;
}

.bgc_gl {
	text-align:center;
	color:#FFF;
	
}

.sec_str {
	color:#000;
	font-size:14px;
	height:1.2em;
}

.pr_str {
	text-align:left;
	font-size:12px;
}

.cun_str {
	text-align:right;
}
#tb2dc {
	background-color:#111;
	
}
.tb2db {
	height:1.5em;
	background-color:#000;
	/*border-bottom:4px double;*/
	border-bottom:4px solid;
	border-color:#333;

}

.tb2wt {
		
	background-color:#FFF;
	

}



.Re_div_str {
    display: flex;
    justify-content: center;
    align-items: center;
  	margin: 5px 4px;
	padding: 5px 0px;
   
}

.Re_sec_str {
	color:#000;
    font-weight: 900;
	font-size:16px;
    text-align:left;
    align-items: center;

}

.Re_sec_str2 {
	color:#000;
    font-weight: 900;
	font-size:16px;
    text-align:left;

}


#toolanc {

 padding: 2px 4px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 12px;
 -webkit-border-radius: 4px;
 border-radius: 4px;


}

.toolmail {

 padding: 4px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9900), color-stop(48%, #FF8600), color-stop(52%, #FF7700), to(#FF6600));
 font-size: 20px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 text-decoration:none;


}

/* フォームの装飾 */
.formnumber {
	
	padding: 2px;
	width:5em;
	color: #000;
    background: #fff;
	text-align:right;
 	background: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#fff));
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #333;

	
}


input[type="number"]{
	font-family:Arial,Helvetica,sans-serif;
	width:5em;

}



.crtexttool {
	padding:10px 0 10px 0;
	font-size:12px;
	color:#CCC;
	line-height:1.5em;
	
}

/* テキスト　左揃え */
.boxleft_01 {
	
	text-align:left;
	color:#FFF;
	font-size:14px;
	background-color:#000;
}

#tl1 {
	text-align:left;
	color:#FFF;
	font-size:18px;
	background-color:#000;
	padding: 10px;
}

#tl2 {
	text-align:center;
	color:#000;
	font-size:14px;
	background-color:#CCC;
	padding: 4px;
}

#tl3 {
	text-align:left;
	padding: 4px;
}

#tl5 {
	text-align:center;
	color:#000;
	font-size:14px;
	background-color:#FF9;
	padding: 4px;
}

/* クラス　文字　カラー*/
.Text_red {
	color:#F00;
}

.Text_blue {
	color:#00F;
}

.Text_lightblue {
	color:#0FF;
}

.Text_glay {
	color:#999;
}

/* ラジオボタン　サイズ*/
input[type="radio"] {
	size:36px;
}


/* 機種TOP仕切り */
.topsec {
	background-color:#06C;
	font-size:14px;
	color:#fff;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom: solid 1px #d9d9d9;
}


/* テキスト　センター揃え 赤文字 */
#tc1red {
	text-align:center;
	color:#F00;
	
	background-color:#FFF;
	padding: 6px;
	
}

.tc1glay {
	text-align:center;
	color:#999;
	font-size:16px;
	background-color:#FFF;
	padding: 2px;
	
}


/*天井入力*/
.text1 {
    width: 100%; /*親要素いっぱい広げる*/
    padding: 10px 15px; /*ボックスを大きくする*/
    
    border-radius: 3px; /*ボックス角の丸み*/
    border: 1px solid #999; /*枠線*/
    box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
}
.text1:focus {
    box-shadow: 0 0 5px 0 rgba(255,153,0,1);
    border: 2px solid #F00 !important;
    outline: 0;
}
.text1::placeholder {
	font-size: 0.6em;
}

input[type="number"].text1 {
	
	width:70%;

}


.swipbox {
    padding: 0 0;
    margin: 0 auto;
    width: 100%;
    height: 5em;
    background-color: antiquewhite;
    
}

.p1 {
	display:none;
}
input[type="submit"].noSubmit {
	background-image: none;
	background: lightgray;
	color: #999;
}
.custom-select, .custom-select option {
	padding: 5px;
}

.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
.controlSlider .swiper-slide:nth-child(4n+1) {
	background-color: #EECB27;
}
.controlSlider .swiper-slide:nth-child(4n+2) {
	background-color: #E13239;
}
.controlSlider .swiper-slide:nth-child(4n+3) {
	background-color: #1F1762;
}
.controlSlider .swiper-slide:nth-child(4n+4) {
	background-color: #BEDAE5;
}

.controlSlider {
	height: 80px;
	margin-top: 10px;
}
.controlSlider .swiper-slide {
	height: 80px;
	line-height: 80px;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
.controlSlider .swiper-slide-active {
	-webkit-filter: brightness(1);
	filter: brightness(1);
}

.swiper-container {
	width: 360px;
}
.swiper-container.controlSlider {
	width: 330px;
}
.swiper-container .re_table {
	margin: 0 auto;
	width: 300px;
}
/* 全体のスタイル */
.swiper-wrapper {
	width: 100%;
}
/* 全スライド共通スタイル */
.swiper-slide {
	color: #ffffff;
	width: 100%;
	text-align: center;
}
/* 2個目のSwiper全体のスタイル */
.controlSlider {
	height: 80px;
	margin-top: 10px;
}
/* 2個目のSwiperのスライドのスタイル */
.controlSlider .swiper-slide {
	height: 80px;
	line-height: 80px;
	width: 300px;
}


.alertBox2 {
	
	padding:2px 4px;
	margin: 2px 4px;
}

.alertBox2 p {
	
	font-size:14px;
}

.alertBox3 {
	padding:0 2px 1px 2px;
	 margin:0 2px 1px 2px;

	
}

div.acpeart {
    display:flex;
    justify-content: flex-end;
    margin: 0 10px;
}

div.acbtn {
   /* width: 45%; ボタン調整*/
    margin:0 2px;
	width: auto;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
}



.clearbox input[type="button"] {
 padding: 5px 10px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFFFFF;
 background-color: #D9F5F3;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9999), color-stop(48%, #FF8686), color-stop(52%, #FF7777), to(#FF6666));
 font-size: 20px;
 -webkit-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px #333333;
 box-shadow: 0 0 3px #333333;
}

.clearbox2 input[type="button"] {
    -webkit-appearance: none;
/* padding: 4px 10px;*/
    padding: 4px 10px;
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFF;
    font-size: 12px;
 background-color:#08CF00;
    border:#FFFFFF double 6px;
    border-radius: 8px 8px 8px 8px;
}

.helpbox input[type="button"] {
    -webkit-appearance: none;
 /*padding: 4px 10px;*/
   padding: 4px 10px; 
 border: 1px solid #FFFFFF;
 width: auto;
 color: #FFF;
    font-size: 12px;
 background-color:#1370FF;
    border:#FFFFFF double 6px;
    border-radius: 8px 8px 8px 8px;
    
}



.clearbox {
 text-align: center;
 padding: 5px 10px;
	
}

div.acod {
	padding:5px;
	display:none;
}

div.acod-btn {
	padding:0px;
	display:none;
    background:#169CF1;
}

/* アコーディオン　設定推測の仕組み の箱*/
div.acod-btn_help {
    padding:0px;
	display:none;
   /* background:#F772FF;*/
}


.acod-btn p{
padding:10px;
font-size:14px;
    color:#FFF;
}


.help_c1 {
  box-sizing    : border-box;           /* 罫線も含む長さ     */
  width         : 100%;                 /* BOXの幅            */
  height        : 50px;                 /* BOXの高さ          */
  padding       : 9px 20px;             /* 文字の位置合わせ   */
  font-size     : 14pt;                 /* 文字サイズ         */
  text-align    : center;               /* 文字位置           */
  color         : #000000;              /* 文字色             */
  margin: 10px 0px;
  background    : rgba(255,255,255,0.8); /* BOXの背景色        */
  border-top    : 7px double #000000;   /* 枠線の指定（上）   */
  border-bottom : 7px double #000000;   /* 枠線の指定（下）   */
}

.help_c2 {
    margin: 0px 4px;
    padding: 4px;
    text-align:left;
    font-size: 12px;
    background:rgba(255,255,255,0.7);
}

/* 判別ボタン  */




div .submit1 input[type="submit"] {
width: 100px;
  height: 100px;
    background:transparent;
border-style: none;
z-index: 3;
}

div.submit1 {
    position: relative;
     text-align: center;
    
   /*  padding: 5px 10px;*/
    width: 100%;
   height: 150px;
    mix-blend-mode: multiply;
/*    display: flex;
    justify-content: center;
    align-items: center; */
	margin-bottom: 20px;
}

.submit1 button[type="submit"] {
    
    margin: 0 auto;
vertical-align:middle;
    text-align: center;
width: 120px;
  height: 120px;
    outline:none;
    background:transparent;
border-style: none;
z-index: 3;
}

div.submit1 span {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 900;
}

/*
p, div {
  position: absolute;
}

p {
  font: 50px/1.2 'Courgette', cursive;
  color: #fff;
  text-align: center;
  top: 130px;
  left: 25%;
  z-index: 1;
}
*/

div.circle-1,
div.circle-2,
div.circle-3 {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;

  width: 100px;
  height: 100px;
  mix-blend-mode: multiply;
}

/* Circles  edit */
.circ-btn{
  display: inline-block;
  text-decoration: none;
  background: #FF5154;
  color: #FFFFFF;
  /*width: 120px;
  height: 120px;*/
  font-size:14px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  /*vertical-align: middle;*/
    vertical-align:baseline; 
  padding: 10px;
  border: 1px solid #FFFFFF;
  border:#FFFFFF double 6px;
  transition: .4s;
}
.circ-btn:hover{
    background:#9E51FF;
}
/* Circles  edit */

/* Circles */
.circle-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  z-index: 200;
}

.circle-0 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
  width: 100px;
  height: 100px;
  text-align: center;
/*  top:35%; */
  background:transparent;
  color: #FFF;
  font-weight: 900;
  z-index: 100;
}

.circle-1 {

  background:#FB6BFF;
  border-radius: 80% 50% 80% 50%/50% 50% 80% 80%;
  animation: border-animation 10s infinite linear;
  z-index: 10;
}

.circle-2 {

  background:#FF5154;
  border-radius: 50% 80% 50% 80%/80% 80% 50% 50%;
  animation: border-animation 7s infinite linear;
  z-index: 20;
}

.circle-3 {

  background:#FFEE5A;
  border-radius: 40% 40% 40% 50%/50% 50% 50% 30%;
  animation: border-animation 5s infinite linear;
  z-index: 30;
}

/* Animation */

@keyframes border-animation {
  to { transform: rotate(360deg); }
}

/*set bottun*/
/*
input[type="button"].set_btcss0,
input[type="button"].set_btcss1 {
    padding: 2px;
    margin: 4px;
  color: #fff;
    font-size: 12px;
  background-color: #999;
    border-radius:8px;
}

input[type="button"].set_btcss0.setActive,
input[type="button"].set_btcss1.setActive {

  background-color: #eb6100;
}
*/

.set_btcss0,
.set_btcss1 {
    padding: 2px;
    margin: 4px;
  color: #fff;
    font-size: 12px;
  background-color: #999;
    border-radius:8px;
}

.set_btcss0.setActive,
.set_btcss1.setActive {

  background-color: #eb6100;

}

/* 履歴 */
#result {
    margin: 0 auto;
    width:300px;
}

.result_title_div{
background-color:#72C365;
    margin: 0 auto;
padding:4px 0;
width:300px;
text-align: center;
    font-weight: 600;
    color: #FFF;

}

 .CSS_result_block {
        margin: 0 auto;
         margin-top: 5px;
        background-color:#FFF;
        border: solid 2px #72C365;
    }
.CSS_result_header {
        display: flex;
        justify-content:space-between;
        padding: 0 2px;
    }
.CSS_result_date {
        font-size: 0.5em;
 
        text-align: left;
        
    }
.CSS_result_conditions {
    padding-right:2px;
        font-size: 0.6em;
        text-align: right;
    }
.CSS_result_title {
        
        background-color:#72C365;
        color: black;
        text-align: left;
    }
.CSS_result_title_name {
        font-size: 0.8em;
        font-weight: 600;
        padding: 2px auto;
    }
.CSS_result_section {
    background-color:#FFF;
    border:1px solid #DDD;
}
.CSS_result_pattern {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    background-color:#DDD;  
    
        
    }

.CSS_result_subheading {
        margin: 4px;
        font-size: 0.8em;
        width: 100%;
        text-align: left;
        
    }
.CSS_result_subheading .dec_cl2 {
    color: #000;
    
}
.CSS_result_rotation{
       padding-right:2px;
        text-align:right;
        width: 100%;
        font-size: 0.8em;
    
    }

.CSS_result_data {
        display: flex;
        justify-content:space-between;
    border-top:1px solid #C0C0C0;
    }
.CSS_result_set{
    padding: 2px;
    font-size: 0.7em;
    text-align: left;
    
}
.CSS_result_pay {
    padding: 2px;
    font-size: 0.8em;
    text-align: right;
    
}


.cdddays {
    margin:0 auto;
	padding: 4px 0px 0px 0px;
	font-size: 20px;
	text-align:center;

}
.cdddays > div {
   margin:0 auto;
    color: #F00;
font-style: normal;
    font-weight: 900;
}