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


/*===============================

    common

================================*/
:root { font-size: 62.5%; }/* 1(r)em = 10px */

div#cont { margin: 0;}

.wrapper {
  box-sizing: border-box;
  font-family:"Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 20px auto 0;
  overflow:hidden;
  text-align: left;
  width: 980px;
}

@media print {
.wrapper { font-family: '游ゴシック' , 'Hiragino Kaku Gothic ProN' , 'ヒラギノ角ゴ ProN' , Meiryo , 'メイリオ' , sans-serif; }
}

.header { margin: 20px 0; }

.container {
  float: right;
  width: 730px;
}

.container p { margin-bottom: 20px; }




/*===============================

    project

================================*/
/*
    キービジュアル
================================*/
.p_kvBox {}
.p_kvBox img {
  display: block;
  height: auto;
  width: 100%;
}


/*
    見出し
================================*/
.p_headingTtl-normal {
  font-size:1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.p_headingTtl-underline {
  border-bottom: 3px solid #026254;
  font-size: 2.3rem;
  margin: 30px 0 20px;
  padding-bottom: 5px;
}

.p_headingTtl-cGreen {
  color: #026254;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.p_headingTtl-lineL {
  border-left: 6px solid #026254;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-left: 5px;
}

.p_headingTtl-square {
  font-size: 1.8rem;
  margin-bottom: 20px;
  position: relative;
}

.p_headingTtl-square::before {
content: '■';
color: #82d200;
display: inline-block;
}


/*
    リスト
================================*/
/* 注意書き（※付き） */
.p_list-caution { margin: 0 0 30px; }

.p_list-caution > li {
  padding-left: 1em;
  text-indent: -1em;
}


/*
    説明リスト
================================*/
.p_directionList {}
.p_directionList_container { margin-bottom: 20px;  }

.p_directionList_ttl {
  background-color: #ccc;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* dt - 階層別テスト */
.p_directionList_ttl-pink { color: #fff; background-color: #ec2c43; margin-top: 50px; }
.p_directionList_container:first-of-type .p_directionList_ttl-pink { margin-top: 0; }
/* dt - giraffe */
.p_directionList_ttl-yellow { color: #333; background-color: #ffff7a; }

.p_directionList_contents {}

.p_directionList_contents > p { margin-bottom: 10px; }


/*
    テーブル
================================*/
.p_table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 20px 0 10px;
  table-layout: fixed;
  width: 100%;
}

.p_table th{
  background-color: #ec2c43;
  border: 1px solid #ccc;
  color: #fff;
  padding: 5px;
  text-align: center;
}

.p_table td{
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}


/*
    フレックスボックス
================================*/
.p_container-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.p_container-flex_element {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 48%;
}

.p_container-flex_element-half {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 20px;
  width: 50%;
}

.p_container-flex_element-half:nth-of-type(2) { border-left: 1px dotted #333; }


/*===============================

    component

================================*/
/* 黄色背景にピンク文字 */
.c_tag-attention {
  background-color: #fff000;
  color: #ff364a;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
}

/* 通常リンク */
.c_link-normal {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.c_link-normal:hover {
  text-decoration: none;
  opacity: .7;
}


/* 楕円形リンク */
.c_link-ellipse {
  color: #ff9600;
  border: 3px solid #ff9600;
  border-radius: 25px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

.c_link-ellipse:hover {
  color: #fff;
  background-color: #ff9600;
  text-decoration: none;
}

/* 利用料 */
.c_text-notice {
  font-size: 35px;
  font-weight: bold;
}

.c_text-notice img {
  height: auto;
  margin-left: 10px;
  vertical-align: bottom;
  width: 60px;
}

/* image */
.c_img-elastic {
  height: auto;
  width: 100%;
}

.c_img-logo {
  height: auto;
  vertical-align: bottom;
  width: 198px;
}

/*===============================

    Utility

================================*/
/* color */
.u_color-coral { color: #ff7f50; }
.u_color-rouge { color: #ec2c43; }
.u_color-crimson { color: #e6002d; }

/* display */
.u_d-b { display: block; }
.u_d-fx { display: flex; }

/* font-size */
.u_fz-sr { font-size: smaller; }
.u_fz-lr { font-size: larger; }

.u_fz10 { font-size: 10px;}
.u_fz11 { font-size: 11px;}
.u_fz12 { font-size: 12px;}
.u_fz13 { font-size: 13px;}
.u_fz14 { font-size: 14px;}
.u_fz15 { font-size: 15px;}
.u_fz16 { font-size: 16px;}
.u_fz17 { font-size: 17px;}
.u_fz18 { font-size: 18px;}
.u_fz19 { font-size: 19px;}
.u_fz20 { font-size: 20px;}

/* font-weigth */
.u_fw-bold { font-weight: bold; }

/* margin */
.u_mt0 { margin-top: 0; }
.u_mt-xs { margin-top: 0.2rem; }
.u_mt-sm { margin-top: 0.5rem; }
.u_mt-md { margin-top: 1rem; }
.u_mt-lg { margin-top: 1.5rem; }
.u_mt-xl { margin-top: 3rem; }

.u_ml0 { margin-left: 0; }
.u_ml-xs { margin-left: 0.2rem; }
.u_ml-sm { margin-left: 0.5rem; }
.u_ml-md { margin-left: 1rem; }
.u_ml-lg { margin-left: 1.5rem; }
.u_ml-xl { margin-left: 3rem; }

.u_mb0 { margin-bottom: 0; }
.u_mb-xs { margin-bottom: 0.2rem; }
.u_mb-sm { margin-bottom: 0.5rem; }
.u_mb-md { margin-bottom: 1rem; }
.u_mb-lg { margin-bottom: 1.5rem; }
.u_mb-xl { margin-bottom: 3rem; }

.u_mr0 { margin-right: 0; }
.u_mr-xs { margin-right: 0.2rem; }
.u_mr-sm { margin-right: 0.5rem; }
.u_mr-md { margin-right: 1rem; }
.u_mr-lg { margin-right: 1.5rem; }
.u_mr-xl { margin-right: 3rem; }

.u_mb10 { margin-bottom: 10px; }
.u_mb15 { margin-bottom: 15px; }
.u_mb20 { margin-bottom: 20px; }
.u_mb30 { margin-bottom: 30px; }
.u_mb50 { margin-bottom: 50px; }
.u_mb50 { margin-bottom: 50px; }
.u_mb100 { margin-bottom: 100px; }

.u_mx-xs { margin-left: 0.2rem; margin-right: 0.2rem; }
.u_mx-sm { margin-left: 0.5rem; margin-right: 0.5rem; }
.u_mx-md { margin-left: 1rem; margin-right: 1rem; }
.u_mx-lg { margin-left: 1.5rem; margin-right: 1.5rem; }
.u_mx-xl { margin-left: 3rem; margin-right: 3rem; }

/* text-align */
.u_ta-c { text-align: center; }
.u_ta-r { text-align: right; }
.u_ta-l { text-align: left; }

/* text-indent */
.u_ti--1 { text-indent: -1em; padding-left: 1em; }

/* vertical-align */
.u_va-sup { vertical-align: super; }
.u_va-t { vertical-align: top; }
.u_va-tt { vertical-align: text-top; }
.u_va-m { vertical-align: middle; }
.u_va-bl { vertical-align: baseline; }
.u_va-b { vertical-align: bottom; }
.u_va-tb { vertical-align: text-bottom; }
.u_va-sub { vertical-align: sub; }

/* flexbox */
.u_ac-fs { align-content: flex-start; }
.u_ac-fe { align-content: flex-end; }
.u_ac-c { align-content: center; }
.u_ac-sb { align-content: space-between; }
.u_ac-sa { align-content: space-around; }
.u_ac-s { align-content: stretch; }
.u_ai-fs { align-items: flex-start; }
.u_ai-fe { align-items: flex-end; }
.u_ai-c { align-items: center; }
.u_ai-b { align-items: baseline; }
.u_ai-s { align-items: stretch; }
.u_as-a { align-self: auto; }
.u_as-fs { align-self: flex-start; }
.u_as-fe { align-self: flex-end; }
.u_as-c { align-self: center; }
.u_as-b { align-self: baseline; }
.u_as-s { align-self: stretch; }
.u_jc-fs { justify-content: flex-start; }
.u_jc-fe { justify-content: flex-end; }
.u_jc-c { justify-content: center; }
.u_jc-sb { justify-content: space-between; }
.u_jc-sa { justify-content: space-around; }
.u_fx0-1-a { flex: 0 1 auto; }
.u_fx1-0-a { flex: 1 0 auto; }
.u_fx1-1-a { flex: 1 1 auto; }
.u_fx0-0-a { flex: 0 0 auto; }
.u_fx1-0-0 { flex: 1 0 0%; }

/* width */
.u_w350 { width: 350px; }
.u_w400 { width: 400px; }

.u_w40p { width: 40%; }
.u_w45p { width: 45%; }
.u_w50p { width: 50%; }

.u_maW70p { max-width: 70%; }
.u_maW75p { max-width: 75%; }
.u_maW80p { max-width: 80%; }



/*===============================

    ★★レスポンシブ

================================*/
@media screen and (max-width:768px) {
  .wrapper { width: 100%; }

  #cont { margin: 0 10px; }

  .container {
    float: none;
    width: 100%;
  }
}/* @media */

@media screen and (max-width:600px) {
  /* flex-box */
  .p_container-flex { display: block; }
  [class^="p_container-flex_element"] { width: 100%;padding: 0; }
  .p_container-flex_element-half:nth-of-type(2) { border-left: none; }

  /* table */
  .p_table {}
  .p_table thead { display: none; }
  .p_table td {
    align-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 5px 0 0;
  }
  
  .p_table td::before {
    background-color: #ff5082;
    color: #fff;
    content: attr(data-label);
    font-weight: bold;
    padding: 5px;
    text-align: left;
    width: 50%;
  }
    .p_table td > span {
      -ms-align-self: center;
      align-self: center;
    }


}/* @media */

