@charset "utf-8";

* { margin: 0; padding: 0; }

body { 
  margin: 0;
  padding: 0;
  font-size: 18px;
  text-align: center;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',
  'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
  background: #F6F6F6;
}
p{  
  text-align: left;
  margin: 0 8%;
  font-size: 18px;
  line-height: 180%;
}
.midashi_img{
  max-width: 100%; 
  margin: 20px 0 10px;
}
img{
	max-width: 100%;
}
.pc_img {display: block;}
.smh_img{display: none;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リンク色 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

a{  
  color: #0645ad;  
  text-decoration:underline; 
}
a:hover{
  color: #ff8000;
  text-decoration:underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* タイマー */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.timer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #020B1C;
}
.timer_in {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 15px 0 0;
	background-color: #020B1C;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
}
.timer_in iframe {
	font-size: 12px;
}
#CDT, #CDT2, #CDT3, #CDT4 {
	font-size: 36px;
	color: #FFF;
	margin: 30px 0 50px;
	padding: 20px 0;
	font-weight: bold;
	background: url(img2/blue.png) repeat;
}
#CDT .number-wrapper, #CDT2 .number-wrapper, #CDT3 .number-wrapper, #CDT4 .number-wrapper {
	color: #FFF;
	margin: 10px 5px;
	clear: both;
}
#CDT .line, #CDT2 .line, #CDT3 .line, #CDT4 .line {
	color: #FFF;
	float: left;
}
#CDT5 {
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 38px;
	color: #E4B45C;
	font-weight: bold;
	background-color: #020B1C;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px;
}
#CDT5 .number-wrapper {
	color: #E4B45C;
	margin: 10px 5px;
	clear: both;
}
#CDT5 .line {
	color: #E4B45C;
	float: left;
}
@media screen and (max-width: 768px){
#CDT, #CDT2, #CDT3, #CDT4 {
	font-size: 20px;
	margin: 30px 0 30px;
	padding: 10px 10px;
	font-weight: bold;
}
#CDT .bbt, #CDT2 .bbt, #CDT3 .bbt, #CDT4 .bbt{
	font-size: 20px;
	padding-bottom: 20px;
}
#CDT5 {
	font-size: 24px;
	margin: 0;
	font-weight: bold;
	width: 100%;
	padding: 10px 0% 10px;
}
.timer {
	min-width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.timer_in {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 26px;
}
.timer_in, x:-moz-any-link {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
}
@media screen and (max-width: 480px){
#CDT, #CDT2, #CDT3, #CDT4 {
	font-size: 20px;
	color: #eee;
	margin: 0px 0 40px;
	padding: 10px 10px;
	line-height: 150%;
	font-weight: bold;
	background: #C00000;
}
#CDT .bbt, #CDT2 .bbt, #CDT3 .bbt, #CDT4 .bbt{
    font-size: 30px;
    padding-bottom: 20px;
}
#CDT .number-wrapper, #CDT2 .number-wrapper, #CDT3 .number-wrapper, #CDT4 .number-wrapper {
	margin: 0px;
}
#CDT5 {
	width: 98%;
	padding: 0 2% 10px 0;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}
#CDT5 .number-wrapper {
	margin: 0px;
}
.timer_in {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	font-size: 16px;
}
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* リスト */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.design1-3 {
	position: relative;
	margin: 50px 6% 0px;
	padding: 37px 15px 20px;
	border-radius: 8px;
}
.design1-3 .box-title {
	position: absolute;
	top: -18px;
	left: 10px;
	padding: 10px 15px;
	line-height: 1em;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 5px;
}
.d1-3blue {
	border-style: solid;
	border-color: #95ccff;
	background: #F8F8FF;
}
.d1-3orange {
	border-style: solid;
	border-color: #FBBD52;
	background: #FFFFEB;
}
.d1-3red {
	border-style: solid;
	border-color: #CE4E2F;
	background: #FFFAFA;
}
.d1-3black {
	border-style: solid;
	border-color: #555;
	background: #fffcfc;
}
.d1-3green {
	border-style: solid;
	border-color: #008000;
	background: #f9fffa;
}
.d1-3pink {
	border-style: solid;
	border-color: #FF69B4;
	background: #FFFAFA;
}
.d1-3navy {
	border-style: solid;
	border-color: #334977;
	background: #fcfdff;
}
.d1-3blue-t {
	background: #95ccff;
}
.d1-3orange-t {
	background: #FBBD52;
}
.d1-3red-t {
	background: #CE4E2F;
}
.d1-3black-t {
	background: #555;
}
.d1-3green-t {
	background: #008000;
}
.d1-3pink-t {
	background: #FF69B4;
}
.d1-3navy-t {
	background: #334977;
}
.d1-3 {
	padding-right: 5px;
}
ul.dot10_list_black, ul.dot10_list_blue, ul.dot10_list_green, ul.dot10_list_pink, ul.dot10_list_orange, ul.dot10_list_red, ul.dot11_list_black, ul.dot11_list_blue, ul.dot11_list_green, ul.dot11_list_pink, ul.dot11_list_orange, ul.dot11_list_red,ul.dot12_list_black, ul.dot12_list_blue, ul.dot12_list_green, ul.dot12_list_pink, ul.dot12_list_orange, ul.dot12_list_red, ul.dot13_list_black, ul.dot13_list_blue, ul.dot13_list_green, ul.dot13_list_pink, ul.dot13_list_orange, ul.dot13_list_red, ul.dot14_list_black, ul.dot14_list_blue, ul.dot14_list_green, ul.dot14_list_pink, ul.dot14_list_orange, ul.dot14_list_red, ul.dot15_list_black, ul.dot15_list_blue, ul.dot15_list_green, ul.dot15_list_pink, ul.dot15_list_orange, ul.dot15_list_red, ul.dot16_list_black, ul.dot16_list_blue, ul.dot16_list_green, ul.dot16_list_pink, ul.dot16_list_orange, ul.dot16_list_red, ul.dot17_list_black, ul.dot17_list_blue, ul.dot17_list_green, ul.dot17_list_pink, ul.dot17_list_orange, ul.dot17_list_red, ul.dot18_list_black, ul.dot18_list_blue, ul.dot18_list_green, ul.dot18_list_pink, ul.dot18_list_orange, ul.dot18_list_red, ul.dot19_list_black, ul.dot19_list_blue, ul.dot19_list_green, ul.dot19_list_pink, ul.dot19_list_orange, ul.dot19_list_red, ul.dot20_list_black, ul.dot20_list_blue, ul.dot20_list_green, ul.dot20_list_pink, ul.dot20_list_orange, ul.dot20_list_red, ul.dot21_list_black, ul.dot21_list_blue, ul.dot21_list_green, ul.dot21_list_pink, ul.dot21_list_orange, ul.dot21_list_red, ul.dot22_list_black, ul.dot22_list_blue, ul.dot22_list_green, ul.dot22_list_pink, ul.dot22_list_orange, ul.dot22_list_red, ul.dot23_list_black, ul.dot23_list_blue, ul.dot23_list_green, ul.dot23_list_pink, ul.dot23_list_orange, ul.dot23_list_red, ul.dot24_list_black, ul.dot24_list_blue, ul.dot24_list_green, ul.dot24_list_pink, ul.dot24_list_orange, ul.dot24_list_red, ul.dot25_list_black, ul.dot25_list_blue, ul.dot25_list_green, ul.dot25_list_pink, ul.dot25_list_orange, ul.dot25_list_red, ul.dot26_list_black, ul.dot26_list_blue, ul.dot26_list_green, ul.dot26_list_pink, ul.dot26_list_orange, ul.dot26_list_red {
	position: relative;
	margin:0;
	line-height: 180%;
	clear: both;
}
ul.dot10_list_black li, ul.dot10_list_blue li, ul.dot10_list_pink li, ul.dot10_list_red li, ul.dot10_list_orange li, ul.dot10_list_green li, ul.dot11_list_black li, ul.dot11_list_blue li, ul.dot11_list_pink li, ul.dot11_list_red li, ul.dot11_list_orange li, ul.dot11_list_green li, ul.dot12_list_black li, ul.dot12_list_blue li, ul.dot12_list_pink li, ul.dot12_list_red li, ul.dot12_list_orange li, ul.dot12_list_green li, ul.dot13_list_black li, ul.dot13_list_blue li, ul.dot13_list_pink li, ul.dot13_list_red li, ul.dot13_list_orange li, ul.dot13_list_green li, ul.dot14_list_black li, ul.dot14_list_blue li, ul.dot14_list_pink li, ul.dot14_list_red li, ul.dot14_list_orange li, ul.dot14_list_green li, ul.dot15_list_black li, ul.dot15_list_blue li, ul.dot15_list_pink li, ul.dot15_list_red li, ul.dot15_list_orange li, ul.dot15_list_green li, ul.dot16_list_black li, ul.dot16_list_blue li, ul.dot16_list_pink li, ul.dot16_list_red li, ul.dot16_list_orange li, ul.dot16_list_green li, ul.dot17_list_black li, ul.dot17_list_blue li, ul.dot17_list_pink li, ul.dot17_list_red li, ul.dot17_list_orange li, ul.dot17_list_green li, ul.dot18_list_black li, ul.dot18_list_blue li, ul.dot18_list_pink li, ul.dot18_list_red li, ul.dot18_list_orange li, ul.dot18_list_green li, ul.dot19_list_black li, ul.dot19_list_blue li, ul.dot19_list_pink li, ul.dot19_list_red li, ul.dot19_list_orange li, ul.dot19_list_green li, ul.dot20_list_black li, ul.dot20_list_blue li, ul.dot20_list_pink li, ul.dot20_list_red li, ul.dot20_list_orange li, ul.dot20_list_green li, ul.dot21_list_black li, ul.dot21_list_blue li, ul.dot21_list_pink li, ul.dot21_list_red li, ul.dot21_list_orange li, ul.dot21_list_green li, ul.dot22_list_black li, ul.dot22_list_blue li, ul.dot22_list_pink li, ul.dot22_list_red li, ul.dot22_list_orange li, ul.dot22_list_green li, ul.dot23_list_black li, ul.dot23_list_blue li, ul.dot23_list_pink li, ul.dot23_list_red li, ul.dot23_list_orange li, ul.dot23_list_green li, ul.dot24_list_black li, ul.dot24_list_blue li, ul.dot24_list_pink li, ul.dot24_list_red li, ul.dot24_list_orange li, ul.dot24_list_green li, ul.dot25_list_black li, ul.dot25_list_blue li, ul.dot25_list_pink li, ul.dot25_list_red li, ul.dot25_list_orange li, ul.dot25_list_green li, ul.dot26_list_black li, ul.dot26_list_blue li, ul.dot26_list_pink li, ul.dot26_list_red li, ul.dot26_list_orange li, ul.dot26_list_green li {
	list-style:disc;
	line-height: 1.5;
	padding:3px 2px 2px 10px;
	font-size: 16px;
	text-align: left;
	list-style-position: inside;
}
.border1 { border-width: 1px;}
.border2 { border-width: 2px;}
.border3 { border-width: 3px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 装飾 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.aka { color: #ff0000; }
.ao { color: #0000cc; }
.mizu { color: #0066FF; }
.tya { color: #bd000e}
.gray { color: #3d3737}
.green { color: #009900}
.black { color: #333}

.size8 { font-size: 8px; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }
.size24 { font-size: 24px; }
.size26 { font-size: 26px; }
.size28 { font-size: 28px; }
.size32 { font-size: 32px; }
.size36 { font-size: 36px; }
.size48 { font-size: 48px; }
.size60 { font-size: 60px; }
.size72 { font-size: 72px; }

ul{
  line-height: 150%;
  list-style-position: outside;
  margin: 12px 10% 12px 10%;
  text-align: left;
}
ul li{
  padding-top: 10px;
  font-weight: bold;
}
ul.cool-list{
  list-style: none;
  margin: 0 1% 0 8%;
  padding: 0;
  text-align: left;
}
.cool-list li{
  position: relative;
  padding-left: 1.7em;
  font-weight: 700;
  line-height: 200%;
}
.cool-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 1.05em;
  height: 1.05em;
  border-radius: 999px;
  border: 2px solid currentColor;
  box-sizing: border-box;
}
.cool-list li::after{
  content: "";
  position: absolute;
  left: 0.34em;
  top: 1.3em;
  width: 0.38em;
  height: 0.2em;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
}
.step-flow{
    border: 3px solid #00A2CF;
    border-radius: 10px;
    padding: 20px;
    margin: 0 8%;
}
.step-flow ul{
  line-height: 150%;
  list-style-position: inside;
  color: #00A2CF;
  margin: 12px 2% 15px;
  text-align: left;
}
.step-flow ul li{
    padding-bottom: 10px;
    padding-left:10px;
    border-bottom: 2px #71CEE4 dotted;
}
.step-flow ul li:last-child{
    border-bottom: none;
}
.b { font-weight: bold; }
.strong{ font-weight: bold; }
.em{ font-weight: bold; }
.u{ text-decoration: underline;}
.yline { background: #FFFF00; }
.center {
  text-align: center;
  padding: 5px 0px 0px 0px; }
.left {
  text-align: left;
  padding: 5px 5px 0px 0px; }
.right {
  text-align: right;
  padding: 5px 0px 0px 5px; }
.to_link {
  margin: 20px 0px 0px 0px;
  text-align: right; }
.to_link_r {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
  text-align: right; }
.imgl{
  float: left;
  padding: 30px 30px 30px 8%;
}
.imgr{
  float: right;
  padding: 30px 8% 30px 30px;
}
blockquote {
  width: 750px;
  font-size: 16px;
  line-height: 180%;
  margin: 15px auto;
  padding: 30px 0;
  text-align: right;
  border: 1px solid #DFDFDF;
  color: #212121;
  background: #F9F9F9 url("img2/blockquote.png") no-repeat scroll 0px 0px;
  clear: both;
}
blockquote p {
  margin-left: 50px;
  margin-right: 50px;
}
.text-right {
  font-size: 8px;
  color: #3d3737;
  text-align: right;
  padding-bottom: 10px;
  line-height: 130%;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 間隔調整 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.midashi {
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
.margin-bottom5 { margin-bottom: 5px;}
.margin-bottom10 { margin-bottom: 10px;}
.margin-bottom15 { margin-bottom: 15px;}
.margin-bottom20 { margin-bottom: 20px;}
.margin-bottom25 { margin-bottom: 25px;}
.margin-bottom30 { margin-bottom: 30px;}
.margin-bottom35 { margin-bottom: 35px;}
.margin-bottom40 { margin-bottom: 40px;}
.margin-bottom45 { margin-bottom: 45px;}
.margin-bottom50 { margin-bottom: 50px;}
.margin-bottom60 { margin-bottom: 60px;}
.margin-bottom70 { margin-bottom: 70px;}
.margin-bottom80 { margin-bottom: 80px;}
.margin-bottom90 { margin-bottom: 90px;}
.margin-bottom100 { margin-bottom: 100px;}

.margin-top5 { margin-top: 5px;}
.margin-top10 { margin-top: 10px;}
.margin-top15 { margin-top: 15px;}
.margin-top20 { margin-top: 20px;}
.margin-top25 { margin-top: 25px;}
.margin-top30 { margin-top: 30px;}
.margin-top35 { margin-top: 35px;}
.margin-top40 { margin-top: 40px;}
.margin-top45 { margin-top: 45px;}
.margin-top50 { margin-top: 50px;}

.padding-bottom5 { padding-bottom: 5px;}
.padding-bottom10 { padding-bottom: 10px;}
.padding-bottom15 { padding-bottom: 15px;}
.padding-bottom20 { padding-bottom: 20px;}
.padding-bottom25 { padding-bottom: 25px;}
.padding-bottom30 { padding-bottom: 30px;}
.padding-bottom35 { padding-bottom: 35px;}
.padding-bottom40 { padding-bottom: 40px;}
.padding-bottom45 { padding-bottom: 45px;}
.padding-bottom50 { padding-bottom: 50px;}

.padding-top5 { padding-top: 5px;}
.padding-top10 { padding-top: 10px;}
.padding-top15 { padding-top: 15px;}
.padding-top20 { padding-top: 20px;}
.padding-top25 { padding-top: 25px;}
.padding-top30 { padding-top: 30px;}
.padding-top35 { padding-top: 35px;}
.padding-top40 { padding-top: 40px;}
.padding-top45 { padding-top: 45px;}
.padding-top50 { padding-top: 50px;}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインエリア設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#wrapper{
  width: 100%;
  margin: 0;
  padding: 0;
}
.in_box{
  width: 940px;
  margin: 0 auto;
  padding: 60px 0;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow:-6px 0 6px -6px #CCC,
  6px 0 6px -6px #CCC;
}
#wrapper .in_box p img.mds{
  width: 800px;
  margin: 20px 25px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* h1設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#banner{
	width: 100%;
    max-height: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-image:url(img2/banner0.png), url(img2/banner1.png), url(img2/banner2.png), url(img2/banner3.png), url(img2/banner4.png);
	background-position: top,center, left, right, center;
	background-repeat: no-repeat;
	background-size: 100% 12px,contain, auto 100%, auto 100%, contain;
}
#banner h1 img.pcb{
    width: 100%;
	margin: 0;
    display: block;
	width: auto;
}
#banner h1 img.smhb{
   display: none;
}
#banner_bottom{
    width: 100%;
    max-height: 245px;
    margin: -20px 0 0;
    background: url(img2/banner6.png) top repeat-x;
}
@media screen and (max-width: 1072px) {
#banner_bottom{
    width: 100%;
    max-height: 100%;
    margin: -22px 0;
    background: none;
}}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインカリキュラム設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main_ccum{
    margin: 70px 0;
    background: #338CB8;
    border-bottom: 80px #338CB8 solid;
}
.main_ccum p{
    margin: 0 8% 0;
    padding: 15px 30px 15px 7%;
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
    background: #FFF url(img2/ccum_check.png) 15px 50% no-repeat;
    border-bottom: 1px #CDCDCD solid;
}
.main_ccum p.ex{
    margin: 0 8% 30px;
    padding: 15px 5% 15px 5%;
    font-size: 16px;
    line-height: 180%;
    font-weight: normal;
    background: #FFF;
    border-bottom: 1px #CDCDCD solid;
}
.main_ccum p.line2{
    margin: 0 8% 0;
    padding: 25px 30px 25px 7%;
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
    background: #FFF url(img2/ccum_check.png) 15px 50% no-repeat;
    border-bottom: 1px #CDCDCD solid;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* メインカリキュラム2設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.main_ccum2{
    margin: 80px 0;
    background: #EDF1F5;
    border-bottom: 1px #F5F3F0 solid;
}
.main_ccum2 p{
    margin: 0 5% 0;
    padding: 10px 5%;
    line-height: 180%;
    background: #FFF;
}
.main_ccum2_img{
	margin-top: -8px;
}
.main_ccum2 p.top{
	margin-top: -8px;
    padding: 30px 30px 10px 5%;
}
.main_ccum2 p.bottom{
    padding: 10px 30px 30px 5%;
	border-radius: 0 0 10px 10px;
	margin-bottom: 50px;
}
.main_ccum2 p.title{
    margin: 0 5% 0;
    padding: 25px 30px 23px 5%;
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    background: #FFF;
    border-top: 1px #DEDEDE solid;
    border-bottom: 1px #DEDEDE solid;
}
.step_box001{
    margin: 0 5%;
    padding-bottom: 10px;
    background: #FFF;
}
.step_box001 p{
    background: #F4F7FA;
    box-shadow: 0 0 50px inset #E9EEF2;
}
h2.step001{
    background-color: #30B4FA;
    width: 90%;
    height: 80px;
    padding: 0;
    font-size: 22px;
	text-align: center;
    margin: 0 5% 0;
    text-shadow: 2px 2px 0 #1a98db;
    border: 3px #30B4FA solid;
    color: #FFF;
    line-height: 80px;
    box-sizing:border-box;
}
h2.step002{
    background-color: #006DD2;
    width: 90%;
    height: 80px;
    padding: 0;
    font-size: 22px;
	text-align: center;
    margin: 0 5% 0;
    text-shadow: 2px 2px 0 #005DB2;
    border: 3px #006DD2 solid;
    color: #FFF;
    line-height: 80px;
    box-sizing:border-box;
}
h2.step003{
    background-color: #004283;
    width: 90%;
    height: 80px;
    padding: 0;
    font-size: 22px;
	text-align: center;
    margin: 0 5% 0;
    text-shadow: 2px 2px 0 #022965;
    border: 3px #004283 solid;
    color: #FFF;
    line-height: 80px;
    box-sizing:border-box;
}
.mysbox{
    width:100%; 
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0px;
    background: #FFF;
    color: #bf0202;
    padding: 20px 25px;
    box-sizing: border-box;
    box-shadow: 0 0 5px #d7dfea;
    text-align: left;
    display: block;
}
/* 装飾 */
.design1-3 .box-title {
  position: absolute;
  top: -18px;
  left: 10px;
  padding: 10px 15px;
  line-height: 1em;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 5px;
}
.d1-3green-t {
  background: #008000;
}
.border2 {
  border-width: 2px;
}
.d1-3orange {
  border-style: solid;
  border-color: #FBBD52;
  background: #FFFFEB;
}
.design1-3 {
  position: relative;
  margin: 50px 6% 0px;
  padding: 37px 15px 20px;
  border-radius: 8px;
}
.d1-3green {
  border-style: solid;
  border-color: #008000;
  background: #f9fffa;
}
.design1-3 {
  position: relative;
  margin: 50px 6% 0px;
  padding: 37px 15px 20px;
  border-radius: 8px;
}
ul.dot12_list_blue{
  list-style: dotted;
  list-style-position: outside;
  line-height: 1.5;
  padding: 3px 2px 2px 10px;
  margin: 0;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  list-style-position: inside;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.tktn_box{
    margin: 70px 0;
    background: #EDF1F5;
    border-bottom: 1px #EDF1F5 solid;
}
.tktn_box .inbox{
    background: #FFF;
    margin: -8px 5% 5%;
    padding: 0;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.tktn_box p{
    margin: 0 6% 0;
    padding: 0 0;
    line-height: 180%;
}
.tktn_box img{
    width: 100%;
    margin: 0 0 0;
    line-height: 180%;
}
.tktn_box img.com_title{
    width: 100%;
    margin: 0;
    line-height: 180%;
    background: #FFF;
}
.tktn_box p.title{
    margin: 0 3% 0;
    padding: 25px 30px 23px 5%;
    font-size: 20px;
    font-weight: bold;
    line-height: 160%;
    background: #FFF;
    border-top: 1px #DEDEDE solid;
    border-bottom: 1px #DEDEDE solid;
}
a.tktn_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 230px;
	margin: auto auto 30px;
	padding: 10px 40px;
	font-weight: bold;
    border-radius: 10px;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
a.tktn_btn:hover {
	color: #fff;
	opacity: 0.5;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 特典設定 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.pi_ex{
    background:#FFFAFA; 
    border:1px #CCC solid; 
    margin:40px 6% 10px;
    box-shadow:1px 1px #FFFFFF inset;
}
.bl_ex{
    background:#e8f6fc; 
    border:1px #b2d5e4 solid; 
    margin:40px 6% 10px; 
    box-shadow:1px 1px #FFFFFF inset;
}
.bl_ex p{
    font-size: 0.9em;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*　決済周り　*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 光るボタン */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.button_wrap {
	padding: .5em 0 0;
	overflow: hidden;
	position: relative;
}
.btn-cv{
	border-radius: 6px;
	color: #fff;
	display: block;
	font-size: 2.5em;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px auto 20px;
	padding: .4em 0 .3em;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 80%;
}
.btn-cv img {
	vertical-align: middle;
}
.btn-cv:after {
	content: ' ' !important;
}

/* 緑ボタン */
.btn-cv.sb_green {
	background: -webkit-linear-gradient(#6FE918, #2A9204);
	background: linear-gradient(#6FE918, #2A9204);
	text-shadow: 2px 2px 0 #2A9204;
	border: 3px solid #2A9204;
}
/* オレンジボタン */
.btn-cv.sb_green:hover {
	background: -webkit-linear-gradient(#FFAF38, #FF6000);
	background: linear-gradient(#FFAF38, #FF6000);
	text-shadow: 2px 2px 0 #FF6000;
	border: 3px solid #FF6000;
}
/* ボタンの光沢 */
.is-reflection {
	overflow: hidden;
}
.is-reflection ::after, .button_wrap::after {
	-moz-animation: is-reflection 4s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-ms-animation: is-reflection 4s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-o-animation: is-reflection 4s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-webkit-animation: is-reflection 4s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	animation: is-reflection 3s ease-in-out infinite;
	background-color: #fff;
	content: " ";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: -180px;
	transform: rotate(45deg);
	width: 30px;
}
@keyframes is-reflection {
	0% {transform: scale(0) rotate(45deg);opacity: 0;}
    80% {transform: scale(0) rotate(45deg);opacity: 0.5;}
    81% {transform: scale(4) rotate(45deg);opacity: 1;}
    100% {transform: scale(50) rotate(45deg);opacity: 0;}
}
@-webkit-keyframes is-reflection {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3; }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.4; }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
.btnex img{
    width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
/* MediaQuery : スマホ対応 */
@media only screen and (max-width: 767px) {
/* コンバージョンボタン */
	.btn-cv {
	font-size: 1.3em;
	width: 80%;
}
}

/* 分割払い
───────────────────────── */

.credit_flow {
	margin: 20px 80px 20px;
	padding: 20px 0;
	height: 500px;
	overflow:scroll;
	border: 1px solid #CCC;
}
.credit_flow p {
	padding: 20px 20px 0;
	margin: 0;
}

h4 {
	font-size: 20px;
	text-align: left;
	background: url(image/circle_brown.png) no-repeat 0px 7px;
	margin: 0 20px 0;
	padding: 0 0 0 25px;
	border-bottom: 1px solid #CCC;
}

/* 注意点
───────────────────────── */

.attention {
	margin: 30px 100px 20px;
	padding: 30px 20px 10px 40px;
	border: 1px solid #CCC;
	border-radius: 4px;
	position: relative;
}
.attention::before {
	font-size: 14px;
	background-color: #F4F4F4;
	color: #333;
	content: "　分割決済に関しての注意事項　";
	font-weight: bold;
	padding: 5px 0;
	left: 20px;
	top: -15px;
	position: absolute;
}
.attention ul {
	margin: 0;
	padding: 0;
}
.attention li {
	font-size: 14px;
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
	font-weight: normal;
}

/* 支払いに関する注意点
───────────────────────── */

.pay_dis {
	margin: 20px 100px 20px;
	padding: 20px 20px 13px 40px;
	background: #F8F4E6;
	border: 1px dotted #CCC;
}
.pay_dis ul {
	margin: 0;
	padding: 0;
}
.pay_dis li {
	font-size: 14px;
	margin: 0;
	padding: 0 0 7px;
	text-align: left;
    font-weight: normal;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* サイト更新日 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.newday {
  font-size: 14px;
  color: #000000;
  line-height: 100%;
  text-align: center;
  margin: 60px auto 0;
  padding: 0 0 0;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* QandA */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

.qa_q{
	min-height: 44px;
	background: #1e84c6 url(img2/qa_q.png) 20px center no-repeat;
	line-height: 150%;
	padding: 15px 20px 12px 80px;
	font-weight: bold;
    color: #FFF;
}
.qa_a{
	min-height: 10px;
	background: #f5f5f5 url(img2/qa_a.png) 20px 15px no-repeat;
	line-height: 160%;
    font-size: 16px;
	padding: 15px 20px 20px 80px;
    margin-bottom: 30px;
	border-radius: 5px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フッター */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━ */

#fotter{
  width: 100%;
  background: #333333 url(img2/color_line.png) top repeat-x;
  background-size: 100% auto;
  border-top: 1px solid #FFF;
}
#fotter_content{
  width: 100%;
  color: #ffffff;
  margin: 10px auto 0;
  padding: 5px 0 10px;
  background: #333333;
  position: relative;
}
p.flink a { 
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
p.flink a:hover {
  color: #FFA500;
  text-decoration: underline;
}
#fotter p {
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
  clear: both;
}

/*--------------------------------------------------------
このCSSファイルの無断配布及び商用販売を固く禁じます。
--------------------------------------------------------*/