@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');

@charset "utf-8";
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form, label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main,summary,time,mark,audio,video,a,input,textarea{ margin:0;padding:0; border:0; font-size:100%; background:transparent; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{ display:block;}
nav ul{ list-style:none;}
blockquote,q{ quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none;}
pre,code,kbd,samp{ font-family:monospace,monospace; font-size:inherit;}
table{ border-collapse:collapse; border-spacing:0;}
img{ border:0;}
address,caption,cite,code,dfn,em,th,var{ font-style:normal; font-weight:normal;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal}
sup{ vertical-align:text-top; font-size:75%;}
sub{ vertical-align:text-bottom; font-size:75%;}
input,textarea,select{ z-index:auto; font-family:inherit; font-size:inherit; font-weight:inherit; vertical-align:middle;}
a{ outline:none;}
audio:not([controls]){ display:none;}
time{ display:inline;}
[hidden]{ display:none;}
input::-ms-clear,input::-ms-reveal,input:focus::-ms-clear,input:focus::-ms-reveal{visibility:hidden; display:none;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{ padding:0; border:0;}
button{cursor:pointer;}

/* ===== Common ===== */
body,input,button,select,textarea{-webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; line-height:1; color:#444;}
a:link{ color:#009944; text-decoration:none;}
a:visited{ color:#009944; text-decoration:none;}
a:hover{ color:#009944; text-decoration:underline;}
a:active{ color:#009944;}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.clr{clear:both;}
section {clear:both; zoom:1;}
article:after,section:after,.clrFx:after{content:''; clear:both; display:block;}
a,button{transition:all .2s ease-in;}
a img{transition:all .3s ease-in;}
a:hover img{opacity:0.7;}
.aCt{text-align:center;}
.mCt{margin: 0 auto;}
.aLt{text-align:left;}
.aRt{text-align:right;}
.fLt{float:left;}
.fRt{float:right;}
.sp{display:none !important;}
.pc{display:block !important;}
.txtBg{font-size: 1.5rem;}
.crG{color:#009944;}

@media screen and (min-width:768px){
.spbr{display:none;}
.pcbr{display:inline;}
}

/* ===== Font ===== */
@font-face {
font-family: 'NotoSansJP';
font-weight: 700;
src: local('Noto Sans CJK JP Bold'),
local('NotoSansCJKjp-Bold'),
local('NotoSansJP-Bold'),
url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
url(http://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff');
}
.gfonto{font-family: 'Open Sans',  Helvetica, Arial, sans-serif;}
.gfontr{font-family: 'Roboto Slab', serif;}
body,button,select{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;}
article h1,article h2,article h3,.top h1,
article h4,.secondBg h1,.mv .mvWrap h1{font-family: 'NotoSansJP',"メイリオ","Meiryo";}
#siteHeader,footer nav ul{font-family:'Noto Sans TC',"メイリオ","Meiryo";}
.blogPage aside h3,
footer address,article .listMd dt span{font-family:'Roboto',sans-serif;}

/* ===== Base ===== */
#wrapper{min-width:1050px; }
#siteHeader .spToggle{display:none;}
#siteHeader{background:#fff; padding:15px; z-index: 100; width: 100%; height:auto;}
#siteHeader .headWrap{max-width:1050px; margin:0 auto;font-size:18px; position:relative;}
#siteHeader .headWrap .logo{position:absolute; top:57px; left:0px;}
#siteHeader nav.gNav{position:absolute; top:50%; right:0px; margin-top:-8px;}
#siteHeader nav.gNav ul li{display:inline-flex; margin-left:20px;}
#siteFooter{background:#404040; text-align:center; color:#fff; padding:40px 0 50px;}
#siteFooter nav ul{}
#siteFooter nav ul li{display:inline-flex; position:relative; padding-right:20px; line-height: 1.4;}
#siteFooter nav ul li:after{content:"｜"; position:absolute; right:0px; top:0px;}
#siteFooter nav ul li:last-child{ padding-right:0px;}
#siteFooter nav ul li:last-child:after{content:"";}
#siteFooter a:link,footer a:visited,footer a:hover{color:#fff;}
#siteFooter address{font-size:16px; margin-top:20px;}
#second{padding-top: 77px;}
#second header .siteLogo{width: 250px; margin:0 auto; }
section{max-width:1050px; padding:50px 15px; margin:0 auto;}
header.headTit h1{font-size:35px; border-bottom:1px solid #e0e0e0; color:#009944; margin-bottom:60px; line-height:1.7;}
article{}
article strong{font-weight:bold;}
article h1{font-size:2.5rem; margin-bottom:40px; line-height: 1.5;}
article h2{font-size:1.875rem; margin-bottom:40px; line-height: 1.5;}
article h3{font-size:1.5625rem; margin-bottom:40px; color:#009944;}
article .tit small{display: block; font-size:1.25rem;}
article p{line-height:1.7; margin-bottom: 30px;}
article p+h3{margin-top:30px;}
section ul,section ol{margin:30px 0 30px 1.5em; line-height:1.5;}
section ul.listLink{}
section ul.list{list-style: none; margin-left: -1em;}
article .listMd{line-height:1.7; margin-bottom:30px;}
article .listMd dt{font-weight:bold; color:#009944;}
article .listMd dd{border-bottom:1px solid #383838; margin-bottom:20px; position:relative;}
article .listMd dt span{font-size:25px; letter-spacing:0.05em;}
article .listMd.arrowFlow dt{border-bottom:1px solid #383838; margin-bottom:20px;}
article .listMd.arrowFlow dd{padding-bottom:100px; border-bottom:none;}
article .listMd.arrowFlow dd:after{content:""; background:url(http://pcrconnect.org/img/sprite.png) -320px 0; width:91px; height:77px; position:absolute; bottom:0px; left:50%; margin-left:-45px;}
article .listMd.arrowFlow dd:last-child{padding-bottom:0px;}
article .listMd.arrowFlow dd:last-child:after{background:none;}
article .fLt{margin:0 20px 20px 0px;}
article .fRt{margin:0 0px 20px 20px;}
article figure{margin-bottom: 30px;}
article figure figcaption{font-size:15px; padding-top: 5px; text-align: center;}
article .mc{display:flex; flex-wrap:wrap; justify-content:space-between;}
article .mc .col{margin-bottom:30px;}
article .mc.duo .col{width:calc(50% - 10px);}
article .mc.trio .col.g2{width:calc(66% - 15px);}
article .mc.trio .col{width:calc(33.5% - 15px);}
article .mc.fort.topf .col.g2{width:calc(80% - 15px);}
article .mc.fort.topf .col{width:calc(20% - 15px);}
article .mc.fort .col.g2{width:calc(75% - 15px);}
article .mc.fort .col{width:calc(25% - 15px);}
article .mc.six .col.g2{width:calc(84% - 15px);}
article .mc.six .col{width:calc(16.6% - 15px);}

article .bgColor{background:#f6ffe0;}
article .colBox{background:#fff; border:2px solid #9b9b9b; border-radius:10px; padding:30px; position:relative;}
article .btn a{background:#009944; color:#fff; width:350px; padding:20px; display:block; margin:20px 0; text-align:center;} 
article .btn a:hover{text-decoration:none; background:#005425;}
article .btn span{background: #bcbcbc; width:350px; padding:20px; display:block; margin:20px 0; color: #fff; text-align: center;}
article .btn.bgbtn a{width: 550px; font-size: 1.25rem; font-weight: bold;}
article .btn.rt{position:absolute; top:50%; right:30px; margin-top:-30px;}
article .btn.mCt span,
article .btn.mCt a{margin:20px auto 20px auto;}
article .btn.orebt a{background: #ff6c00;}
article .btn.orebt a:hover{background: #c55400;}
article .btn.btnOre a{background: #f08080;}
article .btn.btnOre a:hover{background: #cc4848;}



article table{margin-bottom:30px; width:100%;}
article table th,article table td{border:1px solid #404040; padding:20px; line-height:1.5;}
article table th{background:#c6c6c6; font-weight:bold;}
article table td p{margin-bottom: 15px;}
article table td p:last-child{margin-bottom: 0px;}
.map iframe{width:100%;}
article .formTable{max-width:700px; margin:0 auto; }
article .formTable dt{line-height:1.4; font-weight:bold;width:100%; display:block; padding:15px 15px 15px 0;} 
article .formTable dt label{ }
article .formTable dt span{font-weight:bold; color:#f90114;}
article .formTable dd{padding:0px 15px 30px 0px;}
article .formTable dd input,article .formTable dd textarea,
article .formTable dd select{font-size:16px; padding:15px; width:100%; border:1px solid #ccc; border-radius:5px;}
article .formTable dd input[type=radio] {width:1.5em; padding: 15px; transform: scale(1.5, 1.5);}
article .formTable dd label{line-height:2.5;}
article .formTable dd textarea{height:250px;}
article .formTable .btnSpace{text-align:center;}
article button{background:#009944; color:#fff; width:45%; padding:20px; display:inline-table; margin:20px 0; font-size:18px; border:none;}
article button:hover{background:#ccc; color:#444;}
article .privacy p+p{margin-bottom: 20px;}
article section.secondBd{padding-bottom: 80px;}
article .noteCont{background:#fff799; padding: 15px; margin: 30px 0;}
article .noteCont p:last-child{margin-bottom: 0px;}
article .topBtn{font-size: 1.3rem; margin: 50px auto;}
article .topBtn a{width: 500px; padding: 20px; border-radius: 20px;}
article .textBig{font-size: 25px;}

/* ===== Top ===== */
.mv{text-align: center; min-width: 1050px;}
.mv{width:100%; text-align: center;overflow: hidden; }
.mv .slideImg{height:500px; text-align: center !important;}
.mv .mv01{background: url("../images/mv01.jpg") center center;}
.mv .mv02{background: url("../images/mv02.jpg") center center;}
.mv .mv03{background: url("../images/mv03.jpg") center center;}
.mv .mv04{background: url("../images/mv06.jpg") center center;}
.mv .mv05{background: url("../images/mv07.jpg") center center;}
.mv .mv06{background: url("../images/mv09.jpg") center center;}
.mv .mv07{background: url("../images/mv08.jpg") center center;}
.mv .mv08{background: url("../images/mv10.jpg") center center;}

.mv .mv02 img,.mv .mv03 img,.mv .mv04img,.mv .mv05 img{width: 100%; height: auto;}
.mv .mvWrap .btnMv{position: absolute; bottom:30px; left:50px; width: 200px; height: 30px; background: #ff0000;}
.mv ul.slick-dots{position:absolute; bottom: 5px; }

.flow{background:#009944; color: #fff; padding:20px 20px; text-align: center; border-radius:20px;}
.flow h2{margin-bottom: 20px;}
.flow p{margin-bottom: 0px;}
.arrow{width: 0; height: 0; border-left: 80px solid transparent; border-right: 80px solid transparent; border-top:60px solid #009944; margin: 0 auto 20px; }
article .archiveList{margin-bottom:30px; line-height: 1.7;}
article .archiveList dt{width:calc(100% - 75%); float: left;}
article .archiveList dd{padding-left:25%;  margin-bottom:25px;}
article .archiveList a{color:#444; text-decoration:none;}
article .archiveList a:hover{color:#444; text-decoration: underline;}
ul.list li{margin-bottom: 20px;}
.bnr{max-width: 1050px; margin: 0 auto;}
.bnr ul{list-style: none;}
.programTabel{}
.programTabel ol{margin-left:1.5em;}
.programTabel thead td,.programTabel thead th{background: #009944; color: #fff; font-weight:bold; text-align: center;}
.programTabel th{text-align: center; background:#c0edd4; vertical-align: top;}
.programTabel td.subTit{background: #ededed;}
.programTabel td.proTit{background: #c0edd4; }
.programTabel td.breakTit{background: #bababa;}
.programTabel td .tasktit{font-size: 1.4rem; text-decoration: underline;}
.programTabel td .pname{color: #009944; font-size: 1.3rem;}
.programTabel td .sub{display: none; background: #fff; border-radius: 20px; padding:25px 15px;}
.programTabel td .col img{width: 100%; height: auto;}
.sub .mc.trio .col.g2{width:calc(75% - 15px);}
.sub .mc.trio .col{width:calc(25% - 15px);}
.sub .col{margin-bottom: 0px;}
.sub .col p:last-child{margin-bottom: 0px;}
.sub .col img{width: 100% ;height: auto;}
.programTabel th,.programTabel td{padding: 10px;}
.pagenav{display:flex; flex-wrap:wrap; justify-content:space-between;align-items: center; margin:50px 0 30px 0; padding-bottom: 30px; list-style: none;border-bottom:3px solid #979797;}
.display .pagenav li{width:calc(33.5% - 5px); font-weight: bold; text-align: center; font-size: 0.85rem;}
.display .pagenav li a{position: relative; margin-bottom: 5px; background: #ecffbe;}
.display .pagenav li a:hover{background: #80c269;}
.pagenav li{width:calc(16.6% - 5px); font-weight: bold; text-align: center;}
.pagenav li a{background:#f9fca2; width: 100%;  display: block; padding: 15px; border-radius: 10px; height: 70px; display: flex; align-items: center; justify-content: center;}
.pagenav li a:hover{text-decoration: none; background: #ff8600; color: #fff;}

.campany_box{border-bottom: 2px solid #B4B4B4; margin-bottom: 30px;}
.campany_box .col{margin-bottom: 0px;}
.campany_box dl{line-height: 1.5; margin-bottom: 30px;}
.campany_box dl dd{margin-bottom:30px;}
.campany_box dl dd:last-child{margin-bottom: 0px;}
.campany_box dl dt{font-weight: bold; font-size:1.25rem; margin-bottom: 20px;}
.campany_box img{width: 100%; height: auto;}
.campany_box img.def{width:auto; height: auto;}
.campany_box .ptit{margin-bottom: 10px;}
.campany_box ul,.campany_box ol{margin:0px 0 30px 1.5em; }
.campany_box .noteCont{border-radius:20px;  word-break:break-all; background: #ecffbe;}
.campany_box a.gBtn{background: #80c269; width: 100%; padding:10px; text-align: center; color: #fff; border-radius: 10px; display: block;}
.campany_box a.gBtn:hover{background: #ecffbe; text-decoration: none; color: #80c269;}

.campany_box .noteCont dl{margin-bottom:  0px;}
.campany_box .noteCont dl dt,.campany_box .noteCont dl dd{font-size:0.90rem; margin-bottom: 15px;}
.campany_box .noteCont dl dt{margin-bottom:5px;}
.campany_box .noteCont dl dd:last-child{margin-bottom: 0px;}
.listMd{line-height:1.7; margin-bottom:30px;}
.listMd dt{font-weight:bold; color:#009944; margin-bottom: 10px;}
.listMd dd p:last-child{margin-bottom: 0px;}
.prof:after{content:''; clear:both; display:block;}
.prof figure{width: 150px; position: relative; vertical-align: top;}
.prof figure img{width:100%; height: auto;}


.titPro{cursor: pointer;}
.titPro .titdetail{padding-left: 50px; text-decoration: underline; color:#009944;}
.modalBg {width: 100%; height: 100%; background-color: rgba(0,0,0,0.2);}
.profArea{background: #fff; padding:20px; width: 650px; border: none;}
#cboxLoadedContent{background: #fff !important;}
.profArea h3{margin-bottom: 30px; font-weight: bold;}
.profArea p,.profArea .mc .col p{margin-bottom: 15px; line-height: 1.6;}
.profArea .mc{display:flex; flex-wrap:wrap; justify-content:space-between;}
.profArea .mc.trio .col.g2{width:calc(66% - 15px);}
.profArea .mc.trio .col{width:calc(33.5% - 15px);}
.profArea .mc.trio .col img{width: 100%; height: auto;}

@media screen and (max-width:768px){
#wrapper{min-width:320px; }
.sp{display:block !important;}
.pc{display:none !important;}
.fLt,.fRt{float: none;}
article .fLt{margin:0 0px 20px 0px;}
article .fRt{margin:0 0px 20px 0px;}
article img{width:100%; height:auto;}
article img.def{width: auto; height: auto;}
.breadcrumbs{display:none;}
header.pageHead h1{line-height:1.4; font-size:30px;}
article h2{font-size:25px; margin-bottom:30px;}
article h3{font-size:20px; margin-bottom:30px; line-height:1.5;}
article .colBox{padding:15px;}
.mv{min-width: 320px;}
.mv div .slideImg{height:350px;}
.mv div.mv01{background:none; }
.mv div.mv02{background:none;}
.mv div.mv03{background:none;}
.mv div.mv04{background:none;}
.mv div.mv05{background:none;}
.mv div.mv06{background:none;}
.mv div.mv07{background:none;}
.mv div.mv08{background:none;}
	
	
.mv div{text-indent: 0;}
section{padding:30px 15px;}
article .mc{display:block;}
article .mc .col{margin-bottom:30px;}
article .mc.duo .col,article .mc.trio .col.g2,article .mc.fort .col.g2,
article .mc.fort .col,article .mc.trio .col,article .mc.fort.topf .col.g2,
article .mc.fort.topf .col{width:100%;}
	
article .mc.duo .col.btn{margin: 20px 0;}
article .btn.rt{position:static; top:auto; right:auto; margin-top:0px;}
article .btn span,
article .btn a{width:100%; padding:10px;}
article .btn.bgbtn a{width: 100%;}
article.top{padding-top:25px;}
article .textBig{font-size:18px;}
#siteHeader{height: auto; position: relative; z-index: 5;}
#siteHeader .headWrap{padding: 0px; position: relative; z-index: 10;}
#siteHeader .headWrap p.siteLogo{width: 250px; z-index: 5;}
#siteHeader nav.gNav .spToggle a,
#siteHeader nav.gNav .spToggle a.open{background-image:url(../images/sprite.png);  background-size:500px auto; width:40px; height:40px; display:block; position:absolute; right:10px; top:20px; text-indent:-9999px; z-index:2000; margin-top:-20px;}
#siteHeader nav.gNav .spToggle{ display:block;}
#siteHeader nav.gNav .spToggle a{background-position:0 0px;}
#siteHeader nav.gNav .spToggle a.open{background-position:-50px 0px ;}
#siteHeader nav.gNav{position:static; top:auto; right:auto; margin:0px;}
#siteHeader nav.gNav ul{z-index:1000; position:fixed; top: 0px; left: 0px; background:#009944; height:100%; width:100%; padding-top:70px; display: none;}
#siteHeader nav.gNav ul li{display:block; margin-left:0px; width:100%; border-bottom:1px solid #fff; font-weight:bold;}
#siteHeader nav.gNav ul li a{width:100%; display:block; color:#fff; padding:20px; cursor:pointer;}
#siteHeader nav.gNav ul li a:hover{text-decoration:none;}
article table{margin-bottom:20px;border-bottom:1px solid #404040;}
article table th,
article table td{display:block; padding:10px;}
article table th,article table td{border-bottom:none;}
article table td{}
article button{width:100%; display:block; margin:0  0 15px 0;}
article .formTable{padding-bottom:40px;}
img.formImg{width: auto; height: auto;}
.blogPage .blogList dt{width:100%; float:none;}
.blogPage .blogList dd{padding-left:0px;}
.blogPage article,.blogPage aside{float:none;}
.blogPage aside{width:100%; margin-top:30px;}
.blogPage aside h3{margin-bottom:20px; font-size:25px;}
footer .footNav{font-size: 15px; line-height: 1.5;}
article .archiveList dt{width: 100%; float: none;}
article .archiveList dd{padding-left: 0px;}
section ul.list{margin-left:0em;}
.bnr{display: none;}
.display .pagenav li{display: block; width: 100%;}
.videoBox {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.videoBox iframe{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.profArea{width: 100%;}
.profArea .mc{display:block;}
.profArea .mc.trio .col.g2,.profArea .mc.trio .col,
.programTabel td .sub .mc.trio .col.g2,.programTabel td .sub .mc.trio .col{width:100%;}
}