@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.bold1 {
	font-weight:bold;
}

.red {
	color:#FF0000;
}



/* リニューアル */
body {
  position: relative;
  background: url(/wp/wp-content/themes/ouenten/img/top/pageBack.png);
  font-family: "Noto Sans JP", 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
  font-family: "Noto Sans JP", 'Noto Sans', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Osaka, "メイリオ", Meiryo,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
  letter-spacing: 0;
}
a,
.hover {
 	-webkit-transition: all 0.5s ease-out;  
	-moz-transition: all 0.5s ease-out; 
	-o-transition: all 0.5s ease-out;  
	transition: all 0.5s ease-out; 
}
a:hover,
.hover:hover {
	opacity:0.7;
}

img {
  max-width: 100%;
/*  width: 100%; */
  height: auto;
}

.nopc {
	display: none; 
}



.l-inner {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-inner2 {
  padding: 0 20px;
}

.l-wrap {
  padding: 100px 0 0 0;
}




@media screen and (max-width: 640px) {
  .nosp {
	display: none;
}

  .nopc {
	  display: block;
	}
	.l-wrap {
    padding: 63px 0 0 0;
  }


}




.c-header {
  background: rgba(255,255,255,1);
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  padding: 30px 0 31px 0;
  z-index: 10000;
  box-sizing: border-box;
  border-bottom: #dddddd 1px solid;
}
.p-topPage .c-header {
  border-bottom: none;
}
.c-headerWrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.c-header-logo {  
  text-align: left;
  padding-left: 33px;
}
.c-header-logo img {
  width: 329px;
  height: auto;
}
.c-header-sns {
  position: absolute;
  top: 1px;
  right: 104px;
}
.c-header-sns a {
  display: block;
  width: 38px;
  height: 38px;
  border: #0a923d 2px solid;
  border-radius: 50%;
}

@media screen and (max-width:640px) {
  .c-header {
    padding: 19px 0 15px 0;
    z-index: 10000;
    box-sizing: border-box;
    border-bottom: #dddddd 1px solid;
  }
  .p-topPage .c-header {
    border-bottom: none;
  }
  .c-headerWrap {
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  .c-header-logo {  
    max-width: 60%;
    text-align: left;
    padding-left: 15px;
  }
  .c-header-logo img {
    width: 230px;
    height: auto;
  }
  .c-header-sns {
    position: absolute;
    top: -2px;
    right: 72px;
  }
  .c-header-sns a {
    display: block;
    width: 26px;
    height: 26px;
    border: #0a923d 2px solid;
    border-radius: 50%;
  }  

}



.c-menuBtnOuter {
  position: fixed;
  width: 100%;
  z-index: 10001;
}
.c-menuBtn {
  display: block;
  background: #0a923d url(/wp/wp-content/themes/ouenten/img/header/headerMenu-off.png) no-repeat center center;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  text-indent: -9999px;
  text-align: left;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 10002;
 	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;   
}
.c-menuBtn.is-open {
  background: #FFF url(/wp/wp-content/themes/ouenten/img/header/headerMenu-on.png) no-repeat center center;
}
@media screen and (max-width:640px) {
  .c-menuBtnOuter {
    position: fixed;
    width: 100%;
    z-index: 10001;
  }
  .c-menuBtn {
    display: block;
    background: #0a923d url(/wp/wp-content/themes/ouenten/img/header/headerMenu-off.png) no-repeat center center;
    background-size: 46px;
    width: 46px;
    height: 46px;
    top: 9px;
    right: 15px;
  }
  .c-menuBtn.is-open {
    background: #FFF url(/wp/wp-content/themes/ouenten/img/header/headerMenu-on.png) no-repeat center center;
    background-size: 46px;
  }  
  
  
}




.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}


.c-sideNav {
  position: fixed;
  z-index: 10000;
  background: rgba(10,146,61,0.9);
  width: 420px;
  top:0;
  right: -100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 0 0 0;
 	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.c-sideNav-list {
  padding: 0 0 0 73px;
}
.c-sideNav-list li {
  text-align: left;
}
.c-sideNav-list li + li {
  margin-top: 10px;
}
.c-sideNav-list li a {
  display: block;
  position: relative;
  font-size: 18px;
/*  line-height: 1.4;*/
  color: #FFF;
  font-weight: bold;
  text-align: left;
  padding: 20px 0 20px 74px;
}
.c-sideNav-list li a:before {
  content: '';
  display: block;
  height: 54px;
  width: 54px;
  border: #FFF 2px solid;
  border-radius: 50%;
  position: absolute;
  top:0;
  bottom:0;
  left: 0;
  margin: auto;
}
.c-sideNav-list li a.is-flag:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_flag.png) no-repeat;
}
.c-sideNav-list li a.is-human:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_human.png) no-repeat;
}
.c-sideNav-list li a.is-search:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_search.png) no-repeat;
}
.c-sideNav-list li a.is-movie:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_movie.png) no-repeat;
}
.c-sideNav-list li a.is-phone:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_app.png) no-repeat;
}
.c-sideNav-list li a.is-bus:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_bus.png) no-repeat;
}
.c-sideNav-list li a.is-contact:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_mail.png) no-repeat;
}
.c-sideNav-list li a.is-info:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_info.png) no-repeat;
}
.c-sideNav-list li a.is-present:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_present.png) no-repeat;
}
.c-sideNav-list li a.is-course:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_course.png) no-repeat;
}
.c-sideNav-list li a.is-link:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_link.png) no-repeat;
}
.c-sideNav-list li a.is-support:before {
  background: url(https://www.ganbarou-fukushima.jp/wp/wp-content/uploads/2019/05/icon_umai.png) no-repeat;
}
.c-sideNav-list li a.is-meeting:before {
  background: url(/wp/wp-content/themes/ouenten/img/header/icon_meeting.png) no-repeat;
}

@media screen and (max-width:640px) {
  .c-sideNav {
    position: fixed;
    z-index: 10000;
    background: rgba(10,146,61,0.9);
    width: 82%;
    top:0;
    right: -100%;
    height: 100%;
    box-sizing: border-box;
    padding: 75px 0 0 0;
  }  
  .c-sideNav-list {
    padding: 0 5% 0;
  }
  .c-sideNav-list li {
    text-align: left;
  }
  .c-sideNav-list li + li {
    margin-top: 10px;
  }
  .c-sideNav-list li a {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    padding: 15px 0 15px 74px;
  }
  .c-sideNav-list li a:before {
    height: 50px;
    width: 50px;
    border: #FFF 1px solid;
  }
  .c-sideNav-list li a.is-flag:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_flag.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-human:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_human.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-search:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_search.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-movie:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_movie.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-bus:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_bus.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-contact:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_mail.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-info:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_info.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-present:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_present.png) no-repeat;
    background-size: 50px auto;
  }
  .c-sideNav-list li a.is-course:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_course.png) no-repeat;
    background-size: 50px auto;
  }

  .c-sideNav-list li a.is-link:before {
    background: url(/wp/wp-content/themes/ouenten/img/header/icon_link.png) no-repeat;
    background-size: 50px auto;
  }  
}



.c-footer {
  background: #0a923d;
  padding: 29px 0 22px 0;
}
.p-topPage .c-footer {
  margin-top: 0px;
}
.c-footerWrap {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: table;
}
.c-footerCon {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 30px;
  border-left: #5da478 1px solid;
  text-align: left;
  width: 50%;
}
.c-footerCon + .c-footerCon {
  border-right: #5da478 1px solid;
}
.c-footerCon-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 8px;
}
.c-footerCon-text {
  font-size: 12px;
  line-height: 20px;
  color: #FFF;
  word-break: break-all;
}
.c-footerCon-text a {
  color: #FFF !important;
}
.c-footerCon + .c-footerCon .c-footerCon-title {
  text-indent: -8px;
}
.c-footerLogo {
  margin-bottom: 8px;
}

@media screen and (max-width:640px) {
  .c-footer {
    padding: 19px 0 12px 0;
  }
  .p-topPage .c-footer {
    margin-top: 0px;
  }
  .c-footerWrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .c-footerCon {
    display: block;
    padding: 15px 10px;
    border-left: none;
    text-align: center;
    width: auto;
  }
  .c-footerCon + .c-footerCon {
    border-right: none;
    text-align: left;
    padding: 15px 20px;
  }
  .c-footerCon-title {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 8px;
  }
  .c-footerCon-text {
    font-size: 10px;
    line-height: 20px;
    color: #FFF;
    word-break: break-all;
  }
  .c-footerCon + .c-footerCon .c-footerCon-title {
    text-indent: -8px;
  }
  .c-footerLogo {
    width: 130px;
    margin: 0 auto 8px auto;
  }
  .c-footerLogo + .c-footerCon-text {
    font-size: 12px;
  }
}


.c-copy {
  color: #7e7e7e;
  font-size: 12px;
  line-height: 1.5;
  background: #303030;
  padding: 18px 0;
}

@media screen and (max-width:640px) {
  .c-copy {
    display: none;
  }
}

.c-pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9990;
}
.c-pageTop a {
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
  border: #0a923d 2px solid;
  text-align: left;
  text-indent: -9999px;
  background: #FFF;
  position: relative;
}
.c-pageTop a:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -2px auto 0 auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0a923d;
  border-right: 2px solid #0a923d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width:640px) {
  .c-pageTop {
    right: 10px;
    bottom: 10px !important;
  }
  .c-pageTop a {
    width: 45px;
    height: 45px;
    border: #0a923d 2px solid;
  }
  .c-pageTop a:before {
  }  
  
}

.p-pageHead {
  background: url(/wp/wp-content/themes/ouenten/img/top/topMenuBack.png);
}
.p-pageHead-title {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding: 60px 0 80px 0;
  font-weight: 700;
  color: #FFF;
}
.p-pageHead-title:after {
  content: '';
  width: 74px;
  background: #FFF;
  height: 1px;
  margin: auto;
  display: block;
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  .p-pageHead-title {
    font-size: 22px;
    padding: 30px 0 40px 0;
  }
  .p-pageHead-title:after {
    content: '';
    width: 37px;
    bottom: 25px;
  }
}


.p-pankuzu {
  background: rgba(215,209,188,0.3);
  font-size: 13px;
  text-align: 1.4;
}
.p-pankuzuList {
  text-align: left;
  padding: 10px;
}
.p-pankuzuList li {
  display: inline-block;
  color: #000;
  margin-right: 16px;
  position: relative;
}
.p-pankuzuList li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  content: '';
  vertical-align: middle;  
  width: 4px;
  height: 4px;
  border-top: 1px solid #787878;
  border-right: 1px solid #787878;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-pankuzuList li a {
  color: #787878;
}
.p-pankuzuList li:last-child:before {
  display: none;
}
@media screen and (max-width: 640px) {
  .p-pankuzu {
    font-size: 12px;
  }
}



.p-topOther {
}
.p-topOther2 {
  background: url(/wp/wp-content/themes/ouenten/img/top/pageBack2.png);
  padding: 43px 0 70px 0;
}
.p-topOther-barWrapBig {
  margin-bottom: 70px;
}
.p-topOther-barWrapBig .p-topOther-barItem {
  
}
.p-topOther-barItem + .p-topOther-barItem {
  margin-top: 27px;
}
.p-topOther-barWrapSmall {
  width: 32%;
  float: left;
}
.p-topOther-barWrapSmall li {
  float: left;
  margin-right: 1.9%;
  margin-bottom: 5px;
}
.p-topOther-barWrapSmall li:nth-child(2n) {
  margin-right: 0;
}
.p-topOther-barWrapSmall li:nth-child(2n+1) {
  clear: both;
}
.p-topOther-facebook {
  float: right;
  width: 30%;
}
.p-topOther-buttonList {
    width: 60%;
    max-width: 460px;
    float: right;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
.p-topOther-buttonList a[href$=".pdf"] {
    padding: 21px 0 23px 20%;
    text-align: left;
}
@media screen and (max-width:640px) {
  .p-topOther2 {
    background: url(/wp/wp-content/themes/ouenten/img/top/pageBack2.png);
    padding: 30px 0 50px 0;
  }  
  .p-topOther-barWrapBig {
    margin-bottom: 25px;
  }
  .p-topOther-barWrapBig .p-topOther-barItem {
padding: 30px 0px; 
  }
  .p-topOther-barItem + .p-topOther-barItem {
    margin-top: 15px;
  }  
  .p-topOther-barWrapSmall {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .p-topOther-barWrapSmall li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 5px;
  }
/*  .p-topOther-barWrapSmall li:nth-child(2n) {
    margin-right: 1.5%;
  }
  .p-topOther-barWrapSmall li:nth-child(2n+1) {
    clear: none;
  }
  .p-topOther-barWrapSmall li:nth-child(3n) {
    margin-right: 0;
  }
  .p-topOther-barWrapSmall li:nth-child(3n+1) {
    clear: both;
  } */
  .p-topOther-facebook {
    width: 100%;
    float: none;
    text-align: center;
  }
	
  .p-topOther-insta {
   padding-left :5px;
	 padding-top :40px;
  }
    
    .p-topOther-buttonList {
        width: 100%;
        max-width: 100%;
        float: none;
        gap: 10px 0;
    }
    .p-topOther-buttonList a[href$=".pdf"] {
        padding: 15px 0 16px 50px;
    }
}







a.c-btn {
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  background: #ffa019;
  display: block;
  padding: 21px 0 23px 0;
  font-weight: bold;
  position: relative;
}
a.c-btn.is-green {
  background: #0a923d;
}
a.c-btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 9px;
  height: 9px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.c-btn[href$=".pdf"]:before{
    display: none;
}
a.c-btn[href$=".pdf"]:after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(../img/button/icon-pdf.png) no-repeat center center / contain;
    text-align: left;
}

@media screen and (max-width:640px) {
  a.c-btn {
    font-size: 14px;
    line-height: 1;
    color: #FFF;
    background: #ffa019;
    display: block;
    padding: 15px 0 16px 0;
    font-weight: bold;
    position: relative;
  }
  a.c-btn:before {
    right: 15px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }  
    a.c-btn[href$=".pdf"]:after{
        left: 15px;
        width: 20px;
        height: 20px;
    }
}

.p-btnCol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
  margin: 0 20px;
}
.p-btnCol > div {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  .p-btnCol {
    display: block;
    margin: 0 0px;
  }
  .p-btnCol > div {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 0px;
  }
}

.p-contentsHead {
  margin-bottom: 60px;
}
.p-contentsHead-title {
  font-size: 26px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}
.p-contentsHead-subTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1.5px;
}



.p-pageNavi {
  margin: 40px 0 80px 0;
}
.p-pageNavi a ,
.p-pageNavi span {
  display: inline-block;
  width: 44px;
  height: 44px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 8px;
}
.p-pageNavi a {
  border: #0a923d 2px solid;
  color: #0a923d;
}
.p-pageNavi a:hover ,
.p-pageNavi span {
  border: #0a923d 2px solid;
  background: #0a923d;
  color: #FFF;
  opacity: 1;
}
.p-pageNavi .p-pageNavi-next,
.p-pageNavi .p-pageNavi-prev {
  background: #bdb198;
  border: #bdb198 2px solid;
  color: #FFF;
  text-align: left;
  text-indent: -9999px;
  position: relative;
}
.p-pageNavi .p-pageNavi-next {
  margin: 0 0 0 45px;
}
.p-pageNavi .p-pageNavi-prev {
  margin: 0 45px 0 0;
}
.p-pageNavi .p-pageNavi-next:before,
.p-pageNavi .p-pageNavi-prev:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-pageNavi .p-pageNavi-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
}
.p-pageNavi .p-pageNavi-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 3px;
}
@media screen and (max-width: 640px) {
  .p-pageNavi .p-pageNavi-next {
    margin: 0 0 0 30px;
  }
  .p-pageNavi .p-pageNavi-prev {
    margin: 0 30px 0 0;
  }
  .p-pageNavi {
    margin: 20px 0 40px 0;
}
}

.p-snsBtn {
  max-width:800px;
  padding:18px 10px 0 10px;
  margin: 0 auto;
}
.p-snsBtnList {
  display:table;
  margin: 0 0 0 auto;
}
.p-snsBtnList li {
  display:table-cell;
  vertical-align:top;
  padding-left:10px;
}


.fb-page {
    margin: 0px auto;
}




.u-red {
  color: #e60012;
}


.u-pcOnly {
  
}
.u-spOnly {
  display: none;
}
.u-bold {
  font-weight: bold !important;
}

@media screen and (max-width:640px) {
  .u-pcOnly {
    display: none;
  }
  .u-spOnly {
    display: block;
  }
  img.u-spOnly {
    display: inline-block;
  }
}

.u-movie {
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.u-movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




#Pankuzu.renw_top {
  padding-top: 135px;
}

/* faq */
.accbox {
    margin: -50px 0 100px 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}

.accbox label {
    display: block;
    margin: 0 0 0 0;
    padding : 15px 20px;
    color: #ffffff;
    font-weight: bold;
    background: #0a923d;
    /*cursor :pointer;*/
    transition: all 0.5s;
	text-align: left;
    font-size: 16px;
}

/*アイコンを表示*/
.accbox label:before {
    content: 'Q';/* \f054 */
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
/*.accbox label:hover {
    opacity: 0.7;
}*/

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく opacity: 0;*/
.accbox .accshow {
    height: 20px;
    padding: 10px 0 30px 40px;
	margin-left: 20px;
    overflow: hidden;
    transition: 0.2s;
	    font-size: 16px;
    text-align: left;
	padding-left: 1em;
    text-indent: -1em;
}

/*クリックで中身表示*/
input.cssacc:checked + label + .accbox .accshow {
    height: auto;
    padding: 10px 0 20px 40px;
    background: ffffff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    /*content: '\f078';*/
	content: 'Q';
}
@media screen and (max-width: 640px) {
	.accbox {
    margin: 0 0 50px 0;
}
	.accbox .accshow {
    height: auto;
	}
}