@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700,900&display=swap&subset=japanese');

/**********************************************
** Site Name: AFRo会員登録　ランディングページ
** Description: LP CSS
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - reset
2.0 - 汎用スタイル
    2.1 - テキストリンク
    2.2 - 見出し
    2.3 - ボタン
    2.4 - カラム
    2.5 - PC・SP表示
    2.6 - 改行
    2.7 - テキスト
    2.8 - イントロダクション
    2.9 - プログラムリスト    
3.0 - フッター
    3.1 - 固定フッター
4.0 - メインビジュアル
    4.1 - アプローチ
5.0 - プログラム紹介
6.0 - SNSでもアフィリエイト
    6.1 - インフルエンサーOK
7.0 - 自己アフィリエイト
8.0 - AFRoのアフィリエイトなら

---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - reset
/*-------------------------------------------*/

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}table{border-collapse:collapse;border-spacing:0}hr{border:0}

/*-------------------------------------------*/
/*  2.0 - 汎用スタイル
/*-------------------------------------------*/

html { font-size: 62.5%;}
body {
  background: #fff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #041C54;
}
li { list-style: none;}
div, ul, li, a { box-sizing: border-box;}
input { -webkit-appearance: none; -moz-appearance: none;}
img {
  max-width: 100%;
	vertical-align: bottom;
}

/*  2.1 - テキストリンク
/*-------------------------------------------*/

a.link { color: #4896C6;}
a.link:hover {color: #041C54;}

/*  2.2 - 見出し
/*-------------------------------------------*/

h2.heading,
h3.heading {
  box-sizing: border-box;
  letter-spacing: 1px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #11237A;
}
h2.heading {
  text-shadow: 
  3px 3px 3px #eff4fb,
  -3px 3px 3px #eff4fb,
  3px -3px 3px #eff4fb,
  -3px -3px 3px #eff4fb,
  3px 0px 3px #eff4fb,
  0px 3px 3px #eff4fb,
  -3px 0px 3px #eff4fb,
  0px -3px 3px #eff4fb;
}
h3.heading { letter-spacing: 0;}

@media screen and (max-width: 767px) {
  h2.heading {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
  h3.heading {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 480px) {
  h2.heading { font-size: 6.5vw;}
  h3.heading { font-size: 5.4vw;}
}
@media screen and (min-width: 768px) {
  h2.heading {
    margin-bottom: 60px;
    line-height: 1.5em;
    font-size: 4.5rem;
  }
  h3.heading {
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 3.0rem;
  }
}

/*  2.3 - ボタン
/*-------------------------------------------*/

.btn {
  display: block;
  border-radius: 4px;
  border: none;
  cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
  color: #FFF;
  transition: .2s linear;
}

/*  2.4 - カラム
/*-------------------------------------------*/

.inner {
	width: 100%;
	max-width: 1140px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}
@media screen and (min-width: 768px) {
  .inner {
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*  2.5 - PC・SP表示
/*-------------------------------------------*/

.sp { display: none;}

@media screen and (max-width: 767px) {
  .pc { display: none;}
	.sp { display: block;}
}

/*  2.6 - 改行
/*-------------------------------------------*/

@media screen and (max-width: 767px) {
  .br_pc { display: none;}
  .br_sp { display: block;}
}

@media screen and (min-width: 768px) {
  .br_pc { display: block;}
  .br_sp { display: none;}
}

/*  2.7 - テキスト
/*-------------------------------------------*/

.txt {
  text-align: center;
  line-height: 2.0;
}
.txt_small {
  padding-top: 10px;
  text-align: center;
  line-height: 1.7;
}
.txt .str {
  text-decoration: underline;
  color: #0A61C4;
}

@media screen and (max-width: 767px) {
  .txt { font-size: 1.8rem;}
  .txt_small { font-size: 1.0rem;}
}

@media screen and (max-width: 480px) {
  .txt {
    text-align: left;
    font-size: 1.5rem;
  }
  .txt_small { text-align: left;}
}

@media screen and (min-width: 768px) {
  .txt { font-size: 2.0rem;}
  .txt_small { font-size: 1.2rem;}
}

/*  2.8 - イントロダクション
/*-------------------------------------------*/

.intro {
  width: 100%;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 0 8px #9BADC5;
  margin: 0 auto 50px;
}
.intro ul {
  width: 100%;
  border-radius: 5px;
  margin: 20px auto;
}
.intro ul.list { background: #FFF9DB;}
.intro ul.sns {
  display: flex;
  align-items: center;
  text-align: center;
  background: #FFF;
}
.intro ul.list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  line-height: 1.6;
  font-weight: bold;
  color: #0B60B5;
}
.intro ul.sns li {
  width: 25%;
  padding: 0 10px;
}
.intro ul.sns li:nth-child(1) img { width: 63px;}
.intro ul.sns li:nth-child(2) img { width: 67px;}
.intro ul.sns li:nth-child(3) img { width: 83px;}
.intro ul.sns li:nth-child(4) img { width: 76px;}
.intro ul li:last-child { margin-bottom: 0;}
.intro ul.list li:before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #2EA7FD;
  border-radius: 4px;
}
.intro ul.list li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 13px;
  top: .15em;
  left: 7px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
}

@media screen and (max-width: 767px) {
  .intro, .intro ul {
    width: 80%;
    padding: 15px;
  }
  .intro ul li { font-size: 1.8rem;}
}

@media screen and (max-width: 480px) {
  .intro { margin-bottom: 40px;}
  .intro, .intro ul { width: 90%;}
  .intro ul li { font-size: 1.5rem;}
}

@media screen and (min-width: 768px) {
  .intro {
    max-width: 800px;
    padding: 20px;
  }
  .intro ul {
    max-width: 600px;
    padding: 20px;
  }
  .intro ul li { font-size: 2.0rem;}
}

/*  2.9 - プログラムリスト
/*-------------------------------------------*/

.program li { box-sizing: border-box;}
.program li .ad {
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 8px #9BADC5;
}
.program li .status .adpoint {
  border: #A4A8B8 1px solid;
  border-radius: 4px;
}
.program li .status .adpoint span { font-weight: bold;}
.program li .status .adpoint span:nth-child(1) {
  justify-content: center;
  background: #2EA7FD;
  color: #FFF;
}
.program li .status .adpoint span:nth-child(2) { text-align: left;}
.program li .status .image { margin: 0 auto;}
.program li .status .image img { max-width: 100%;}

@media screen and (max-width: 767px) {
  .program { padding: 0 0 40px;}
  .program li { margin-bottom: 20px;}
  .program li:last-child { margin-bottom: 0;}
  .program li .ad { padding: 20px;}
  .program li .status {
    display: flex;
    align-items: flex-start;
  }
  .program li .status .image {
    width: 150px;
    display: flex;
    margin: 0 auto 20px;
  }
  .program li .status .image img { width: 150px;}
  .program li .status .detail {
    width: 100%;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .program li .status .adpoint {
    display: flex;
    flex-flow: column;
    line-height: 1.5;
  }
  .program li .status .adpoint span { padding: 10px;}
  .program li .status .adpoint span:nth-child(1) { padding: 5px 10px;}
}

@media screen and (max-width: 480px) {
  
  .program li .status .image { margin-bottom: 0;}
  .program li .status .adpoint { font-size: 1.5rem;}
}

@media screen and (min-width: 768px) {
  .program {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    margin-bottom: 50px;
  }
  .program li {
    width: 33.3%;
    padding: 0 1% 0 1%;
  }
  .program li .ad {
    height: 100%;
    padding: 20px;
    text-align: center;
  }
  .program li .status .image { max-width: 240px;}
  .program li .status .image img {
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
  }
  .program li .status .adpoint {
    display: flex;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .program li .status .adpoint span {
    display: flex;
    align-items: center;
  }
  .program li .status .adpoint span:nth-child(1) { width: 80px;}
  .program li .status .adpoint span:nth-child(2) {
    min-height: 50px;
    flex: 1;
    padding: 2px 10px;
  }
}
@media screen and (min-width: 1100px) {
  .program li {
    width: 33.3%;
    padding: 0 1.6% 0 1.6%;
  }
  .program li .status .adpoint { font-size: 1.5rem;}
}

/*-------------------------------------------*/
/*  3.0 - フッター
/*-------------------------------------------*/

footer .copyright {
  box-sizing: border-box;
  background: #333;
	padding: 25px 0;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer { padding-bottom: 80px;}
  footer .copyright {
    padding: 15px 0;
	  font-size: 1.0rem;
	}
}

@media screen and (min-width: 768px) {
  footer { padding-bottom: 110px;}
  footer .copyright { font-size: 1.1rem;}
}

/*  3.1 - 固定フッター
/*-------------------------------------------*/

.footer_fix {
  width: 100%;
  position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
  border-top: #FFF 1px solid;
	background-color: #DFE6EE;
	box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.footer_fix .inner { box-sizing: border-box;}
.footer_fix a {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 200px;
  background: #2EA7FD;
  box-shadow: 0 2px 7px #98B6D4;
  text-decoration: none;
  line-height: 1.1em;
  text-align: center;
  color: #fff;
  transition: .2s linear;
}
.footer_fix a:hover {
  opacity: 0.8;
  transform: scale(0.95);
}
.footer_fix a p:nth-child(1) {
  margin-bottom: 3px;
  font-weight: normal;
}
.footer_fix a p:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_fix a p:nth-child(2) span {
  display: flex;
  border-radius: 2px;
  background: #FFF;
  margin-right: 10px;
  padding: 6px;
  color: #F74450;
}

@media screen and (max-width: 767px) {
  .footer_fix .inner {
    height: 80px;
    padding: 10px;
  }
  .footer_fix a {
    width: 80%;
    padding: 10px 5px;
  }
  .footer_fix a p:nth-child(1) { font-size: 1.2rem;}
  .footer_fix a p:nth-child(2) {
    border-radius: 2px;
    font-size: 1.5rem;
  }
  .footer_fix a p:nth-child(2) span {
    padding: 3px 6px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .footer_fix a {
    width: 90%;
    padding: 8px 10px;
  }
  .footer_fix a p:nth-child(2) span { margin-right: 5px;}
}

@media screen and (min-width: 768px) {
  .footer_fix .inner {
    height: 100px;
    padding: 15px 10px 20px;
  }
  .footer_fix a {
    max-width: 500px;
    padding: 15px 10px;
  }
  .footer_fix a p:nth-child(1) { font-size: 1.4rem;}
  .footer_fix a p:nth-child(2) { font-size: 1.9rem;}
}
@media screen and (min-width: 1100px) {
  .footer_fix .inner { height: 110px;}
  .footer_fix a p:nth-child(1) {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
  .footer_fix a p:nth-child(2) { font-size: 2.2rem;}
}

/*-------------------------------------------*/
/*  4.0 - メインビジュアル
/*-------------------------------------------*/

.mainvisual { background: #EFF4FB;}
.mainvisual .inner {
  position: relative;
  box-sizing: border-box;
}
.mainvisual .logo {
  position: absolute;
  left: 0;
  z-index: 10;
}
.mainvisual .logo img {
  max-width: 100%;
  vertical-align: bottom;
}
.mainvisual h1,
.mainvisual .catch p:nth-of-type(1) {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  color: #11237A;
}
.mainvisual h1 span,
.mainvisual .catch p:nth-of-type(1) {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.mainvisual h1 span::after,
.mainvisual .catch p:nth-of-type(1)::after {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 9px;
  background-image: linear-gradient(109.6deg, rgba(46, 122, 253, 1) 11.2%, rgba(77, 205, 238, 1) 91.1%);
  background-repeat: no-repeat;
  background-size: 100% 9px;
  background-position: bottom;
}

@media screen and (max-width: 767px) {
  .mainvisual .logo {
    width: 100px;
    top: 20px;
    left: 50%;
    margin-left: -50px;
  }
  .mainvisual h1 {
    padding: 60px 7.7% 0;
    font-size: 7.3vw;
  }
  .mainvisual .catch p:nth-of-type(1) {
    margin: 0 7.7% 15px;
    font-size: 6.3vw;
  }
  .mainvisual .catch p:nth-of-type(1) span { font-size: 7.3vw;}
  .mainvisual .image { padding-bottom: 30px;}
}

@media screen and (max-width: 480px) {
  .mainvisual .logo { width: 85px;}
  .mainvisual h1 {
    padding: 60px 3% 0;
    font-size: 7.8vw;
  }
  .mainvisual .catch p:nth-of-type(1) {
    margin: 0 3% 15px;
    font-size: 6.8vw;
  }
  .mainvisual .catch p:nth-of-type(1) span { font-size: 7.8vw;}
}

@media screen and (min-width: 768px) {
  .mainvisual .logo {
    width: 150px;
    top: 15px;
    left: 20px;
  }
  .mainvisual .detail {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
  }
  .mainvisual .detail div { width: 50%;}
  .mainvisual h1 {
    padding-top: 11%;
    font-size: 4.5vw;
  }
  .mainvisual .catch p:nth-of-type(1) {
    margin-bottom: 15px;
    font-size: 3.0vw;
  }
  .mainvisual .catch p:nth-of-type(1) span { font-size: 4.5vw;}
  .mainvisual .image { padding-top: 30px;}
  .mainvisual .image img { width: 550px;}
}
@media screen and (min-width: 1100px) {
  .mainvisual h1 { font-size: 5.2rem;}
  .mainvisual .catch p:nth-of-type(1) { font-size: 3.5rem;}
  .mainvisual .catch p:nth-of-type(1) span { font-size: 5.2rem;}
}

/*  4.1 - アプローチ
/*-------------------------------------------*/

.approach {
  background: #2E7AFD;
  background: -moz-linear-gradient(to right,  #2E7AFD 0%, #4DCDEE 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#2E7AFD), color-stop(100%,#4DCDEE));
  background: -webkit-linear-gradient(right,  #2E7AFD 0%, #4DCDEE 100%);
  background: linear-gradient(to right,  #2E7AFD 0%, #4DCDEE 100%);
}
.approach .inner { position: relative;}
.approach .detail {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #FFF;
}
.approach .detail .str { color: #FCFC38;}
.approach .image {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .approach .detail {
    padding: 20px 0 0;
    font-size: 5.0vw;
  }
  .approach .detail .str { font-size: 6.0vw;}
  .approach .image { bottom: -60px;}
  .approach .image img { width: 90%;}
}

@media screen and (max-width: 480px) {
  .approach .image { bottom: -30px;}
}

@media screen and (min-width: 768px) {
  .approach .inner {
    height: 200px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
  }
  .approach .detail { font-size: 2.9vw;}
  .approach .detail .str { font-size: 3.4vw;}
  .approach .image img { width: 350px;}
}
@media screen and (min-width: 1100px) {
  .approach .detail { font-size: 3.5rem;}
  .approach .detail .str { font-size: 4.2rem;}
  .approach .image img { width: 425px;}
}

/*-------------------------------------------*/
/*  5.0 - プログラム紹介
/*-------------------------------------------*/

.recommend {
  box-sizing: border-box;
  background: #EFF4FB url("../img/bg01.png") no-repeat top 95px center;
}

@media screen and (max-width: 767px) {
  .recommend {
    background-size: contain;
    background-position: top 5% center;
    padding: 110px 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .recommend {
    background-position: top 35px center;
    padding: 30px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .recommend {
    background-size: 1000px 450px;
    padding: 110px 0 60px;
  }
}

/*-------------------------------------------*/
/*  6.0 - SNSでもアフィリエイト
/*-------------------------------------------*/

.snsaf {
  box-sizing: border-box;
  background: url("../img/bg02.png") no-repeat top 65px center;
}
.snsaf h2.heading {
  text-shadow: 
  3px 3px 3px #FFF,
  -3px 3px 3px #FFF,
  3px -3px 3px #FFF,
  -3px -3px 3px #FFF,
  3px 0px 3px #FFF,
  0px 3px 3px #FFF,
  -3px 0px 3px #FFF,
  0px -3px 3px #FFF;
}
.snsaf .intro {
  background: #EFF4FB;
}

@media screen and (max-width: 767px) {
  .snsaf {
    background-size: contain;
    background-position: top 5% center;
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 480px) {
  .snsaf {
    background-position: top 35px center;
    padding: 30px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .snsaf {
    background-size: 1000px 450px;
    padding: 80px 0 60px;
  }
}

/*  6.1 - インフルエンサーOK
/*-------------------------------------------*/

.snsaf .heading_sub {
  margin-bottom: 20px;
  text-align: center;
}
.snsaf .heading_sub span {
  display: inline-block;
  position: relative;
  border-radius: 100px;
  background: #11237A;
  padding: 5px 30px;
  font-weight: bold;
  color: #FFF;
}
.snsaf .heading_sub span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 15px solid #11237A;
}

.snsaf .ad_closed .box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.snsaf .ad_closed .image {
  width: 200px;
  border-radius: 100px;
  background: #EFF4FB;
  box-shadow: 0 0 8px #9BADC5;
}
.snsaf .ad_closed .image img { max-width: 200px;}
.snsaf .ad_closed .title {
  margin-bottom: 15px;
  font-weight: bold;
}
.snsaf .ad_closed ul li {
  position: relative;
  padding-left: 35px;
  line-height: 1.6;
  font-weight: bold;
  color: #0B60B5;
}
.snsaf .ad_closed ul li:before {
  content: "";
  position: absolute;
  top: 0.05em;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #2EA7FD;
  border-radius: 4px;
}
.snsaf .ad_closed ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 13px;
  top: .15em;
  left: 7px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
}


@media screen and (max-width: 767px) {
  .snsaf .heading_sub span { font-size: 1.6rem;}
  .snsaf .ad_closed .box { margin-bottom: 20px;}
  .snsaf .ad_closed .image { margin-bottom: 20px;}
  .snsaf .ad_closed .title { font-size: 1.7rem;}
  .snsaf .ad_closed ul li {
    margin: 0 10px 15px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .snsaf .heading_sub span { font-size: 1.4rem;}
  .snsaf .ad_closed ul li {
    padding-top: 3px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .snsaf .heading_sub span { font-size: 1.9rem;}
  .snsaf .ad_closed { display: flex;}
  .snsaf .ad_closed .box { width: 33.3%;}
  .snsaf .ad_closed .image { margin-bottom: 25px;}
  .snsaf .ad_closed .title { font-size: 2.2rem;}
  .snsaf .ad_closed ul li {
    margin: 0 10px 15px;
    font-size: 1.8rem;
  }
}

/*-------------------------------------------*/
/*  7.0 - 自己アフィリエイト
/*-------------------------------------------*/

.selfbank {
  box-sizing: border-box;
  background: #EFF4FB url("../img/bg03.png") no-repeat top 65px center;
}
.selfbank .program li h3 {
  margin-bottom: 15px;
  letter-spacing: -1px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #11237A;
}
.selfbank .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selfbank .catch p {
  display: inline-block;
  border-radius: 2px;
  background: #2E7AFD;
  background: -moz-linear-gradient(to right,  #2E7AFD 0%, #4DCDEE 100%);
  background: -webkit-gradient(linear, left, right, color-stop(0%,#2E7AFD), color-stop(100%,#4DCDEE));
  background: -webkit-linear-gradient(right,  #2E7AFD 0%, #4DCDEE 100%);
  background: linear-gradient(to right,  #2E7AFD 0%, #4DCDEE 100%);
  margin-bottom: 20px;
  font-weight: bold;
  color: #FFF;
}
.selfbank .catch p span { color: #FCFC38;}

@media screen and (max-width: 767px) {
  .selfbank {
    background-size: contain;
    background-position: top 5% center;
    padding: 60px 0 40px;
  }
  .selfbank .program li h3 { font-size: 1.8rem;}
  .selfbank .catch p {
    padding: 5px 10px;
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 480px) {
  .selfbank{
    background-position: top 35px center;
    padding: 30px 0 40px;
  }
  .selfbank .catch p {
    margin-bottom: 10px;
    font-size: 3.4vw;
  }
}

@media screen and (min-width: 768px) {
  .selfbank {
    background-size: 1000px 450px;
    padding: 80px 0 60px;
  }
  .selfbank .program li h3 { font-size: 2.3rem;}
  .selfbank .program li {
    width: 50%;
  }
  .selfbank .program li .ad { height: auto;}
  .selfbank .catch { padding: 20px 0 20px;}
  .selfbank .catch p {
    padding: 5px 20px;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1100px) {
  .selfbank .program li { width: 415px;}
  .selfbank .catch p { font-size: 3.5rem;}
}

/*-------------------------------------------*/
/*  8.0 - AFRoのアフィリエイトなら
/*-------------------------------------------*/

.about h2.heading {
  text-shadow: 
  3px 3px 3px #FFF,
  -3px 3px 3px #FFF,
  3px -3px 3px #FFF,
  -3px -3px 3px #FFF,
  3px 0px 3px #FFF,
  0px 3px 3px #FFF,
  -3px 0px 3px #FFF,
  0px -3px 3px #FFF;
}
.about li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about li .title {
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about { padding: 60px 0 60px;}
  .about li { margin: 0 10px 25px;}
  .about li .image {
    margin-bottom: 20px;
  }
  .about li .image img {
    max-width: 300px;
    height: 200px;
    max-height: 100%;
  }
  .about li .title { font-size: 1.7rem;}
  .about li .txt { font-size: 1.4rem;}
}

@media screen and (max-width: 480px) {
  .about { padding: 30px 0 40px;}
  .about li .title { font-size: 1.9rem;}
  .about li .txt { font-size: 1.6rem;}
}

@media screen and (min-width: 768px) {
  .about { padding: 80px 0 60px;}
  .about ul { display: flex;}
  .about li {
    width: 33.3%;
    margin: 0 10px 15px;
  }
  .about li .image { margin-bottom: 25px;}
  .about li .image img {
    width: 300px;
    max-width: 100%;
  }
  .about li .title { font-size: 1.8rem;}
  .about li .txt { font-size: 1.6rem;}
}
@media screen and (min-width: 1100px) {
  .about li .title { font-size: 2.1rem;}
  .about li .txt { font-size: 1.8rem;}
}

