@charset "UTF-8";
/* 2209
-------------------------*/
body {
 font-size: 18px;
}
h1.logo img {
 width: 200px;
}
@media screen and (max-width: 700px) {
 body { font-size: 14px; }
}
#header {
 border-bottom: #f19823 solid 6px;
 padding: 2px 0;
}
#main {
 background: url(../images/philippines/main_bg.jpg) top center repeat-x;
 text-align: center;
 overflow: hidden;
}
#main .inner {
 overflow: visible;
}
#main .inner h2 {
 margin: 0 -120px;
}
#main .inner p {
 margin-top: -172px;
 font-size: 16px;
 color: #000;
 font-weight: bold;
 text-shadow: 1px 0px 0px #fff, 0px 1px 0px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff;
}
#main .inner p span {
 font-size: 18px;
 color: #0066CC;
}
@media screen and (max-width: 700px) {
 #main {
  background-repeat: repeat;
 }
 #main .inner {
  padding: 0 0 14px 0;
 }
 #main .inner h2 {
  margin: 0 -7%;
 }
 #main img {
  width: 100%;
  height: auto;
 }
 #main .inner p {
  margin: -16% 8px 0;
  text-align: left;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 10px;
  position: relative;
 }
 #main .inner p span {
  font-size: 16px;
 }
 #main .inner a {
  display: block;
  padding: 0 20px;
  margin-top: -8px;
  position: relative;
 }
}
/*===============================
	contents
===============================*/
#contents {
 margin-top: 20px;
}
#contents .bg {
 background: url(../images/philippines/contents_bg.gif) repeat-y;
 padding: 20px 0;
}
#contents .bg a {
 display: block;
 width: 90%;
 margin: 10px auto;
}
#contents .bg a img {
 width: 100%;
 height: auto;
}
#contents .bg .section:first-child {
 margin-top: 0;
}
#contents .title01 {
 margin: 30px 0 40px 50px;
 background: url(../images/philippines/title02.png) repeat-x left bottom #660000;
 border-bottom: #660000 solid 6px;
 padding: 8px 8px 4px 90px;
 border-radius: 10px;
 font-size: 32px;
 color: #fff;
 line-height: 1.3;
 font-weight: bold;
 position: relative;
}
#contents .title01:after {
 content: "　";
 width: 131px;
 height: 102px;
 background: url(../images/philippines/title01.png) no-repeat left top;
 background-size: 100% auto;
 position: absolute;
 top: -30px;
 left: -50px;
}
#contents .bg .section {
 background: url(../images/philippines/section_bg.gif) repeat-y;
 margin-top: 30px;
 padding: 10px 40px 30px 60px;
 clear: both;
}
@media screen and (max-width: 700px) {
 #contents {
  margin-top: 0;
 }
 #contents .bg {
  padding: 10px 0;
 }
 #contents .bg a {
  display: block;
  width: 90%;
  margin: 10px auto;
 }
 #contents .bg a img {
  width: 100%;
  height: auto;
 }
 #contents .bg .section {
  background-size: 100% auto;
  padding: 10px 6% 10px 8%;
 }
 #contents .title01 {
  margin: 10px 0 10px 0px;
  padding: 8px 8px 4px 56px;
  font-size: 20px;
 }
 #contents .title01:after {
  width: 60px;
  height: 60px;
  top: -10px;
  left: -6px;
 }
}
/*----------------------------------
  #movie
----------------------------------*/
#movie .boxWrap {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
#movie .boxWrap .box {
 box-sizing: border-box;
 width: 100%;
 padding: 1.6rem;
 border-radius: 10px;
 margin: 0 0 16px;
 border: solid 2px #f19823;
 background-color: #fff;
}
#movie .boxWrap .box h4 {
 font-weight: bold;
 position: relative;
 padding:0 0 10px;
 border-bottom: dashed 3px #f19823;
 font-size: 22px;
 color: #f19823;
 margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
 #movie .boxWrap {
  display: block;
 }
 #movie .boxWrap .box {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
 }
 #movie .boxWrap .box + .box {
  margin-top: 2rem;
 }
}
/*----------------------------------
  #feature　ランキング
----------------------------------*/
#feature .box {
 background: url(../images/philippines/ranking_bg.gif);
 margin-top: 5px;
 padding: 20px 30px;
}
#feature .box ol {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
#feature .box ol li {
 box-sizing: border-box;
 width: 48%;
 background: #FCF9F1;
 padding: 16px;
 padding-left: 30px;
 border-radius: 10px; 
 position: relative;
}
#feature .box ol li::after {
 content: "";
 width: 49px;
 height: 62px;
 display: block;
 background-repeat: no-repeat;
 background-position: center 50%;
 position: absolute;
 top: -10px;
 left: -24px;
}
#feature .box ol li:nth-child(1),
#feature .box ol li:nth-child(2) {
 margin-bottom: 24px;
}
#feature .box ol li:nth-child(1)::after { background-image: url("../images/philippines/ranking_icon_01.png"); }
#feature .box ol li:nth-child(2)::after { background-image: url("../images/philippines/ranking_icon_02.png"); }
#feature .box ol li:nth-child(3)::after { background-image: url("../images/philippines/ranking_icon_03.png"); }
#feature .box ol li:nth-child(4)::after { background-image: url("../images/philippines/ranking_icon_04.png"); }
#feature .box ol li h4 {
 display: inline-block;
 padding: 0 10px;
 color: #fd046a;
 font-weight: bold;
 font-size: 24px;
 background: -moz-linear-gradient(top,  rgba(255,255,0,0) 0%, rgba(255,255,0,0) 50%, rgba(255,255,0,0.6) 51%, rgba(255,255,0,0.6) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,0,0) 0%,rgba(255,255,0,0) 50%,rgba(255,255,0,0.6) 51%,rgba(255,255,0,0.6) 100%);
background: linear-gradient(to bottom,  rgba(255,255,0,0) 0%,rgba(255,255,0,0) 50%,rgba(255,255,0,0.6) 51%,rgba(255,255,0,0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffff00', endColorstr='#99ffff00',GradientType=0 );
}
@media screen and (max-width: 700px) {
 #feature .box ol {
  display: block;  
 }
 #feature .box ol li {
  width: 100%;
  margin-bottom: 24px;
 }
}
/*----------------------------------
  #point　ポイント
----------------------------------*/
#point ul li {
 background: url(../images/philippines/point_bg01.jpg);
 box-shadow: 0px 1px 2px rgba(51, 51, 51, 0.3);
 padding: 20px;
 position: relative;
 margin-top: 30px;
}
#point ul li:after {
 content: "　";
 display: block;
 width: 39px;
 height: 71px;
 background: url(../images/philippines/point_img01.png) no-repeat;
 position: absolute;
 top: -12px;
 left: 10px;
}
#point ul li:nth-child(even):after {
 left: auto;
 right: 10px;
}
#point ul li h4, #point ul li h3 {
 color: #FD349A;
 font-weight: bold;
 font-size: 30px;
 border-bottom: #FECDE0 dashed 3px;
 margin-bottom: 10px;
}
#point ul li:nth-child(odd) h4, #point ul li:nth-child(odd) h3 {
 padding-left: 30px;
}
#point ul li .pointWrap {
 display: flex;
 justify-content: space-between;
 align-items: center;
}
#point ul li:nth-child(odd) .pointWrap {
 flex-direction: row-reverse;
}
#point ul li .pointWrap p {
 padding: 0 10px;
}
@media screen and (max-width: 700px) {
 #point ul li {
  padding: 10px !important;
 }
 #point ul li h4, #point ul li h3 {
  font-size: 22px;
  padding-left: 0 !important;
 }
 #point ul li:after {
  display: none;
 }
 #point ul li .pointWrap {
  display: block;
 }
 #point ul li:nth-child(odd) .pointWrap {
  
 }
}
/*----------------------------------
  エージェントロゴ
----------------------------------*/
#agent {
 padding: 40px 10px
}
#agent h3 {
 color: #FC32F8;
 font-weight: bold;
 font-size: 30px;
}
#agent p {
 padding: 20px 210px 30px 0;
 font-size: 17px;
 text-align: left;
 position: relative;
}
#agent p:after {
 content: "　";
 display: block;
 width: 205px;
 height: 188px;
 background: url(../images/philippines/agent_img01.png) no-repeat left top;
 position: absolute;
 bottom: 0;
 right: 0;
}
#agent .logo {
 box-sizing: border-box;
 width: 100%;
 float: none;
 text-align: center;
 border: dashed 4px #f19823;
 padding: 6px;
}
#agent .logo img {
 display: inline-block;
 width: 82px;
 margin: 5px;
}
@media screen and (max-width: 700px) {
 #agent img {
  width: 100%;
  height: auto;
 }
 #agent {
  padding: 30px 10px;
 }
 #agent p {
  padding: 10px 0px 20px 0;
  font-size: 14px;
 }
 #agent h3 {
  font-size: 22px;
  text-align: center;
 }
 #agent p:after {
  display: none;
 }
 #agent ul {
  margin-top: 20px;
 }
 #agent ul li {
  width: 30%;
  margin: 6px 1%;
  max-width: 110px;
 }
 #agent .logo {
  margin: 0 auto;
 }
}
/*----------------------------------
  FAQ
----------------------------------*/
#qa li {
 margin-top: 20px;
}
#qa li#qa_01 {
 background: url(../images/philippines/qa_pic_01.jpg) no-repeat;
}
#qa li#qa_02 {
 background: url(../images/philippines/qa_pic_02.jpg) right top no-repeat;
}
#qa li#qa_03 {
 background: url(../images/philippines/qa_pic_03.jpg) no-repeat;
}
#qa li .q {
 width: 585px;
 padding: 20px 15px 0 60px;
 min-height: 29px;
 height: auto !important;
 height: 29px;
 color: #7262AA;
 font-size: 18px;
 font-weight: bold;
}
#qa li .a {
 width: 445px;
 min-height: 100px;
 height: auto !important;
 height: 100px;
 border-bottom: 5px solid #FCF;
 color: #F06;
 font-size: 14px;
 font-weight: bold;
}
#qa li.R .q {
 background: url(../images/philippines/qa_q_r_bg.gif) right top no-repeat;
 margin-left: 200px;
}
#qa li.R .a {
 background: url(../images/philippines/qa_a_r_bg.jpg) right top no-repeat;
 margin-left: 200px;
 padding: 45px 155px 10px 60px;
}
#qa li.L .q {
 background: url(../images/philippines/qa_q_l_bg.gif) right top no-repeat;
 margin-right: 200px;
}
#qa li.L .a {
 background: url(../images/philippines/qa_a_l_bg.jpg) right top no-repeat;
 margin-right: 200px;
 padding: 45px 15px 10px 200px;
}
@media screen and (max-width: 700px) {
 #qa li#qa_01, #qa li#qa_02, #qa li#qa_03 {
  background-image: none !important;
 }
 #qa li .q, #qa li .a {
  background-image: none !important;
  width: auto !important;
  padding: 12px 0 !important;
  margin: 0 !important;
 }
}
/*----------------------------------
  カウンセラー紹介
----------------------------------*/
#counselor div {
 background: url(../images/philippines/philippines/counselor_bg_01.jpg);
 padding: 16px;
 margin-top: 16px;
 position: relative;
}
#counselor div .photo {
 position: absolute;
 right: 16px;
 top: 16px;
}
#counselor dl {
 margin-top: 16px;
}
#counselor dl dt {
 background-color: #FFF;
 font-size: 18px;
 color: #005F00;
 font-weight: bold;
 border-left: solid #005F00 5px;
 padding-left: 10px;
 margin-bottom: 6px;
}
#counselor dl dd {
 font-size: 14px;
}
#counselor div .dl_01 {
 padding: 0 30% 0 0;
}
#counselor div .dl_02 {
 padding: 0 30% 0 0;
}
@media screen and (max-width: 700px) {
 #counselor img {
  width: 100%;
  height: auto;
 }
 #counselor div .photo {
  position: relative;
  top: 0;
  right: auto;
  display: block;
  width: 200px;
  margin: 10px auto;
 }
 #counselor div .dl_01, #counselor div .dl_02 {
  padding: 0 0 0 0;
 }
}
/*----------------------------------
  ご利用の流れ
----------------------------------*/
#step {
 width: 960px;
 margin: 20px auto;
}
#step ol {
 display: table;
 margin: 0 !important;
}
#step ol li {
 display: table-cell;
}
@media screen and (max-width: 700px) {
 #step {
  width: 100%;
  margin: 20px auto;
  padding: 0 4%;
  box-sizing: border-box;
 }
 #step img {
  width: 100%;
  height: auto;
 }
}