@charset "utf-8";

/* ====================================================================
 基本設定
==================================================================== */


/* 調整
----------------------------------------------------------*/
#contents {
  padding: 0 0px 50px !important;
}

/* 基本
----------------------------------------------------------*/

@media screen and (min-width: 640px) {
  body {margin: 0;}
  body table.t_header, #child_main, body table.t_footer {
      width: 980px;
      margin: 0 auto;
  }
  .pc {
      display: block;
  }
  .phone {
      display: none;
  }
}

@media screen and (max-width: 639px) {
  body {margin: 0;}
  body table.t_header, #child_main, body table.t_footer {
      width: 100%;
      margin: 0 auto;
  }
  .pc {
        display: none;
  }
  .phone {
      display: block;
  }
}

/* 共通部分調整
----------------------------------------------------------*/
@media screen and (max-width: 639px) {
  #header {
    background-image: none;
    background-color: #09f;
    width: auto;
    height: 55px;
  }
  #slidemenu_list h3 {
    margin-top: 0;
  }
}

.n-b0 {
  margin-bottom: 0 !important;
}

/* clearfixなど
----------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

#contentContainer *,
#contentContainer *::before,
#contentContainer *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


/* ----- 一般的なリンク ----- */
#child_main a,
#child_main a:visited {
    color: #09f;
    text-decoration: none;
    outline: none;
}
#child_main a:hover {
    color: #09f;
    text-decoration: underline;
}
#child_main a.hover:hover {
    opacity: 0.75;
}

/* ----- text ----- */
#contentContainer p {
    margin: 0;
}
#contentContainer p.txt {
		font-size: 16px;
    margin: 0 0 1em !important;
		line-height: 1.5;
}
#contentContainer p.txt:last-child {
    margin-bottom: 0 !important;
}

#contentContainer .link_txt i {
  padding-right: 6px;
}

@media screen and (max-width: 639px) {
  #contentContainer p.txt {
  		font-size: 14px;
  }
}

/* ----- ul / ol ----- */
#contentContainer ul, #contentContainer ol,
#contentContainer ul li, #contentContainer ol li {
  list-style: none;
}


/* ====================================================================
 contentContainer
==================================================================== */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

#contentContainer {
	color: #0d0d0d;
	font-family:'Noto Sans Japanese', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}


/* ====================================================================
 main_img
==================================================================== */
/* main_img
----------------------------------------------------------*/
.main_img {
	position: relative;
	width: 100%;
	height: 492px;
  background-color: #fff;
  background-image: url(../images/coop_coin/main_img_top_bg.jpg),  url(../images/coop_coin/main_img_bottom_bg.jpg);
  background-position: center top, center bottom;
  background-repeat: no-repeat;
}
.main_img h1.main_tit {
	position: absolute;
	top: 44px;
	left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 1;
}
  .main_img h1.main_tit span {
  	display: block;
    margin-top: 10px;
  }

@media screen and (max-width: 639px) {
  .main_img {
  	width: 100%;
    height: 56.338vw;
    background-image: url(../images/coop_coin/main_img_bottom_bg.jpg);
    background-position: center bottom;
    background-size: 100% auto;
  }
  .main_img h1.main_tit {
    top: 10px;
    width: 94%;
    margin: 0 auto;
  }
  .main_img h1.main_tit img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 559px) {
  .main_img h1.main_tit span {
    font-size: 20px;
  }
}

/* ====================================================================
 hd_nav
==================================================================== */
.hd_nav {
	background-color: rgba(255, 255, 255, 0.95);
	width: 980px;
  height:100px;
}
.hd_nav ul {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-ms-flex-pack: distribute; /* 等間隔 */
	justify-content: space-around;
  margin: 0;
	padding: 30px 0;
}
.hd_nav.is-fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}
.hd_nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
	margin-bottom: 0;
}
.hd_nav ul li a {
	display: block;
	color: #0d0d0d !important;
	font-size: 18px;
}
.hd_nav ul li a:hover {
	opacity: 0.75;
	text-decoration: none !important;
}
.hd_nav ul li span {
  position: relative;
  display: inline-block;
}
  .hd_nav ul li.hd_nav01 span { margin-left: 49px; }
  .hd_nav ul li.hd_nav02 span { margin-left: 35px; }
  .hd_nav ul li.hd_nav03 span { margin-left: 35px; }
  .hd_nav ul li.hd_nav04 span { margin-left: 37px; }
  .hd_nav ul li.hd_nav05 span { margin-left: 35px; }
.hd_nav ul li span:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 40px;
    margin-left: 5px;
}
.hd_nav ul li.hd_nav01 span:before {
	background: url(../images/coop_coin/hd_nav_icon01.png) left center no-repeat;
	background-size: contain;
	width: 44px;
  margin-left: -49px;
}
.hd_nav ul li.hd_nav02 span:before {
	background: url(../images/coop_coin/hd_nav_icon02.png) left center no-repeat;
	background-size: contain;
	width: 30px;
  margin-left: -35px;
}
.hd_nav ul li.hd_nav03 span:before {
	background: url(../images/coop_coin/hd_nav_icon03.png) left center no-repeat;
	background-size: contain;
	width: 30px;
  margin-left: -35px;
}
.hd_nav ul li.hd_nav04 span:before {
	background: url(../images/coop_coin/hd_nav_icon04.png) left center no-repeat;
	background-size: contain;
	width: 32px;
  margin-left: -37px;
}
.hd_nav ul li.hd_nav05 span:before {
	background: url(../images/coop_coin/hd_nav_icon05.png) left center no-repeat;
	background-size: contain;
	width: 30px;
  margin-left: -35px;
}

@media screen and (max-width: 639px) {
  .hd_nav {
  	width: 100%;
    height:auto;
  }
  .hd_nav ul {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0;
  	padding: 0;
  }
  .hd_nav ul li {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  	width: 50%;
    text-align: center;
  }
  .hd_nav ul li.hd_nav05 {
    flex: 2 0 auto;
  }
  .hd_nav ul li a {
    width: 100%;
    padding: 15px 5px;
  	font-size: 14px;
  }
}


/* ====================================================================
 main
==================================================================== */
/* main
----------------------------------------------------------*/
.main {
  background-color: #e8f3fa;
}

@media screen and (min-width: 640px) {
  .main {
    padding-top: 100px;
  }
}

@media screen and (max-width: 639px) {
  .main {
    padding-top: 10px;
  }
}


/* sec
----------------------------------------------------------*/
.sec {
  margin-right: 10px;
  margin-bottom: 60px;
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .sec {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 639px) {
  .sec {
    margin-bottom: 40px;
  }
}


/* h2
----------------------------------------------------------*/
h2.sec_tit {
	position: relative;
	border-radius: 4px;
	background-color: #09f;
	margin: 0;
	padding: 12px 0 8px 54px;
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
  text-shadow: 0 -1px 1px #fff, 1px 1px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.05em;
}
h2.sec_tit:before {
	position: absolute;
	left: -7px;
	display: inline-block;
	content: "";
	margin-right: 5px;
	vertical-align: middle;
}
.sec01 h2.sec_tit:before {
  top: -8px;
	background: url(../images/coop_coin/sec_tit_icon01.png) left center no-repeat;
	background-size: contain;
	width: 52px;
	height: 50px;
}
.sec02 h2.sec_tit:before {
  top: 6px;
	background: url(../images/coop_coin/sec_tit_icon02.png) left center no-repeat;
	background-size: contain;
	width: 52px;
	height: 38px;
}
.sec03 h2.sec_tit:before {
  top: 1px;
	background: url(../images/coop_coin/sec_tit_icon03.png) left center no-repeat;
	background-size: contain;
	width: 48px;
	height: 46px;
}
  .sec03 h2.sec_tit span {
    padding-left: 40px;
    font-size: 20px;
  }
.sec04 h2.sec_tit:before {
  top: -5px;
	background: url(../images/coop_coin/sec_tit_icon04.png) left center no-repeat;
	background-size: contain;
	width: 46px;
	height: 52px;
}
.sec05 h2.sec_tit:before {
  top: -5px;
	background: url(../images/coop_coin/sec_tit_icon05.png) left center no-repeat;
	background-size: contain;
	width: 46px;
	height: 52px;
}

@media screen and (max-width: 639px) {
  h2.sec_tit {
  	font-size: 24px;
    line-height: 1.2;
  }
  .sec03 h2.sec_tit span {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 559px) {
  h2.sec_tit {
  	font-size: 20px;
  }
  .sec03 h2.sec_tit span {
    font-size: 16px;
  }
}


/* tit_bar_blue
----------------------------------------------------------*/
.tit_bar_blue {
  border-bottom: 2px solid #09f;
  padding-bottom: 4px;
}

/* tit_bar_gray
----------------------------------------------------------*/
.tit_bar_gray {
  position: relative;
  font-size: 24px;
  font-weight: normal;
}
.tit_bar_gray:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: inline-block;
  content: "";
  border-radius: 6px;
  background-color: #ddd;
  width: 100%;
  height: 5px;
}

@media screen and (max-width: 639px) {
  .tit_bar_gray:after {
    bottom: -10px;
  }
}

@media screen and (max-width: 559px) {
  .tit_bar_gray {
    font-size: 20px;
  }
}

/* block_white
----------------------------------------------------------*/
.sec .block_white {
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
}

/* block_light-blue
----------------------------------------------------------*/
.sec .block_light-blue {
  border-radius: 4px;
  background-color: #e8f3fa;
  padding: 20px;
}

/* note
----------------------------------------------------------*/
.sec .note {
  margin-left: 20px !important;
}
.sec .note:before {
  display: inline-block;
  content: "※";
  text-indent: -20px;
}

/* btn_white
----------------------------------------------------------*/
.sec .btn_white a {
  display: block;
  border-radius: 50px;
  background-color: #fff;
  padding: 10px 20px;
  color: #09f;
  font-size: 16px;
  font-weight:bold;
  text-decoration: none;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
  .sec .btn_white i {
    padding-right: 6px;
  }
.sec .btn_white a:hover {
    opacity: 0.75;
    text-decoration: none !important;
}


/* sec01
----------------------------------------------------------*/
@media screen and (min-width: 640px) {
  .sec01 {
  	background: url(../images/coop_coin/sec01_bg.png) right top 145px no-repeat;
    margin-top: -200px;
    padding-top: 110px;
  }
}
/* IE用 */
@media all and (-ms-high-contrast: none){
  .sec01 {
    margin-top: -200px;
  }
}
.sec01_txt {
	width: 360px;
	margin: 20px 0 0 10px;
}
  .sec01_txt ul {
    margin: 0;
    padding: 0;
  }
  .sec01_txt ul .note {
    font-size: 14px;
  }
.sec01_01 {
	margin: 50px 10px 0;
}
.sec01_01 h3 {
	margin: 0 0 20px;
}
.sec01_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  margin: 0;
  padding: 0;
}
.sec01_01 ul li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 60px) / 6);
  text-align: center;
}
.sec01_01 ul li > a {
  position: relative;
  width: 100%;
  height: 100px;
}
.sec01_01 ul li > a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
  .sec01_01 ul li:nth-child(1) > a img { max-width: 140px; }
  .sec01_01 ul li:nth-child(2) > a img { max-width: 140px; }
  .sec01_01 ul li:nth-child(3) > a img { max-width: 120px; }
  .sec01_01 ul li:nth-child(4) > a img { max-width: 110px; }
  .sec01_01 ul li:nth-child(5) > a img { max-width: 140px; }
  .sec01_01 ul li:nth-child(6) > a img { max-width: 135px; }
.sec01_01 ul li p {
  margin-top: auto;
  font-size: 14px;
}

@media screen and (max-width: 639px) {
  .sec01 {
  	background: url(../images/coop_coin/sec01_bg_sp.png) right top 40px no-repeat;
    background-size: contain;
  }
  .sec01_txt {
  	width: auto;
    margin: 31.299vw 10px 30px;
  }
  .sec01_01 {
  	margin: 0 10px 0;
  }
  .sec01_01 ul {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .sec01_01 ul li {
    width: calc((100% - 40px) / 3);
  }
}

@media screen and (max-width: 559px) {
  .sec01_01 ul li {
    width: calc((100% - 20px) / 2);
  }
  .sec01_01 ul li p {
    text-align: center;
  }
}


/* sec02
----------------------------------------------------------*/
.sec02 {}

/* sec02_nav */
.sec02 .sec02_nav {
  margin: 20px 10px 0;
}
.sec02 .sec02_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  border-top: 1px solid #09f;
  border-bottom: 1px solid #09f;
  margin: 0 0 20px;
  padding: 15px 0;
}
.sec02 .sec02_nav ul li a {
    display: block;
}
.sec02 .sec02_nav ul li a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: #fff;
  border-radius: 50%;
  background-color: #09f;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  line-height: 24px;
}

@media screen and (min-width: 640px) {
  .sec02 .sec02_nav ul {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 639px) {
  .sec02 .sec02_nav ul {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 15px 0 5px;
  }
  .sec02 .sec02_nav ul li {
    width: calc( 50% - 34px );
    margin-bottom: 10px;
    margin-left: 34px;
    font-size: 14px;
  }
  .sec02 .sec02_nav ul li a:before {
    margin-left: -34px;
  }
}

/* sec02_block */
@media screen and (min-width: 640px) {
  .sec02_block {
    margin: -100px 10px 30px;
    padding-top: 100px;
  }
}
.sec02_block h3 {
  margin: 0 0 24px 0;
  padding-top: 5px;
}
.sec02_block h3 + .block_white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -ms-flex-direction: row-reverse;
           flex-direction: row-reverse;
  -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  padding: 0 !important;
}
.sec02_block h3 + .block_white.block_white_stretch {
  -webkit-box-align: stretch;
     -ms-flex-align: stretch;
        align-items: stretch;
}
.sec02_block .block_white + .block_white {
  margin-top: 15px;
}
.sec02_block h3 + .block_white .block_white_inner {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.sec02_block .block_white .sec02_img {
  position: relative;
  width: 360px;
  line-height: 0;
}
.sec02_block .block_white .sec02_img .block_white_inner {
  position: relative;
  height: 100%;
}
.sec02_block .block_white .sec02_img img {
  height: 100%;
  object-fit: cover;
}
.sec02_block .block_white .sec02_img span {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}

.sec02_block .block_white .sec02_txt {
  width: calc(100% - 360px);
  padding: 0 5px;
}

.sec02_txt.sec02_04_txt {
  margin: 5px;
}
.sec02_txt.sec02_04_txt ol.list_num {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style:none;
  counter-reset: number;
  line-height: 1.5;
}
.sec02_txt.sec02_04_txt ol.list_num li {
  position: relative;
  margin-left: 2.5em;
  padding: 0 !important;
  list-style: none;
}
.sec02_txt.sec02_04_txt ol.list_num li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  counter-increment: number;
  content: counter(number) ") ";
  text-indent: -1.5em;
}
.sec02_txt.sec02_04_txt ol.list_num li:last-child {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 639px) {
  .sec02_block {
    margin: 0 10px 30px;
  }
  .sec02_block h3 + .block_white {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    padding-bottom: 20px !important;
  }
  .sec02_block .block_white, .sec02_block .block_white p {
    font-size: 14px;
  }
  .sec02_block .block_white .sec02_img {
    width: 100%;
    text-align: center;
  }
  .sec02_block .block_white .sec02_txt {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 559px) {
  .sec02_block .block_white .sec02_img {
    width: 100%;
    padding: 0 20px;
  }
  .sec02_block .block_white .sec02_img img {
    width: 100%;
    height: auto;
  }
}

/* sec02_03_inner */
.sec02_block .sec02_03_inner h4 {
  margin: 0 0 15px;
}
.sec02_block .sec02_03_inner .txt,
.sec02_block .sec02_03_inner .link_txt {
  font-size: 14px !important;
}

/* dl */
.sec02_block .block_white > dl,
.sec02_block .block_white > dl dt,
.sec02_block .block_white > dl dd,
.sec02_block .block_white > dl dd ul,
.sec02_block .block_white > dl dd ul li {
  margin: 0;
  padding: 0;
}
.sec02_block .block_white > dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.sec02_block .block_white > dl dd p,
.sec02_block .block_white > dl dd ul li{
  font-size: 14px;
}
.sec02_block .block_white > dl dd ul li {
  margin-bottom: 4px;
}
.sec02_block .block_white > dl dd ul li:last-child {
  margin-bottom: 0px;
}


/* sec03
----------------------------------------------------------*/
.sec03 {
	background: url(../images/coop_coin/sec03_bg.png) right top 145px no-repeat;
}

.sec03 .sec03_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
}
.sec03 .sec03_lead .sec03_txt {
	width: 400px;
	margin: 20px 0 0 10px;
}
.sec03_txt ul,
.sec03_txt ul li {
  margin: 0;
  padding: 0;
}
.sec03_txt ul li.note {
  margin-bottom: 5px !important;
  font-size: 14px;
}
.sec03_lead_btn { margin: 0 10px 10px 0 !important; }

@media screen and (max-width: 639px) {
  .sec03 {
  	background: url(../images/coop_coin/sec03_bg_sp.png) right top 11.267vw no-repeat;
    background-size: contain;
  }
  .sec03 .sec03_lead {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: auto;
      margin: 31.299vw 10px 30px;
  }
  .sec03 .sec03_lead .sec03_txt { width: auto; }
  .sec03_lead_btn { margin: 10px 0 0 auto !important; }
}

@media screen and (max-width: 430px) {
  .sec03 {
  	background: url(../images/coop_coin/sec03_bg_sp.png) right top 20.232vw no-repeat;
    background-size: contain;
  }
}

/* sec03_block */
.sec03_block {
  margin: 0 10px 30px;
}

/* sec03_01 */
.sec03_block.sec03_01 {
  margin-top: 20px;
}
.sec03_block.sec03_01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  -webkit-box-align: end;
     -ms-flex-align: end;
        align-items: flex-end;
  margin: 0;
  padding: 0 30px;
}
.sec03_block.sec03_01 ul li {
  text-align: center;
}
.sec03_block.sec03_01 ul li p {
  margin-top: 10px;
  font-size: 14px;
}

.sec03_block.sec03_01 ul li img {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

@media screen and (max-width: 639px) {
  .sec03_block.sec03_01 {
    margin-top: 0px;
  }
  .sec03_block.sec03_01 ul {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .sec03_block.sec03_01 ul li {
    flex: 2 0 auto;
    width: 50%;
    margin-bottom: 20px;
  }
  .sec03_block.sec03_01 ul li:last-child {
    margin-bottom: 0px;
  }
  .sec03_block.sec03_01 ul li p {
    text-align: center;
  }
  .sec03_block.sec03_01 ul li img {
    width: 100%;
    height: auto;
  }
    .sec03_block.sec03_01 ul li:nth-child(1) img {
      max-width: 180px;
    }
    .sec03_block.sec03_01 ul li:nth-child(2) img {
      max-width: 140px;
    }
    .sec03_block.sec03_01 ul li:nth-child(3) img {
      max-width: 260px;
    }
}

@media screen and (max-width: 559px) {
  .sec03_block.sec03_01 ul li {
    flex: 0 0 auto;
    width: 100%;
  }
}


/* sec04
----------------------------------------------------------*/
.sec04 {
	background: url(../images/coop_coin/sec04_bg.png) right top 140px no-repeat;
}
.sec04 .sec04_txt {
	width: 350px;
  height: 300px;
	margin: 20px 0 20px 10px;
}

@media screen and (max-width: 639px) {
  .sec04 {
  	background: url(../images/coop_coin/sec04_bg_sp.png) right top 40px no-repeat;
    background-size: contain;
  }
  .sec04 .sec04_txt {
    width: auto;
    height: auto;
    margin: 31.299vw 10px 30px;
  }
}

/* block_white */
.sec04 .block_white {
  margin: 0 10px 30px;
}

/* sec04_01 */
.sec04 .sec04_01 {
  margin-left: 0;
  padding: 0;
}
.sec04 .sec04_01 .block_white {
  margin-bottom: 15px !important;
}
.sec04 .sec04_01 .block_white:last-child {
  margin-bottom: 30px !important;
}
.sec04 .sec04_01 .block_white dl {
  margin: 0;
  padding: 0;
}
.sec04 .sec04_01 .block_white dl dt {
  position: relative;
  cursor: pointer;
  margin-left: 40px;
  padding-right: 16px;
}
  .sec04 .sec04_01 .block_white dl dt:after {
    display: inline-block;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 3px;
    right: 0;
    color: #09f;
  }
  .sec04 .sec04_01 .block_white dl dt.open:after {
    content: '\f077';
  }
  .sec04 .sec04_01 .block_white dl dt:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/coop_coin/sec04_icon_q.png) left center no-repeat;
    width: 22px;
    height: 28px;
    margin-left: -40px;
  }
.sec04 .sec04_01 .block_white dl dd {
  position: relative;
  margin-top: 40px;
  padding-left: 40px;
}
  .sec04 .sec04_01 .block_white dl dd:before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/coop_coin/sec04_icon_a.png) left center no-repeat;
    width: 22px;
    height: 22px;
  }
.sec04 .sec04_01 .block_white dl dd .note {
  font-size: 14px;
}

@media screen and (max-width: 639px) {
  .sec04 .sec04_01 .block_white dl dt.sec04_01-q {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* sec05
----------------------------------------------------------*/
/* sec05_01 */
.sec05 .sec05_01 {
  text-align: center;
}
.sec05 .sec05_01 {
  margin-top: 20px;
}
.sec05 .sec05_01 .txt {
  font-size: 14px !important;
}
.sec05 .sec05_01 .txt span {
  display: inline-block;
  padding: 10px 10px 0;
}

@media screen and (max-width: 639px) {
  .sec05 .sec05_01 .txt {
    text-align: center;
  }
  .sec05 .sec05_01 .txt span {
    display: block;
    padding: 10px 0 0;
  }
}

/* sec06
----------------------------------------------------------*/
.sec06 {
	background: url(../images/coop_coin/sec06_bg.jpg) right top no-repeat;
  width: 100%;
  height: 360px;
}
.sec06 p {
  padding-top: 285px;
	text-align: center;
}

@media screen and (max-width: 639px) {
  .sec06 {
    position: relative;
  	background: url(../images/coop_coin/sec06_bg.jpg) right top no-repeat;
    background-size: contain;
    height: 0;
    padding-top: 36.735%;
  }
  .sec06 p {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    padding: 0;
  }
  .sec06 p img {
    width: 100%;
    height: auto;
  }
}

/* credit
----------------------------------------------------------*/
.credit {
  padding: 20px;
  font-size: 12px;
  text-align: left;
  line-height: 1.3;
}


/* ====================================================================
 ft_category_nav
==================================================================== */
.ft_category_nav {
  border-top: 2px solid #09f;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ft_category_nav h2 {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.ft_category_nav .ft_category_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   margin-top: 20px;
   margin-left: 0;
   padding: 0;
}
.ft_category_nav .ft_category_nav_list > li {
  width: calc( ( 100% - 60px ) / 4 );
  font-size: 14px;
}
.ft_category_nav .ft_category_nav_list > li h3 {
  border-bottom: 1px solid #09f;
  margin: 0;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
}
.ft_category_nav .ft_category_nav_list > li ul {
  margin-left: 0;
  padding: 0;
}
.ft_category_nav .ft_category_nav_list > li ul li {
  padding-top: 15px;
}
.ft_category_nav .ft_category_nav_list > li ul li a {
  color: #0d0d0d !important;
}
.ft_category_nav .ft_category_nav_list > li ul li a:after {
  display: inline-block;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  border-radius: 50%;
  background-color: #09f;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  padding-top: 3px;
  padding-left: 2px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 639px) {
  .ft_category_nav {
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .ft_category_nav .ft_category_nav_list > li {
    width: calc( ( 100% - 20px ) / 2 );
    font-size: 14px;
    padding-bottom: 20px;
  }
  .ft_category_nav .ft_category_nav_list > li ul li a:after {
    padding-top: 0px;
  }
}

@media screen and (max-width: 559px) {
  .ft_category_nav .ft_category_nav_list > li {
    width: 100%;
  }
  .ft_category_nav .ft_category_nav_list > li ul li a {
    position: relative;
    display: block;
    width: 100%;
  }
  .ft_category_nav .ft_category_nav_list > li ul li a:after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
