@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.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-pankuzu {
  padding: 12px 0;  
}
.c-pankuzuList {
  font-size: 12px;
  line-height: 1.3;
}
.c-pankuzuList li {
  float: left;
  position: relative;
  margin-right: 17px;
}
.c-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;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);  
}
.c-pankuzuList li:last-child {
  margin-right: 0;
}
.c-pankuzuList li:last-child:before {
  display: none;
}
.c-pankuzuList li a {
}
@media screen and (max-width: 640px) {
  .c-pankuzu {
    display: none;
  }
}
.c-pageHeadTitleOuter {
  background: #f6f5f5;
  border-top: #dde0e7 1px solid;
  border-bottom: #dde0e7 1px solid;
  margin-bottom: 55px;
}
.c-pageHeadTitle {
  color: #028acc;
  text-align: left;
  font-size: 24px;
  line-height: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 27px 0;
  position: relative;
  box-sizing: border-box;
}
.c-pageHeadTitle.is-memo {
  padding-left: 94px;
}
.c-pageHeadTitle.is-memo:before {
  content: '';
  display: block;
  background: url(../images/icon_text.png) no-repeat center center;
  background-size: 100% auto;
  width: 26px;
  height: 100%;
  position: absolute;
  left: 24px;
  top:0;
}
.c-pageHeadTitle.is-program {
  padding-left: 64px;
}
.c-pageHeadTitle.is-program:before {
  content: '';
  display: block;
  background: url(../images/icon_heart.png) no-repeat center center;
  background-size: 100% auto;
  width: 33px;
  height: 100%;
  position: absolute;
  left: 10px;
  top:0;
}
.c-pageHeadTitle.is-transport {
  padding-left: 64px;
}
.c-pageHeadTitle.is-transport:before {
  content: '';
  display: block;
  background: url(../images/icon_title02.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}
.c-pageHeadTitle.is-aircraft {
  padding-left: 64px;
}
.c-pageHeadTitle.is-aircraft:before {
  content: '';
  display: block;
  background: url(../images/icon_title03.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}
.c-pageHeadTitle.is-small-aircraft {
  padding-left: 64px;
}
.c-pageHeadTitle.is-small-aircraft:before {
  content: '';
  display: block;
  background: url(../images/icon_title04.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}
.c-pageHeadTitle.is-unmanned {
  padding-left: 64px;
}
.c-pageHeadTitle.is-unmanned:before {
  content: '';
  display: block;
  background: url(../images/icon_title05.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}
.c-pageHeadTitle.is-aircarrier {
  padding-left: 64px;
}
.c-pageHeadTitle.is-aircarrier:before {
  content: '';
  display: block;
  background: url(../images/icon_title09.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}
.c-pageHeadTitle.is-link {
  padding-left: 64px;
}
.c-pageHeadTitle.is-link:before {
  content: '';
  display: block;
  background: url(../images/icon_title06.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}
.c-pageHeadTitle.is-doc {
  padding-left: 64px;
}
.c-pageHeadTitle.is-doc:before {
  content: '';
  display: block;
  background: url(../images/icon_title07.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}
.c-pageHeadTitle.is-irr {
  padding-left: 64px;
}
.c-pageHeadTitle.is-irr:before {
  content: '';
  display: block;
  background: url(../images/icon_title08.png) no-repeat center center;
  background-size: 100% auto;
  width: 51px;
  height: 95%;
  position: absolute;
  left: 5px;
  top:0;
}




@media screen and (max-width: 640px) {
  .c-pageHeadTitleOuter {
    margin-bottom: 24px;
  }
  .c-pageHeadTitle {
    font-size: 18px;
    line-height: 1;
    padding: 19px 0;
  }
  .c-pageHeadTitle.is-memo {
    padding-left: 50px;
  }
  .c-pageHeadTitle.is-memo:before {
    width: 16px;
    left: 24px;
  }
  .c-pageHeadTitle.is-program {
    padding-left: 50px;
  }
  .c-pageHeadTitle.is-program:before {
    width: 16px;
    left: 23px;
  }
.c-pageHeadTitle.is-transport {
  padding-left: 50px;
}
.c-pageHeadTitle.is-transport:before {
  width: 32px;
  height: 95%;
  left: 10px;
}
.c-pageHeadTitle.is-aircraft {
  padding-left: 50px;
}
.c-pageHeadTitle.is-aircraft:before {
  width: 32px;
  height: 95%;
  left: 10px;
}
.c-pageHeadTitle.is-small-aircraft {
  padding-left: 50px;
}
.c-pageHeadTitle.is-small-aircraft:before {
  width: 32px;
  height: 95%;
  left: 10px;
}
.c-pageHeadTitle.is-unmanned {
  padding-left: 50px;
}
.c-pageHeadTitle.is-unmanned:before {
  width: 32px;
  height: 95%;
  left: 10px;
}
.c-pageHeadTitle.is-aircarrier {
  padding-left: 50px;
}
.c-pageHeadTitle.is-aircarrier:before {
  width: 32px;
  height: 95%;
  left: 10px;
}
.c-pageHeadTitle.is-link {
  padding-left: 50px;
}
.c-pageHeadTitle.is-link:before {
  width: 32px;
  height: 95%;
  left: 10px;
}
.c-pageHeadTitle.is-doc {
  padding-left: 50px;
}
.c-pageHeadTitle.is-doc:before {
  width: 32px;
  height: 95%;
  left: 10px;
}
.c-pageHeadTitle.is-irr {
  padding-left: 50px;
}
.c-pageHeadTitle.is-irr:before {
  width: 32px;
  height: 95%;
  left: 10px;
}


}



.c-headTitle {
  border-bottom: #6abfe8 4px solid;
  color: #333333;
  text-align: left;
  padding: 0 0 10px 0;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .c-headTitle {
    padding: 0 0 10px 15px;
  }
}
@media screen and (max-width: 640px) {
  .c-headTitle {
    border-bottom: #6abfe8 2px solid;
    padding: 0 0 8px 15px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 27px;
  }
}

.c-headLineTitle {
  border-left: #6abfe8 5px solid;
  color: #329dd0;
  text-align: left;
  padding: 9px 0 9px 12px;
  font-size: 18px;
  line-height: 1.5;
  margin: 40px 0 16px 0;
}
@media screen and (max-width: 640px) {
  .c-headLineTitle {
    border-left: #6abfe8 5px solid;
    color: #329dd0;
    text-align: left;
    padding: 9px 0 9px 12px;
    font-size: 18px;
    line-height: 1.5;
    margin: 40px 0 16px 0;
  }
}


.c-middleTitle {
  color: #3a3a3a;
  text-align: left;
  padding: 6px 10px;
  font-size: 16px;
  line-height: 1.5;
  margin: 16px 0;
  background: #eeeeee;
}
.c-middleTitle span {
  display: block;
  padding: 6px 0 6px 12px;
  border-left: #bebdbd 5px solid;
}

.c-smallTitle {
  color: #3a3a3a;
  text-align: left;
  padding: 6px 0 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  margin: 16px 0;
  border-left: #bebdbd 5px solid;
}

.p-pageSingleContents p ,
.c-text {
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  color: #333333;
  margin: 16px 0;
}

figure {
  margin: 60px 0 40px 0;
}
figure img {
  width: 100%;
  box-sizing: border-box;
  border: #834e00 1px solid;
}
figure figcaption {
  display: block;
  padding: 8px 0 0 6px;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}
.c-cautionList {
  margin: 20px 0 60px 14px;
}
.c-cautionList li {
  font-size: 11px;
  line-height: 1.4;
  text-align: left;
}
.c-cautionList li + li {
  margin-top: 4px;
}
.c-borderFrame {
  border: #7d7d7d 1px solid;
  padding: 40px;
  margin: 40px 0 60px 0;
}
.p-pageSingleContents .c-borderFrame p ,
.c-borderFrame .c-text {
  margin: 0;
}

.c-listTitle {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
  margin-bottom: 3px;
}
.c-listDots {
  margin-bottom: 25px;
}
.c-listDots li {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
.c-listDots li:before {
  content: '・';
}
.c-listDots li + li {
  margin-top: 3px;
}

.c-listOther {
  margin-bottom: 25px;
}
.c-listOther li {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
.c-listOther li + li {
  margin-top: 3px;
}

.c-listNumber {
  margin-top: 25px;
  margin-bottom: 25px;
  list-style: decimal;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding-left: 3em;
}

.c-listNumber  li{
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.c-listNumber li + li {
  margin-top: 3px;
}

.c-listDots .c-listNumber li:before {
  content: none;
}

a.c-btn {
  display: inline-block;
  width: 100%;
  color: #FFF !important;
  background: #028acc;
  border-radius: 5px;
  padding: 1em 0;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.3;
  text-decoration: none !important;
}
a.c-btn.is-big {
  font-size: 24px;
}
.c-linkWrap {
  text-align: center;
  margin-top: 80px;
}
.c-linkWrap .c-btn {
  text-align: center;
  max-width: 47%;
}
.c-linkWrap .c-btn:nth-child(2n) {
  margin-left: 4.44%;
}




@media screen and (min-width: 641px) {

.c-pcSbs {
  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;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
}
.c-pcSbs.is-reverse {
  -webkit-box-direction:reverse;
  -webkit-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
.c-pcSbs-item {
  width: 50%;
  box-sizing: border-box;
  padding-right: 18px;
}
.c-pcSbs-item + .c-pcSbs-item {
  padding-right: 0px;
  padding-left: 5px;
}
.c-pcSbs.is-reverse .c-pcSbs-item {
  padding-right: 0px;
  padding-left: 18px;
}
.c-pcSbs.is-reverse .c-pcSbs-item + .c-pcSbs-item {
  padding-right: 5px;
  padding-left: 0px;
}
.p-pageSingleContents .c-pcSbs-item p ,
.c-pcSbs-item .c-text {
  margin: 0;
}
.c-pcSbs-item figure {
  margin: 0;
}



}



.p-topMainVis {
  background: url(../images/main_vis.jpg) no-repeat center center;
  background-size: cover;
  height: 300px;
  margin-bottom: 30px;
  margin-top: 25px
}
.p-topMainVis .l-inner {
  padding: 0 10px;
}
.p-topMainVisInner {
  padding: 86px 0 0 0 ;
  text-align: left;
}
.p-topMainVis-subTitle {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
.p-topMainVis-subTitle span {
  background: #FFF;
  color: #00469e;
  display: inline-block;
  padding: 15px 20px;
  font-weight: bold;
}
.p-topMainVis-title {
  font-size: 56px;
  line-height: 1.4;
  color: #FFF;
  margin-bottom: 35px;
}
.p-topMainVis-text {
  font-size: 14px;
  line-height: 2;
  color: #FFF;
}

@media screen and (max-width: 640px) {
  .p-topMainVis {
    background: url(../images/sp_mainVis.jpg) no-repeat center center;
    background-size: cover;
    height: 260px;
    margin-bottom: 0px;
    margin-top: 0px    
  }
  .p-topMainVis .l-inner {
    padding: 0 20px;
  }
  .p-topMainVisInner {
    padding: 15px 0 0 0 ;
    text-align: left;
  }
  .p-topMainVis-subTitle {
    font-size: 11px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .p-topMainVis-subTitle span {
    padding: 10px 15px;
  }
  .p-topMainVis-title {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .p-topMainVis-text {
    font-size: 11px;
    line-height: 2;
    color: #FFF;
  }  
  .p-topMainVis-text br {
    display: none;
  }
  
}
.p-topHeadLineTitle {
  color: #028acc;
  font-size: 28px;
  line-height: 1.5;
  border: #dde0e7 1px solid;
  padding: 25px 0;
}

@media screen and (max-width: 640px) {
  .p-topHeadLineTitle {
    font-size: 18px;
    line-height: 1.5;
    border-left: none;
    border-right: none;
    padding: 20px 0;
  }
}


.p-topAbout {
  border-top: #dde0e7 1px solid;
  margin-bottom: 66px;
}
.p-topAbout .p-topHeadLineTitle {
  border-top: none;
}

.p-topAboutLink {
  
}
.p-topAbout-item {
  float: left;
  width: 33.333%;
}
.p-topAbout-itemFrame {
  display: block;
  border-bottom: #dde0e7 1px solid;
  border-right: #dde0e7 1px solid;
  padding: 28px 0 0 0;
  background: #fafafa;
}
.p-topAbout-item:nth-child(3n+1) .p-topAbout-itemFrame {
  border-left: #dde0e7 1px solid;
}
.p-topAbout-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  display: table;
  width: 100%;  
  margin-bottom: 15px;
}
.p-topAbout-title span {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.p-topAbout-eye {
  padding-bottom: 40px;
}
.p-topAbout-eye span {
  display: inline-block;
  border: #028acc 1px solid;
  border-radius: 50%;
  overflow: hidden;
}
.p-topAbout-arrow {
  background: #ebebeb;
  font-size: 22px;
  padding: 10px 0;
  color: #a0a0a0;
}
.p-topAbout-item:nth-child(2n) .p-topAbout-itemFrame {
  background: #FFF;
}
.p-topAbout-item:nth-child(2n) .p-topAbout-arrow {
  background: #f0f0f0;
}


@media screen and (max-width: 640px) {
  .p-topAbout {
    border-top: #dde0e7 1px solid;
    margin-bottom: 40px;
  }
  .p-topAbout .p-topHeadLineTitle {
    border-top: none;
  }

  .p-topAboutLink {

  }
  .p-topAbout-item {
    float: left;
    width: 33.333%;
  }
  .p-topAbout-itemFrame {
    display: block;
    border-bottom: #dde0e7 1px solid;
    border-right: #dde0e7 1px solid;
    padding: 16px 0 0 0;
    background: #fafafa;
  }
  .p-topAbout-item:nth-child(3n+1) .p-topAbout-itemFrame {
    border-left: #dde0e7 1px solid;
  }
  .p-topAbout-title {
    font-size: 15px;
    line-height: 18px;
    display: table;
    width: 100%;  
    margin-bottom: 10px;
  }
  .p-topAbout-title span {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
  }
  .p-topAbout-eye {
    padding-bottom: 18px;
  }
  .p-topAbout-eye span {
    width: 54px;
  }
  .p-topAbout-arrow {
    font-size: 12px;
    padding: 8px 0;
  }
  .p-topAbout-item:nth-child(2n) .p-topAbout-itemFrame {
    background: #FFF;
  }
  .p-topAbout-item:nth-child(2n) .p-topAbout-arrow {
    background: #f0f0f0;
  }  
  
}


.p-topTopics {
  
}
.p-topTopicsTab {
  padding: 12px 0 0 0;
  border-bottom: #dcdcdc 2px solid;
}
.p-topTopicsTabList {
  display: table;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.p-topTopicsTabList li {
  display: table-cell;
  vertical-align: bottom;
  width: 14.285%; 
  box-sizing:border-box;
  padding: 0 3px 0 4px;
}
.p-topTopicsTabList li a {
  display: block;
  background: #eeeeee;
  font-size: 12px;
  line-height: 1;
  color: #505050;
  padding: 15px 0;
  border-radius: 8px 8px 0 0;
}
.p-topTopicsTabList li a:hover ,
.p-topTopicsTabList li a.is-active {
  background: #028acc;
  color: #FFF;
}

.p-topTopicsFrame {
  padding: 40px 0;
}
.p-topTopics-item {
  display: none;
}
.p-topTopics-item.is-active {
  display: block;
}
.p-topTopicsList {
}
.p-topTopicsList li {
}
.p-topTopicsList li + li {
  margin-top: 10px;
}
.p-topTopicsList li a {
  display: table;
  width: 100%;
  color: #333333;
}
.p-topTopicsList-date ,
.p-topTopicsList-category ,
.p-topTopicsList-text {
  display: table-cell;
  vertical-align: top;
}
.p-topTopicsList-date {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding-right: 12px;
  width: 93px;
}
.p-topTopicsList-category {
  width: 122px;
}
.p-topTopicsList-category span {
  display: block;
  font-size: 11px;
  line-height: 1;
  color: #FFF;
  padding: 4px 0 5px 0;
}
.p-topTopicsList-category span.is-program {
  background: #0f78a4;
}
.p-topTopicsList-category span.is-carrier {
  background: #1e9949;
}
.p-topTopicsList-category span.is-aircraft {
  background: #b78f15;
}
.p-topTopicsList-category span.is-small-aircraft {
  background: #c84903;
}
.p-topTopicsList-category span.is-nobody {
  background: #b715a6;
}
.p-topTopicsList-category span.is-airman {
  background: #8f680a;
}
.p-topTopicsList-text {
  padding: 0 0 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.p-topTopicsList-text span {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.p-topTopicsList-text span:before ,
.p-topTopicsList-text span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-topTopicsList-text span:before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #028acc;
}

.p-topTopicsList-text span:after {
  right: 0px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;  
}
.p-topTopics-head {
  display: none;
}

@media screen and (max-width: 640px) {
  .p-topTopics {
    border-bottom: #bfbfbf 1px solid;
  }
  .p-topTopics .p-topHeadLineTitle {
    border-top: none;
    padding-top: 0;
    padding-bottom: 15px;
  }
  .p-topTopicsTab {
    padding: 0px 0 0 0;
    border-bottom: none;
  }
  .p-topTopicsTabList {
    display: none;
  }

  .p-topTopicsFrame {
    padding: 0px 0;
  }
  .p-topTopics-item {
    border-top: #a0a0a0 1px solid;
  }
  .p-topTopicsList {
  }
  .p-topTopicsList li {
    
  }
  .p-topTopicsList li + li {
    margin-top: 0px;
    border-top: #bfbfbf 1px solid;
  }
  .p-topTopicsList li a {
    display: block;
    text-align: left;
    padding: 10px 40px 10px 15px;
    box-sizing: border-box;
    position: relative;
  }
  .p-topTopicsList-date {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    padding-right: 5px;
    display: inline-block;
  }
  .p-topTopicsList-category {
    width: 122px;
    display: inline-block;
  }
  .p-topTopicsList-category span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #FFF;
    padding: 3px 0 4px 5px;
  }
  .p-topTopicsList-text {
    padding: 0 0 0 0px;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    display: block;
  }
  .p-topTopicsList-text span {
    display: block;
    position: static;
    padding-right: 0px;
  }
  .p-topTopicsList-text span:before ,
  .p-topTopicsList-text span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    content: '';
    vertical-align: middle;
  }
  .p-topTopicsList-text span:before {
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #028acc;
  }

  .p-topTopicsList-text span:after {
    right: 10px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fff;  
  }  
  .p-topTopics-head {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    color: #393737;
    background: #eeeeee;
    padding: 15px 0 15px 20px;
    text-align: left;
    font-weight: bold;
    border-top: #a0a0a0 1px solid;
    position: relative;
  }
  .p-topTopics-head:before ,
  .p-topTopics-head:after {
    content: '';
    background: #393737;
    position: absolute;
    margin: auto;
    top:0;
    bottom: 0;
  }
  .p-topTopics-head:before {
    width: 18px;
    height: 4px;
    right: 10px;
  }
  .p-topTopics-head:after {
    width: 4px;
    height: 18px;
    right: 17px;
  }
  .p-topTopics-head.is-active:after {
    display: none;
  }  
}

.p-pageDocumentContents {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-pageDocumentList {
  width: 100%;
  border-top: #dde0e7 1px solid;
  border-left: #dde0e7 1px solid;
}
.p-pageDocumentList th {
  border-right: #dde0e7 1px solid;
  background: #028acc;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
  padding: 9px 5px;
}
.p-pageDocumentList th br {
  display: none;
}
.p-pageDocumentList td {
  border-right: #dde0e7 1px solid;
  border-bottom: #dde0e7 1px solid;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  padding: 11px 5px 10px 5px;
}
.p-pageDocumentList td a {
  text-decoration: underline;
}
.p-pageDocumentList th:last-child ,
.p-pageDocumentList td:last-child {
  text-align: left;
  padding-left: 10px;
}
.p-pageDocumentList th:nth-child(1) {
  width: 85px;
}
.p-pageDocumentList th:nth-child(2) {
  padding-left: 10px;
  width: 132px;
}
.p-pageDocumentList th:nth-child(3) {
  width: 91px;
}
.p-pageDocumentList th:nth-child(4) {
  width: 91px;
}

@media screen and (max-width: 640px) {
  .p-pageDocumentContents {
    padding: 0 15px;
  }
  .p-pageDocumentList {
  }
  .p-pageDocumentList th {
    font-size: 12px;
    line-height: 1.5;
    padding: 9px 5px;
  }
  .p-pageDocumentList th br {
    display: block;
  }
  .p-pageDocumentList td {
    font-size: 12px;
    line-height: 1.5;
    padding: 11px 5px 10px 5px;
    word-break: break-all;
  }
  .p-pageDocumentList th:last-child ,
  .p-pageDocumentList td:last-child {
    text-align: left;
    padding-left: 10px;
  }
  .p-pageDocumentList th:nth-child(1) {
    width: 42px;
  }
  .p-pageDocumentList th:nth-child(2) {
    width: 33px;
  }
  .p-pageDocumentList th:nth-child(3) {
    width: 44px;
  }
  .p-pageDocumentList th:nth-child(4) {
    width: 44px;
  }  
}

.p-pageDocumentCategoryList {
  text-align:left;
}
.p-pageDocumentCategoryList li + li {
  margin-top:10px;
}


.p-pageCategory {
  
}
.p-pageCategoryContents {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;  
}

.p-pageCategory-middleTitle {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
  color: #028acc;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: normal;
  padding-left: 24px;
  position: relative;
}
.p-pageCategory-middleTitle:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #028acc;
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-pageCategoryList {
  text-align: left;
}
.p-pageCategoryList li {
  
}
.p-pageCategoryList li + li {
  margin-top: 8px;
}
.p-pageCategoryList li a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 1.4;
  padding-left: 24px;
}
.p-pageCategoryList li a::before,
.p-pageCategoryList li a::after{
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.p-pageCategoryList li a::before{
  top: 2px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #028acc;
}
.p-pageCategoryList li a::after{
  top: 6px;
  left: 6px;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}
.p-pageCategoryList li.is-externalLink {
  
}
.p-pageCategoryList li.is-externalLink a:after {
  display: none;  
}
.p-pageCategoryList li.is-externalLink a:before {
  content: "\f08e";
  font: normal normal normal 16px/1 FontAwesome;
  color: #028acc;
  background: none;
}
.p-pageCategory-middleTitle + .p-pageCategoryList {
  margin-left: 24px;
}
.p-pageCategory-list + .p-pageCategoryList {
  margin-top: 15px;
}
.p-pageCategoryContents + .c-headTitle {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .p-pageCategory {

  }
  .p-pageCategoryContents {
    padding: 0 15px;
  }

  .p-pageCategory-middleTitle {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-left: 24px;
  }
  .p-pageCategory-middleTitle:before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background: #028acc;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-pageCategoryList {
    text-align: left;
  }
  .p-pageCategoryList li {

  }
  .p-pageCategoryList li + li {
    margin-top: 8px;
  }
  .p-pageCategoryList li a {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 24px;
  }
  .p-pageCategoryList li a::before{
    top: 2px;
    width: 16px;
    height: 16px;
}
  .p-pageCategoryList li a::after{
    top: 6px;
    left: 6px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 5px solid #fff;
  }
  .p-pageCategoryList li.is-externalLink {

  }
  .p-pageCategoryList li.is-externalLink a:after {
    display: none;  
  }
  .p-pageCategoryList li.is-externalLink a:before {
    content: "\f08e";
    font: normal normal normal 16px/1 FontAwesome;
    color: #028acc;
    background: none;
  }
  .p-pageCategory-middleTitle + .p-pageCategoryList {
    margin-left: 24px;
  }
  .p-pageCategory-list + .p-pageCategoryList {
    margin-top: 15px;
  }
  .p-pageCategoryContents + .c-headTitle {
    margin-top: 40px;
  }

}



.p-pageSingleContents {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 15px;
}
.p-pageSingleContents a {
color:#028acc;
text-decoration:underline;
}





.alignleft{
  display:inline;
  float:left;
  margin-right:1.5em;
}
.alignright{
  display:inline;
  float:right;
  margin-left:1.5em;
}
.aligncenter{
  clear:both;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

@media screen and (max-width:480px){
  .alignleft,
  .alignright{
    display:block;
    float:none;
    margin-left:auto;
    margin-right:auto;
  }
}




