@charset "UTF-8";

/*******************************
 
PCBCss
 
*******************************/
#pcb_main{
/*background: #9fcbee url(../img/main_bg.jpg) repeat-x;*/
background: rgb(4,68,132);
background: linear-gradient(135deg, rgba(4,68,132,1) 20%, rgba(95,159,190,1) 100%);
min-height:720px;
padding-top: 80px;
	position: relative;
}
#pcb_main:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/bg.jpg") no-repeat;
	background-size: cover;
}
.pcb-content{
width: 820px;
margin: 0 auto;
text-align: left;
padding-top: 15px;
}
.pcb-content h2{
	text-align: center;
}

#pcb_main .pcb-content{
/*background-image:url(../img/main_fig.png);
background-position: top right;
background-repeat: no-repeat;*/
	position: relative;
	z-index: 1;
}

#pcb_main .pcb-content .title{
display: block;
padding-top: 60px;
font-size: 20px;
	text-align: center;
margin-bottom: 5px;
/*color: #666;*/
color: #fff;
}

#pcb_main .pcb-content .catch{
display: block;
text-align: center;
/*color: #044484;*/
color: #fff;
font-size: 22px;
font-weight: bold;
padding-bottom: 40px;
}

#pcb_main .pcb-content .catch span{
display: block;
font-size: 30px;
text-decoration: underline;
}

.pcb-history{
padding: 30px;
margin-bottom: 40px;
/*background-image:url(../img/main_cont_bg.jpg);
background-color: #fff;
background-size: cover;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;*/
}

.pcb-history table{
/*margin-right: 200px;*/
}
.pcb-history table  th{
/*border-right:1px solid #ccc;
border-bottom: 10px solid #fff;*/
font-size: 20px;
font-weight: bold;
white-space: nowrap;
color: #fff;
padding-right: 20px;
	padding-bottom: 15px;
}

.pcb-history table  td{
padding-left: 20px;
padding-bottom: 15px;
color: #fff;
font-size: 14px;
line-height: 1.6em;
vertical-align: middle;
}

#penalties{
background: #fbfbfb;
padding: 50px 0 70px;
}

#penalties .catch{
display: block;
text-align: center;
color: #000;
font-size: 18px;
font-weight: bold;
padding-bottom: 40px;
}

#penalties .catch span{
display: block;
font-size: 28px;
}

#penalties ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#penalties ul li{
flex-basis: 48%;
margin-right: 4%;
margin-bottom: 30px;
background: #fff;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

#penalties ul li:nth-child(2n){
margin-right: 0;
}

#penalties ul li p{
position: relative;
padding: 30px 50px;
font-size: 13px;
font-weight: bold;
}

#penalties ul li p:before{
content: url(../img/cross.png);
position: absolute;
top: 50%;
left: -30px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

#penalties ul li span.red{
display: block;
color: #cc0000;
}

#penalties ul li span.red strong{
font-size: 22px;
line-height: 1.4em;
}

.worries{
padding-bottom: 50px;
position: relative;
overflow: hidden;
background: rgb(220,222,225);
background: linear-gradient(0deg, rgba(220,222,225,1) 10%, rgba(157,173,193,1) 100%);
}

.worries.bg:before{
content: url(../img/worries_bg.png);
position: absolute;
top: 0;
right: 0;
z-index: 1;
}

.worries .content{
position: relative;
z-index: 2;
background:#fff;
padding: 20px 100px;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

.worries .content .title{
font-size: 24px;
letter-spacing: .2em;
font-weight: bold;
color: #044484;
border-bottom: 2px dotted #044484;
margin-bottom: 15px;
}

.worries .content .title span{
color: #cc0000;
}

.worries .content ul li{
padding-top: 7px;
margin-bottom: 20px;
background-image: url(../img/check.png);
background-repeat: no-repeat;
background-position: top left;
padding-left:25px;
min-height: 23px;
}

.worries .content2 p{
background:#fff;
padding: 20px 0;
margin-bottom: 20px;
text-align: center;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

.balloon {
	position: relative;
	display: block;
	margin: 1.5em 0;
	padding:20px 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	background: #044484;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #044484;
}

.balloon p {
  margin: 0;
  padding: 0;
}

#counting{
	padding-top: 20px;
	position: relative;
}

#counting:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%; 
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 50px solid #dcdee1;
}

.maru-title{
background-image: url(../img/maruryo.png);
background-repeat: no-repeat;
background-position: top left;
padding-top: 80px;
margin-bottom: 20px;
}

.maru-title span{
color: #044484;
font-size: 40px;
letter-spacing: .2em;
font-weight: bold;
background: linear-gradient(transparent 70%, #ffff66 70%);
}

#counting img{
margin-bottom: 30px;
}

#counting .pcb-content{
background-image: url(../img/counting_map.jpg);
background-repeat: no-repeat;
background-position: top 80px right 0;
background-size: 520px;
padding-bottom: 50px;
}

#counting  .flex2col{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#counting  .flex2col .item{
flex-basis: 47%;
}

#counting  .flex2col .item:nth-of-type(2){
text-align: right;
}

#counting  .flex2col .item a{
margin: 0;
}

.conversions{
	background: #afd3e4;
	padding: 40px 0;
}

.conversions .title{
	position: relative;
	display: block;
	padding:10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #044484;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
}

.conversions .tel{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
color: #044484;
margin: 10px 0 15px;
}

.conversions .tel img{
margin-right: 15px;
}

.conversions .btns{
padding-bottom: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.conversions .btns .item{
flex-basis: 49%;
}

.conversions .btns .item img{
width: 100%;
height: auto;
}

#counting2{
	padding-top: 20px;
	position: relative;
	background-image: url(../img/arrow_fig.png);
	background-repeat: no-repeat;
	background-position: top 100px right 0;
	background-size: 600px;
}

#counting2:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%; 
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 50px solid transparent;
  border-top: 50px solid #dcdee1;
}

#counting2 .content{
width: 80%;
margin-right: 20%;
padding-top: 30px;
padding-bottom: 70px;
}

#counting2 .content .cont-title{
background: #82c9ea;
color: #044484;
display: block;
padding: 2px 0;
text-align: center;
font-weight: bold;
margin-bottom: 20px;
}

#counting2 .content .flexbody{
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#counting2 .content .flexbody .item{
flex-basis: 30%;
font-size: 14px;
line-height: 1.8em;
}

#counting2 .content .flexbody .item:nth-of-type(2){
flex-basis: 67%;
}

#counting2 .content .flexbody .item img{
width: 100%;
height: auto;
}

#counting2 .content .flexbody .item p{
font-weight: bold;
}

#counting2 .content .flexbody .item .flex2col{
padding-top: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#counting2 .content .flexbody .item .flex2col>.item{
flex-basis: 47%;
}

#counting2 .content .flexbody .item .flex2col>.item p.title{
background: #82c9ea;
color: #fff;
text-align: center;
}

#counting2 .content .flexbody .item .flex2col>.item p{
font-weight: normal;
}

.selectable{}

.selectable ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.selectable ul li{
flex-basis: 33.3333%;
}

.selectable ul li a {
display: block;
position: relative;
overflow: hidden;
}

.selectable ul li a img{
width: 100%;
height: auto;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.selectable ul li a:hover img{
-moz-transform: scale(1.05);
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.selectable ul li a span{
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
color: #fff;
font-size: 20px;
line-height: 1em;
font-weight: bold;
background: rgba(28,164,111,0.8);
padding: 10px 0;
}

.selectable ul li a span:after{
content: "\f105";
font-family: FontAwesome;
position: absolute;
bottom: 0;
right: 0;
font-size: 20px;
line-height: 1em;
padding: 10px 20px;
background:#157650;
}

.selectable ul li:nth-of-type(2) a span{
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
color: #fff;
font-size: 20px;
line-height: 1em;
font-weight: bold;
background: rgba(48,178,175,0.8);
padding: 10px 0;
}

.selectable ul li:nth-of-type(2) a span:after{
content: "\f105";
font-family: FontAwesome;
position: absolute;
bottom: 0;
right: 0;
font-size: 20px;
line-height: 1em;
padding: 10px 20px;
background:#0c706c;
}

.selectable ul li:nth-of-type(3) a span{
position: absolute;
bottom: 0;
left: 0;
display: block;
width: 100%;
color: #fff;
font-size: 20px;
line-height: 1em;
font-weight: bold;
background: rgba(18,77,137,0.8);
padding: 10px 0;
}

.selectable ul li:nth-of-type(3) a span:after{
content: "\f105";
font-family: FontAwesome;
position: absolute;
bottom: 0;
right: 0;
font-size: 20px;
line-height: 1em;
padding: 10px 20px;
background:#023568;
}

#pcb-formarea{
background: #eee;
	padding-top: 80px;
}

#maru3{
background: #a5e3e2;
margin-top: 50px;
padding-top: 30px;
padding-bottom: 50px;
}

#maru3 .pcb-content{
text-align: center;
}

#maru3 p.title{
display: inline-block;
color: #fff;
font-size: 30px;
letter-spacing: .1em;
padding: 5px 15px;
margin-bottom: 30px;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

#maru3 ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

#maru3 ul li{
flex-basis: 33%;
border-right:1px solid #eee;
}

#maru3 ul li:last-child{
border-right:0;
}
#maru3 ul li .inner{
display: block;
padding: 20px;
text-align: left;
line-height: 1.6em;
}
#maru3 ul li .inner img{
width: 100%;
height: auto;
}
#maru3 ul li .inner span{
color: #cc0000;
font-weight: bold;
}

#flow .title-area{
margin-top: 30px;
padding: 25px 0;
text-align: center;
background: rgb(60,93,133);
background: linear-gradient(180deg, rgba(60,93,133,1) 0%, rgba(128,198,231,1) 100%);
}

#flow .title-area p{
display: inline;
color: #fff;
}

#flow .title-area p.border{
font-size: 30px;
font-weight: bold;
padding: 0 40px;
margin-bottom: 10px;
display: inline-block;
border-bottom: 1px solid #fff;
}

#flow .flowimg{
width: 650px;
margin: 0 auto;
padding: 30px 0 50px;
}

#flow .flowimg .flowCol{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-pack: space-between;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;

}

#flow .flowimg .flowCol .item{
flex-basis: 47%;
}

#flow .flowimg img{
width: 100%;
height: auto;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){

#pcb_main{
min-height:auto;
padding-top: 40px;
}
#pcb_main:before{
background-position: right bottom;
}
.pcb-content{
width: 94%;
margin: 0 3%;
text-align: left;
padding-top: 15px;
}
#pcb_main .pcb-content h2{
width: 90%;
}
#pcb_main .pcb-content h2 img{
width: 100%;
height: auto;
}

#pcb_main .pcb-content{
background-image:url(../img/main_fig.png);
background-position: top right;
background-repeat: no-repeat;
background-size: 50%;
}

#pcb_main .pcb-content .title{
display: block;
padding-top: 40px;
font-size: 18px;
}

#pcb_main .pcb-content .catch{
font-size: 16px;
}

#pcb_main .pcb-content .catch span{
font-size: 21px;
}

.pcb-history{
padding: 30px;
margin-bottom: 40px;
background-image:url(../img/main_cont_bg.jpg);
background-color: #fff;
background-size: cover;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

.pcb-history table{
margin-right: 0;
}
.pcb-history table  th{
display: block;
border-right:0;
border-bottom: 1px solid #ccc;
font-size: 18px;
font-weight: bold;
white-space: nowrap;
color: #666;
padding-right: 0;
padding-bottom: 5px;
}

.pcb-history table  td{
display: block;
padding-left: 0;
padding-top: 5px;
padding-bottom: 15px;
color: #666;
font-size: 14px;
line-height: 1.6em;
}

#penalties{
background: #fbfbfb;
padding: 50px 0;
}

#penalties .catch{
font-size: 16px;
}

#penalties .catch span{
font-size: 21px;
}

#penalties ul{
display:block;
}

#penalties ul li{
flex-basis: 48%;
margin-right: 0;
margin-left: 30px;
margin-bottom: 30px;
background: #fff;
-moz-box-shadow: 0px 0px 3px #ccc;
-webkit-box-shadow: 0px 0px 3px #ccc;
box-shadow: 0px 0px 3px #ccc;
}

#penalties ul li:nth-child(2n){
margin-right: 0;
}

#penalties ul li p{
position: relative;
padding: 20px 20px 20px 50px;
font-size: 13px;
font-weight: bold;
}

#penalties ul li span.red strong{
font-size: 18px;
line-height: 1.4em;
}

.worries{
padding-bottom: 50px;
position: relative;
overflow: hidden;
background: rgb(220,222,225);
background: linear-gradient(0deg, rgba(220,222,225,1) 10%, rgba(157,173,193,1) 100%);
}

.worries .content{
padding: 20px;
}

.worries .content .title{
font-size: 21px;
line-height: 1.6em;
letter-spacing: .1em;
font-weight: bold;
color: #044484;
border-bottom: 2px dotted #044484;
margin-bottom: 15px;
}

.balloon {
	font-size: 20px;
}

.maru-title{
background-image: url(../img/maruryo.png);
background-repeat: no-repeat;
background-position: top left;
padding-top: 80px;
margin-bottom: 20px;
}

.maru-title span{
font-size: 30px;
letter-spacing: .1em;
}

#counting img{
margin-bottom: 30px;
}

#counting .pcb-content{
background-image:none;
background-repeat: no-repeat;
background-position: top 150px right 0;
background-size: 100%;
padding-bottom: 50px;
}

#counting  .flex2col{
display: block;
}

#counting  .flex2col .item:nth-of-type(2){
text-align: center;
}


.conversions{
	background: #afd3e4;
	padding: 20px 0;
}

.conversions .title{
	font-size: 18px;
}

.conversions .tel{
display: block;
margin: 10px 0 15px;
}

.conversions .tel img{
margin-right: 0;
margin-bottom: 10px;
}

.conversions .btns{
padding-bottom: 20px;
display:block;
}

.conversions .btns .item img{
width: 100%;
height: auto;
margin-bottom: 10px;
}

#counting2 {
    background-size: 40%;
}
#counting2 .content .flexbody .item .flex2col{
padding-top: 15px;
display:block;
}
	
#counting2 .content{
width: 100%;
}
	
#pcb-formarea{
	padding-top: 40px;
}
#pcb-formarea .wrap-common{
width: 100%;
}

#flow .title-area{
margin-top: 30px;
padding: 25px 0;
text-align: center;
background: rgb(60,93,133);
background: linear-gradient(180deg, rgba(60,93,133,1) 0%, rgba(128,198,231,1) 100%);
}

#flow .title-area p{
display: inline;
color: #fff;
}

#flow .title-area p.border{
font-size: 20px;
font-weight: bold;
padding: 0 40px;
margin-bottom: 10px;
display: inline-block;
border-bottom: 1px solid #fff;
}

#flow .flowimg{
width: 100%;
margin: 0 auto;
padding: 30px 0 50px;
}

#flow .flowimg .flowCol{
display: block;

}

#flow .flowimg .flowCol .item{
flex-basis: 47%;
}

#flow .flowimg img{
width: 100%;
height: auto;
}


}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
#counting2{
	background-size: 60%;
}

#counting2 .content{
width: 100%;
margin-right: 0;
}

#counting2 .content .flexbody{
margin-bottom: 30px;
display:block;
}
#counting2 .content .flexbody .item img{
width: 100%;
height: auto;
margin-bottom: 15px;
}
	
.selectable ul{
display: block;
}

.selectable ul li{
flex-basis: auto;
width: 100%;
}
.selectable ul li a span{
text-align: left;
font-size: 16px;
padding-left: 10px;
}

.selectable ul li a span:after{
font-size: 16px;
}

.selectable ul li:nth-of-type(2) a span{
font-size: 16px;
padding-left: 10px;
}

.selectable ul li:nth-of-type(2) a span:after{
font-size: 16px;
}

.selectable ul li:nth-of-type(3) a span{
font-size: 16px;
padding-left: 10px;
}

.selectable ul li:nth-of-type(3) a span:after{
font-size: 16px;
}

#maru3 p.title{
font-size: 20px;
}

#maru3 ul{
display: block;
}

#maru3 ul li{
flex-basis: 33%;
border-right:0;
border-bottom:1px solid #eee;
}

#maru3 ul li:last-child{
border-bottom:0;
}

}