@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-style: normal;
	outline: none;
	text-align: left;
	font-family:  "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

/*p, li ,dt,dd,div{text-align: justify;}*/
ul { list-style-type: none;}
ol { margin-left: 1.5em;}

a {	color: #2f96ed;}
a:hover {	color: #2fd0ed;}

img {
	border: 0;
	max-width: 100%;
	margin: 0 auto;
}

.noto100 {font-weight:100;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto700 {font-weight:700;}
.noto900 {font-weight:900;}


/*-----------------------------------------------------------------*/
html {	font-size: 10px;}
body {
	margin: 45px 0 0;
	padding: 0;
	line-height: 1.84em;
	color: #111;
	font-size: 1.5rem;
	font-weight:400;
}
@media screen and (max-width:890px) {
body {margin: 50px 0 0;}
}

#wrapper {
	position: relative;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.attention, em { color: #cc0000;}
.txtS{ font-size: 1.2rem;}

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



/*------------------------------------------------------------------
 　header
 ------------------------------------------------------------------*/
header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 888;
	border-bottom: 1px solid #ddd;
	background: #fff;
	height: 45px;
}

header .inner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}
header h1#headerLogo{
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px 0;
}
header h1#headerLogo img{
	float: left;
	width: 170px;
	margin-right:10px;
	vertical-align: initial;
}
header h1#headerLogo span{
	width: 300px;
	font-size: 1.3rem;
	line-height: 2.3;
	vertical-align: top;
}

@media screen and (max-width:890px) {
header {height: 50px;}
header h1#headerLogo{top:8px;}
header h1#headerLogo img{	width: 150px; padding: 0 0 0 8px; }
}

@media screen and (max-width:767px) {
header h1#headerLogo span{	
	font-size: 1.0rem;
	display: block;
	line-height: 1.2;
}
}


header nav{}
header #globalNav{
	float: right;
/*	width: 600px;*/
}
header #globalNav li {
	float: left;
}
header #globalNav a{
	position: relative;
	display: block;
	padding: 9px 15px;
	vertical-align: middle;
	text-decoration: none;
	color:#333;
	font-weight: bold;
}

header #globalNav li a.current{	color: #c9151d;}
header #globalNav li a.current::after {
	color: #c9151d;
/*	border-top: 1px solid #c9151d;
	border-right: 1px solid #c9151d;*/
}
header #globalNav a:hover {	color: #999;}

@media screen and (max-width:890px) {
#globalNav { display: none; }
}
@media screen and (min-width:891px) {
.slicknav_menu{display: none;}
}



/*------------------------------------------------------------------
 　#mainVisual
 ------------------------------------------------------------------*/
#mainVisual {
	position: relative;
	margin: 0;
	padding: 25px 0 0;
	background: url(../img/bg_mainvisual2.jpg) no-repeat center 0;
	min-height: 800px;
}
#mainVisual .bg{
	margin-top:292px; 
	background: #550000 url(../img/bg_red2.png) repeat-x center top;
}
#mainVisual .inner{
	margin: 0 auto;
	max-width: 1000px;
}
@media screen and (max-width:999px) {
#mainVisual .inner{	margin: 0 2%;}
}


#mainVisual .logo{
	position: absolute;
	top: 28px;
	left:0;
	right: 0;
	font-weight: 700;
	text-align: center;
	line-height: 0.9;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#mainVisual .logo span{
	display: block;
	text-align: center;
	color:#fff;
	font-family: serif;
}
#mainVisual .logo span.copy{ 
	font-size: 3.0rem;
box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#mainVisual .logo span.txt{	font-size: 6.0rem;
box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#mainVisual .logo img.logoPocketalk{
    width: 250px;
    margin: 5px 0 5px 10px;
}
#mainVisual .pocketalkPhoto{
	position: absolute;
	top: 110px;
	left:0;
	right: 0;
	text-align: center;
	width: 230px;
	margin: 0 auto;
}
#mainVisual .ConL{
	width: 1000px;
	color: #fff;
	padding: 10px 20px;
}
#mainVisual .ConL .title{
	font-size: 4.0rem;
	font-weight: 700;
	font-family: serif;
	text-align: center;
	line-height: 1.8;
	margin: 10 0 10 0px;
}
#mainVisual .ConL .title span{
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	text-align: center;
}
#mainVisual .point li{
	float: left;
	width: 300px;
	height: 160px;
	margin: 10px 10px;
	text-align: center;
	border: 1px solid #222C72;
	background: #fff;
	color: #111;
}
#mainVisual .point .subtitle{
	font-size: 1.8rem;
	text-align: center;
	background: #14224a;
	color: #fff;
}
#mainVisual .point li .txt {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 1.2;
	text-align: center;
	margin: 20px 0px 20px;
}
#mainVisual .point li .txt  span{	font-size: 1.3rem;}
#mainVisual .point li .txt strong{
	font-size: 2.8rem;
	display: block;
	letter-spacing: -1px;
	text-align: center;
	margin: 0px 0px 0px;
	color: #14224A
}
#mainVisual .point li .txt strong span{	font-size: 1.4rem;}

#mainVisual .point li .txt .txtTop{
	display: block;
	text-align: left;
	padding: 3px;
	font-size: 1.1rem;
	white-space: nowrap;
}
/*#mainVisual .point li:first-child .txt{	padding-top: 40px;}*/
#mainVisual .point li .txt .txtBottom{
	display: block;
	text-align: right;
	padding: 0px 0 0;
	font-size: 1.1rem;
	white-space: nowrap;
}
/*#mainVisual .point li:first-child .txtBottom{padding: 10px 0 0;}*/

#mainVisual .ConR{
	width: 35%;
	float: right;
	padding: 80px 0 0;
}
#mainVisual .ConR .iconJal li{
	float: left;
	margin-right: 10px;
}
#mainVisual .ConR .iconJal li img{height: 70px;}

@media screen and (max-width:900px) {
#mainVisual .pocketalkPhoto { width: 200px;}
#mainVisual .point li { margin: 0 2px 10px 0;}
#mainVisual .ConL {
    width: 310px;
    padding: 10px 0 10px 0;}
}


@media screen and (max-width:767px) {
#mainVisual {
	padding: 25px 0 0;
	background: url(../img/bg_mainvisual2_sp.jpg) no-repeat center 0;
	background-size: 100% auto;
	min-height: 500px;
}
#mainVisual .bg{
	margin-top: 75%;
	background: #550000;
	padding-bottom: 15px;
}
#mainVisual .logo{top: 18px;}
#mainVisual .logo span.copy{font-size: 1.3rem;}
#mainVisual .logo img.logoPocketalk{
    width: 38%;
    margin: 5px 0 5px 10px;
}
#mainVisual .logo span.txt {font-size: 2.0rem;}
#mainVisual .pocketalkPhoto{
	top: 75px;
	width: 38%;
}
#mainVisual .ConL{
	float: none;
	width: 100%;
	color: #fff;
	padding: 10px 6% 0;
}
#mainVisual .ConL .title{
	font-size: 2.0rem;
	font-family: serif;
	font-weight: 700;
	margin: 0 2% 10px;
	white-space: nowrap;
	line-height: 2.2rem;
}
#mainVisual .ConL .title span{
	font-size: 1.2rem;
	float: left;
	text-align: left;
	line-height: 1.1;
}
#mainVisual .point li{
	float: left;
	width: 31.3%;
	height: 135px;
	margin: 0 1% 10px;
	text-align: center;
	border: 1px solid #222C72;
	background: #fff;
	color: #111;
}
	#mainVisual .point .subtitle{
	font-size: 1.5rem;
}
	#mainVisual .point li .txt {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.0;
	text-align: center;
	margin: 5px 0px 0px;
}
#mainVisual .ConR{
	width: 25%;
	position:  absolute;
	top: 10px;
	right: 0;
	padding: 0;
}
	
#mainVisual .point li .txt strong{
	font-size: 1.8rem;
	display: block;
	letter-spacing: -1px;
	text-align: center;
	margin: 0px 0px 0px;
}
#mainVisual .ConR .iconJal li{
	float: left;
	margin-right: 0px;
	width: 50%;
}
#mainVisual .ConR .iconJal li img{height: auto;width: 90%;}
}


@media screen and (max-width:320px) {
#mainVisual .ConL{	padding: 10px 2% 0;}
#mainVisual .point li:first-child .txtBottom{	font-size: 1.0rem;}
}


/*------------------------------------------------------------------
 　#campaign
 ------------------------------------------------------------------*/
#campaign{
	position: relative;
	clear: both;
	/*	color: #fff;
	border: 1px dotted #fff;*/
	padding: 10 0 10;
	margin: 20px auto 0px;
	line-height: 1.3;
	max-width: 1000px;
	/*	background: #b3101b;*/
	background: #4682b4;
}

#campaign h3{
	position: absolute;
	top: 10px;
	left: -10px;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.3;
	text-align: center;
	/*color: #cc0000;*/
	padding: 10px 0 ;
	width: 17%;
	background: #fdf065 url(../img/bg_campaigntitle.png) repeat-y right 0;
}

#campaign .title{
	position: relative;
	color:FFF;
	font-size: 1.8rem;
	font-weight:bold;
	margin-bottom: 10px;
	padding: 5px 0px;
/*	color: #fff;*/
	text-align:center;
	border-bottom: 1px solid #111;
}
#campaign .title::after{
	content: "";
	position: absolute;
	bottom:-12px;
	left: 0;
	right: 0;
	margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #111;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}
#campaign .tokuten{
	float: center;
	width: 100%;
	margin: 5 0 5 0%;
	padding: 5 0 5px;
}
#campaign .tokuten p{
	font-weight: bold;
	font-family: serif;
	text-align:center;
	font-size: 2.5rem;
	color: #FFFFFF;
}
#campaign .tokuten .txtS{
	color: #000000;
	font-size: 2.5rem;
	margin: 10 10 0 0px;
}


#campaign .tokuten .use{
	color: #FFFFFF;
	font-size: 2.0rem;
	margin: 10 10 0 0px;
}
#campaign .tokuten span{
	display: block;
}
#campaign .tokuten strong{
	color: #AA0000;
	font-weight: bold;
	font-size: 5.0rem;
	font-family: serif;
	padding: 0 5px;
	margin: 0 5px;
	line-height: 1.3;
	text-shadow: 1px 2px 3px #000000;
}
#campaign .tokuten .floatL{
	padding: 10px 0 0;
}
#mainVisual .hosokuMile{	max-width: 1000px; padding-right:10px; }
#mainVisual .hosokuMile,
#mainVisual .hosokuMile a{
	color: #fff;
	text-align: right;
	font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-device-width: 920px) {
#campaign .tokuten strong {
    font-size: 2.8rem;
	letter-spacing: -2px;
	padding: 0;
    margin: 0;
}
#campaign .tokuten .floatL {
    padding: 5px 0 0;
    font-size: 1.2rem;
}
#campaign .card .hosoku {
    font-size: 1.0rem;
    line-height: 1.2;
    margin: 0 auto 0;
}
}
@media screen and (max-width:767px) {
#campaign{	margin: 6px 7% 0px;}
#campaign h3{
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	background: none;
	background: #fdf065;
	font-size: 1.8rem;
	margin: 0;
	padding: 5px 0;
	}
#campaign .tokuten{	
	width: 100%;
	margin: 0;
	padding: 2% 5%;
	/*border-bottom : 2px dotted #bb1320;*/
	border-right :none;
	border-left :none;
	}
	#campaign .tokuten .txtS{
	color: #000000;
	font-size: 2.2rem;
	margin: 10 10 0 0px;
	}
#campaign p.title {
    font-size: 1.5rem;
}
#campaign .card {
    width: 100%;
	margin: 0;
	padding: 2% 5% 5%;
}
#campaign .tokuten .floatL{
	float: none;
	display: block;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}
#campaign .tokuten strong {
    font-size: 3.3rem;
	margin: 0; 
}
#mainVisual .hosokuMile{ 
	padding-right:0px;
	text-align: center;
}
}

@media screen and (max-width:320px) {
#campaign{	margin: 0 3% 0px;}
#campaign .tokuten strong {
    font-size: 3.0rem;
}
}

/*------------------------------------------------------------------
 　main
 ------------------------------------------------------------------*/
main {
	position: relative;
	display: block;
}
h2 {font-size: 3.8rem;  margin-bottom: 1em;  text-align: center;}
h3 { font-size: 2.4rem; margin-bottom: 10px;}
h4 { font-size: 2.0rem; margin-bottom: 10px;}

h2 span{
	display: block;
	font-size: 2.0rem;
	text-align: center;
	padding: 5px;
}
section {
	display: block;
	position: relative;
	clear: both;
	margin:0;
	padding: 0;
	min-height: 400px;
}
section .inner {
	margin: 0 auto;
	padding: 60px 0 60px;
	max-width: 1000px;
}
section p, 
section ul, 
section ol, 
section dl {
	margin-bottom: 1em;
	line-height: 1.5;
}
section ul li {	line-height: 1.5;}

@media screen and (max-width:767px) {
h2 {font-size: 2.4rem;line-height: 1.0;}
h3 {font-size: 1.9rem;}
h4 {font-size: 1.8rem;}
	
h2 span{font-size: 1.4rem;}
}

@media screen and (max-width:999px) {
 section {
 padding-top: 40px;
 background: none;
 min-height: auto;
}
section .inner {
 padding: 0px 3% 30px;
 max-width: 100%;
}
#formCapture, #map{	padding-top:40px; }
}


/* .table01 -----------------------------------------------*/

table.table01 {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0 0 1em;
	border-top: 2px solid #111;
	border-bottom: 2px solid #111;
	
	background:#fff;
	color:#333;
}

table.table01 th,
table.table01 td{
	padding: 0.5em 1em;
	/*font-weight: normal;*/
/*	border-right: 1px solid #222;*/
/*	border-left: 1px solid #ccc;*/
	border-bottom: 1px solid #111;
	/*vertical-align:top;*/
	line-height:1.3;
	}

table.table01 thead th{
	background:#666;
	text-align:center;
	color:#fff;
	border-right:1px solid #111;
	}
table.table01 thead th:last-child{	border-right:none;	}

table.table01 tbody th { 
	background: #f5f5f5; }

table.table01 td {
	line-height:1.3;
	border-left: 1px solid #111;
}

table.tableCountry th{border-bottom: 1px solid #ccc;}
table.tableCountry td{border: 1px solid #ccc;}

@media screen and (max-width:767px){
table.table01 {
	width:100%;
	margin: 0 0 0.5em;
	padding:0;
}
table thead th{font-size:1.2rem;}
table tbody th,
table tbody th.pref{font-size:1.2rem;}
table tbody td{	font-size:1.2rem;	}

table.table01 th,
table.table01 td{
	padding: 0.3em 0.3em;
	line-height:1.7;
	font-size:1.2rem;
	}
}




/* .button -----------------------------------------------*/
.button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 15px 50px 15px 70px;
	appearance: none;
	font-size: 2.0rem;
	color: #fff;
	border-radius: 30px;
	font-weight: bold;
	margin: 0 0 20px;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 15px center;
	background-size: 30px 30px;
}

.button:hover{
	color: #fff;
	background:#df101f url(../img/icon_arrow_right.svg) no-repeat 15px center;
	background-size: 30px 30px;
}

.button_S{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 5px 20px 5px 30px;
	appearance: none;
	font-size: 1.5rem;
	color: #fff;
	border-radius: 30px;
	font-weight: bold;
	margin: 0 0 20px;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 10px center;
	background-size: 15px 15px;

}

.button_S:hover{
	color: #fff;
	background:#df101f url(../img/icon_arrow_right.svg) no-repeat 10px center;
	background-size: 15px 15px;
}

.applicationBtn{ margin: 0 0 30px !important;}
.applicationBtn .button{
	display:  block;
	width: 85%;
	font-size: 3.0rem;
	margin: 0 auto 20px;
	padding: 10px 0px 10px 20px;
	border-radius: 40px;
	background-size: 40px 40px;
	color: #fff;
	text-align: center;
}
.inquiryBtn{margin: 0 0 50px;}
.inquiryBtn .button_S{
	background:#ccc url(../img/icon_arrow_right.svg) no-repeat 6px center;
	background-size: 23px 23px;
	margin-bottom: 30px;
	padding: 5px 30px 5px 50px;
	color: #111;
}
.inquiryBtn .button_S:hover{
	background:#ddd url(../img/icon_arrow_right.svg) no-repeat 6px center;
	background-size: 23px 23px;
	
}

@media screen and (max-width:767px) {
.button{
	width: 100%;
	display: block;
	font-size: 1.8rem;
	padding: 10px 0 10px 20px;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 10px center;
	background-size: 30px 30px;
	text-align: center;
}
.button:hover{
	background:#df101f url(../img/icon_arrow_right.svg) no-repeat 10px center;
	background-size: 30px 30px;
}

.applicationBtn{ margin: 0 0 15px !important;}
.applicationBtn .button{
	width: 100%;
	display: block;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 20px;
	padding: 10px 0px 10px 20px;
	border-radius: 40px;
	background-size: 30px 30px;
	color: #fff;
}	
}


/*------------------------------------------------------------------
   #about
--------------------------------------------------------------------*/
#about{	padding-top: 50px;}
#about .inner{
	margin: 0 auto;
	padding: 0;
}
#about h2{
	font-size: 3.0rem;
	line-height: 0.8;
}
#about h2 img.logoPocketalk{
	width: 300px;
	vertical-align: sub;
}
#about h2 span{	display: block;}


/*　#intro　*/
#about #intro h3{
	font-size: 3.5rem;
	margin-bottom: 15px;
	line-height: 1.2;
}
#intro .inner{
    padding: 30px 0px 0 0;
	font-size: 1.6rem;
}
@media screen and (max-width:999px){
#intro .inner{
	background: url(../img/0905pho_pocketalk_system.jpg) no-repeat right 30px;
    background-size: 50%;
	padding: 0 52% 0 3%;
	font-size: 1.5rem;
}
#about #intro h3{
	font-size: 2.4rem;
	margin-bottom: 15px;
	line-height: 1.2;
}
}


#intro .country{
	width: 94%;
	margin: 0 auto 15px;
}

@media screen and (max-width:767px){
#about h2{
	font-size: 2.0rem;
	line-height: 0.8;
}
#about h2 img.logoPocketalk{
	width: 200px;
	vertical-align: sub;
}
#about #intro h3{
	font-size: 2.2rem;
	line-height: 1.2;
	padding: 0 0 65%;
	margin-bottom:10px;
}
#intro .inner{
	background-size: 90% auto;
	padding:0 3% 0;
}
}

@media screen and (max-width:320px) {
#about #intro h3{	font-size: 1.9rem;}
}


/*　#sim　*/
#sim{
	background: url(../img/0905bg_sim.jpg) no-repeat center top;
	padding: 80px 0 0;
	min-height: 475px;
	color: #fff;
}
#sim .inner{
	padding:0 80px 0 470px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
#sim h3{
	line-height: 1.1;
	font-size: 2.9rem;
	margin: 0 0 20px;
	padding: 25px 0 0;
	background: url(../img/bg_sim_title.png) no-repeat right 0;
}

#sim h3 span{
	font-size: 1.8rem;
	display: block;
	margin: 0 0 5px;
}

#sim p{
	font-size: 1.6rem;
	line-height: 1.7;
}

@media screen and (max-width:999px){
#sim h3{	font-size: 2.2rem;}
#sim .inner{
	padding:0 3%0 45%;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
#sim p {
    font-size: 1.5rem;
    line-height: 1.5;
}
}
@media screen and (max-width:767px) {
#sim{
	background:none;
	margin-bottom:30px; 


	padding: 30px 0 30px;
	min-height:inherit;
	color: #111;
}
#sim .inner{
	padding:0 3% 0;
	text-shadow:none;
}
#sim h3{
	line-height: 1.1;
	font-size: 2.2rem;
	margin: 0 0 20px;
	padding: 25px 0 0;
	background: url(../img/bg_sim_title.png) no-repeat right 0;
}

#sim h3 span{
	font-size: 1.6rem;
	display: block;
	margin: 0 0 5px;
}

#sim p{
	background: url(../img/0905bg_sim_sp.jpg) no-repeat 0 0;
	background-size:100% auto; 
	font-size: 1.5rem;
	line-height: 1.5;
	padding: 43% 0 0; 
}

}

@media screen and (max-width:320px) {
#about #sim h3{	font-size: 1.9rem;}
}

/* #osusume */
#about #osusume{
	padding: 50px 30px 0 ;
	min-height: 530px;
	background: url(../img/pho_about_osusume.jpg) no-repeat right bottom;
}

#about #osusume h3{
	font-size: 3.6rem;
	line-height: 1.2;
}
#about #osusume h3 span{
 font-size: 1.8rem;
	display: block;
}
#about #osusume h3 strong{
	color: #dc4e57;
}

@media screen and (max-width:999px) {
#about #osusume{
	background: url(../img/pho_about_osusume.jpg) no-repeat right bottom;
	background-size:contain;
}
}
@media screen and (max-width:767px) {
#about #osusume{
	padding: 0 3% 58.8% ;
	min-height: inherit;
	background: url(../img/pho_about_osusume_sp.jpg) no-repeat 0 bottom;
	background-size: 100% auto;
}
#about #osusume h3{
	font-size: 2.4rem;
}
#about #osusume h3 span{
 font-size: 1.5rem;
}
}




/*------------------------------------------------------------------
   #features
--------------------------------------------------------------------*/
#features{
	border: 3px solid #f4f4f4;
	background: url(../img/bg_paper.png) repeat 0 0;
}

.featuresList li{
	float: left;
	width: 22.75%;
	margin-right: 3%;
}
.featuresList li:nth-child(4) {	margin-right: 0;}

span.featuresIcon{
	font-size: 1.4rem;
	margin-left: -8px;
	display: block;
}

.featuresList h3{ line-height: 1.8; }
.featuresList h3 span.title{ background: #fdf760; margin-left: 55px; padding: 0 5px;}

h3.features01{	background: url(../img/icon_features_01.png) no-repeat left 20px; background-size: 50px auto;}
h3.features02{	background: url(../img/icon_features_02.png) no-repeat left 20px; background-size: 50px auto;}
h3.features03{	background: url(../img/icon_features_03.png) no-repeat left 20px; background-size: 50px auto;}
h3.features04{	background: url(../img/icon_features_04.png) no-repeat left 20px; background-size: 50px auto;}

@media screen and (max-width:999px) {
.featuresList li {
    float: left;
    width: 47%;
    margin-right: 3%;
    min-height: 16em;
}
}

@media screen and (max-width:767px) {
.featuresList li{
	float: none;
	width: 92%;
	margin: 0 4% 40px;
	min-height:inherit;
}
h3.features01,
h3.features02,
h3.features03,
h3.features04{
	background-size: 42px auto;
	}

#features .button_S{
		width: 100%;
    display: block;
    text-align: center;
		}
}



/* .travel */

.travel{
	position: relative;
}
.travel .title{
	text-align: center;
	margin: 0;
	padding: 0;
	line-height: 0;
	z-index: 40;
}

.travelBox{
	background: #fff;
	border-top: 5px solid #dc4e57;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 50px;
	z-index: 30;
	margin: -24px 0 0;
}

.kaiketsu li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.kaiketsu li:nth-child(3) {	margin-right: 0;}

.kaiketsu dl dt{
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}
.kaiketsu dl dd p.photo{
	margin: 0 0 5px;
}
.kaiketsu dl dd p.check{
	font-size: 1.5rem;
	margin-bottom: 0;
	padding:  0 0 0 25px;
	background: url(../img/bg_check.png) no-repeat 0px 3px;
	background-size: 18px 18px;
}
.kaiketsu dl dd strong{
	color: #dc4e57;
}

.kaiketsu dl dt span{ background: #fdf760; padding: 0 3px;}


@media screen and (max-width:767px) {
.travelBox{	
	padding: 10px 5%;
	margin: -12px 0 0;}
.kaiketsu li{
	float: none;
	width: 100%;
	margin-right: 0%;
}

.kaiketsu dl dt{font-size: 1.8rem;}
.kaiketsu dl dd{	margin-bottom: 50px;}

}



/*------------------------------------------------------------------
   #price
--------------------------------------------------------------------*/
#price{
	border: 3px solid #f4f4f4;
	background: url(../img/bg_paper.png) repeat 0 0;
	min-height: 500px;
	height: 1500px;
	overflow: hidden;
}
#price h2{	color: #000; margin-bottom: 30px;}
#price h4{	color: #000; margin-top: 30px;}
#price .priceBox{
	max-width: 550px;
	margin: 0 auto 0px;
	
	color: #cc0000;
}
#price .priceTxt{	padding-top: 50px; }

#price .priceBox .subTitle{
	font-size: 2.0rem;
	display: block;
}
#price .priceBox .price{ font-size: 7.5rem; line-height: 1.0;}
#price .priceBox .txt{ font-size: 2.0rem; margin-left: 5px; }

#price .tableBox{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 5px 5px;
	/*background: #fff;
	background-color: rgba( 255, 255, 255, 0.9 );*/
}

#price .tableBox .priceTable{
	width: 100%;
	border: 1px solid #ddd;
	margin: 0 0 5px;
}
#price .tableBox .priceTable th{
	width: 33%;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #ddd;
}

#price .tableBox .priceTable small{
	font-size: 1.8rem;
	line-height: 1.0rem;
	margin: 0 5 20 5px;
}

#price .tableBox .priceTable nomal{
	font-size: 3.6rem;
	font-weight: bold;
	margin: 0 5 5 5px;
}

#price .tableBox .priceTable td{
	font-size: 2.3rem;
	line-height: 3.5rem;
	text-align: center;
	border: 1px solid #ddd;
	padding: 3 3 3 3px;
}
#price .tableBox .priceTable td span{font-size: 1.3rem;
font-weight: bold;
}


@media screen and (max-width:767px) {
#price{
	background-size: 100% auto;
	border: 3px solid #f4f4f4;
	background: url(../img/bg_paper.png) repeat 0 0;
	min-height:inherit;
	height: auto;
	overflow:inherit;
}
#price h2{	color: #000; margin-bottom: 20px;}
#price h4{	color: #000; margin-top: 15px;}

#price .priceBox{
	max-width:inherit;
	width: 100%;
	margin: 20px auto 20px;
	font-weight: bold;
	color: #cc0000;
}
#price .tableBox .priceTable th{	font-size: 1.5rem; line-height: 1.0;}
#price .tableBox .priceTable small{	font-size: 1.3rem;
	line-height: 0.8rem;
	}
#price .tableBox .priceTable nomal{	font-size: 2.2rem;}
	
#price .tableBox .priceTable td{
	font-size: 1.6rem;
	line-height: 1.8rem;
	padding: 8px 0px;
}

#price .pocketalkPhoto{
    float: left;
    width: 40%;
    margin-right: 5px;
    background: url(../img/txt_price.png) no-repeat 15px 0;
    background-size: 50% auto;
    padding: 0;
}
#price .pocketalkPhoto img{width: 50%;float: right;}
#price .priceTxt{
	float: left;
	width: 55%;
	padding-top: 10px;
	}

#price .priceBox .subTitle{	font-size: 1.6rem;	display: block;}
#price .priceBox .price{font-size: 5.0rem;line-height: 0.8;}
#price .priceBox .txt{ font-size: 1.5rem; margin-left: 5px; }
#price .priceBox .forSP{ 
	display: inline-table;
	line-height: 0.8;
	margin: 0;
	}

}
@media screen and (max-width:320px) {
#price .priceBox .subTitle{	font-size: 1.5rem;}
#price .priceBox .price{font-size: 3.6rem;}
#price .priceBox .txt{ font-size: 1.2rem; }
}


/*------------------------------------------------------------------
   #flow
--------------------------------------------------------------------*/
#flow .copy{
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
}
#flow ul li{
	clear: both;
	background: #bad3ff;
	padding: 20px 20px;
	margin: 0 0 10px;
	border-radius: 3px;        /* CSS3草案 */
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 3px;   /* Firefox用 */
}

/* .step */
#flow li .step {
	float: left;
	background: #c9151d;
	color: #fff;
	font-size: 1.0rem;
	margin: -5px 15px 0 0;
	padding: 6px 10px 0px;
	border-radius: 40px;        /* CSS3草案 */
	-webkit-border-radius: 40px;    /* Safari,Google Chrome用 */

	-moz-border-radius: 40px;   /* Firefox用 */
	display: inline-block;
	width: 50px; 
	height: 50px; 
	text-align: center;
	/* position: absolute; */
	/* top: 5px; */
	/* left: 0; */
}
#flow li .step::after {
	font-size: 2.5rem;
	vertical-align: baseline;
	display: block; 
	line-height: 0.3;
	margin: 8px 0 0 3px;

}
#flow li:nth-child(1) .step::after {content: "1";}
#flow li:nth-child(2) .step::after {content: "2";}
#flow li:nth-child(3) .step::after {content: "3";}
#flow li:nth-child(4) .step::after {content: "4";}


#flow ul li h3{
	float: left;
	width: 270px;
}
#flow ul li .ConR{
	float: right;
	width: 640px;
	font-size: 1.6rem;
}
#flow ul li .ConR p{ margin-bottom: 0;}

#flow ul li .photoR{
	float: right;
	margin-left:20px; 
	width: 200px;
}


@media screen and (max-width:999px) {
#flow .copy{	font-size: 1.8rem;}
#flow ul li{
	padding: 15px 4% 15px;
	margin: 0 0 10px;
}
#flow ul li h3{
	float: none;
	width: 100%;
	font-size: 1.8rem;
}
#flow ul li .ConR{
	float: none;
	width: 100%;
	font-size: 1.5rem;
}

/* .step */
#flow li .step {
	float: left;
	background: #c9151d;
	color: #fff;
	font-size: 0.8rem;
	margin: -5px 10px 0 0;
	padding: 3px 0px 0px;
	border-radius: 40px;        /* CSS3草案 */
	-webkit-border-radius: 40px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 40px;   /* Firefox用 */
	display: inline-block;
	width: 35px; 
	height: 35px; 
	text-align: center;
	font-weight: normal;
}
#flow li .step::after {
	font-size: 2.0rem;
	line-height: 0.3;
	margin: 3px 0 0 0px;
}
#flow ul li .photoR{
	margin: 0 0 0px 5px;
	width: 130px;
}
	
}




/*------------------------------------------------------------------
   #map カウンターMAP
--------------------------------------------------------------------*/
.mapInner{	padding: 15px 30px;}
.mapInner p{font-size: 1.8rem;}
.mapInner .title_departure{
	background:#91D5F7;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 2.0rem;
}
.mapInner .title_arrival{
	background: #fcc9c9;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 2.0rem;
}

.mapBtn{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	margin: 2px 0 0 10px;
	padding: 0 10px 0 20px;
	appearance: none;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 30px;

	font-weight: bold;
	text-decoration: none;
	background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 5px center;
	background-size: 13px 13px;
}
.mapBtn:hover{	
color: #fff;
background:#cf0918 url(../img/icon_arrow_right.svg) no-repeat 5px center;
background-size: 13px 13px;
}

.memo{	font-size: 1.3rem;}

@media screen and (max-width:767px) {
.memo{	font-size: 1.1rem;}
.mapBtn{
	display: block;
	margin: 2px 0 0 0px;
	padding: 0 10px 0 20px;
}

}




/*------------------------------------------------------------------
   .form  お申込みフォーム画面
--------------------------------------------------------------------*/

.form{
	padding: 40px;
	border: 25px solid #ececec;
}
.form .capture{	text-align: center;}

@media screen and (max-width:767px) {
.form{
	padding: 0;
	border: none;
}
.form h3{	font-size: 1.6rem;}
}




/*------------------------------------------------------------------
 　#application お申込み
------------------------------------------------------------------*/
#application { background:#cce1eb url(../img/1025bg_application.jpg) no-repeat center top; 
min-height: 550px;}
#application .inner{ padding: 80px 0 40px;}
#application h2{ margin:  0 0 15px; 
color:#fff;
	text-shadow: 1px 2px 4px #111111;
}
#application .bg{
	width: 660px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 60px 50px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#application h3{
	font-size: 2.4rem;
	border-bottom: 1px solid #111;
	margin: 20px 0 20px;
	padding: 10px;
	text-align: center;
}

#application p{	text-align: center;}
#application p.copy{
	font-size: 2.0rem;
	font-weight: bold;
	color:#fff;
	text-shadow: 1px 2px 4px #111111;
}


@media screen and (max-width:768px) {
#application { 
	background:#cce1eb url(../img/1025bg_application_sp.jpg) no-repeat center top; 
	background-size: 100% auto;
		min-height: 400px;
	}
#application .inner{
	padding: 0px 0 40px;
}
#application h2{
	margin:  0;
}
#application p.copy{
	font-size:1.5rem;
}
#application .bg{
	width: 86%;
	margin: 0 auto;
	background: #fff;
	padding: 5px 6% 5px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
#application h3{
	font-size: 1.6rem;
	line-height: 1.3;
	margin: 5px 0 15px;
}
.inquiryBtn {
    margin: 0 0 30px;
}

}


/*----------------------------------------------------------------
  #attention  ご利用にあたってのご注意事項
----------------------------------------------------------------*/
#attention {
	border: 3px solid #f4f4f4;
	background: url(../img/bg_paper.png) repeat 0 0;
}
#attention p{
	font-size: 1.6rem;
	line-height: 1.8;
}

/*------------------------------------------------------------------
 　footer
------------------------------------------------------------------*/
footer {
	overflow: hidden;
	margin:0;}

footer #footerLogo{text-align: center;}
footer #footerLogo img{
	width: 200px;
	margin: 20px auto;
}
#footerBox {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 20px 0 50px;
	color: #b6b6b6;
	position: relative;
	overflow: hidden;
	background: #343334;
}
#footerBox ul {
	position: relative;
	left: 50%;
	float: left;
}
#footerBox ul li {
	padding: 0 7px;
	line-height: 1;
	border-right: 1px solid #fff;
	position: relative;
	left: -50%;
	float: left;
}
#footerBox ul li:last-child { border-right: none; }
#footerBox a {	color: #fff;}
#footerBox p#copyright {
	font-size: 76%;
	padding: 22px 0;
	clear: both;
	text-align: center;
}


 @media screen and (max-width:767px) {

footer {	margin: 0px 0 0;}
footer .inner {
 padding: 0 0 0 250px;
 margin: 0;
}
#footerBox { padding: 0;margin: 0;}
#footerBox ul {
 width: 100% !important;
 position: inherit;
 left: 0;
}
#footerBox ul li {
 width: 100%;
 float: none;
 border: none;
 position: inherit;
 padding: 0;
 left: 0;
}


/*　矢印　*/
#footerBox ul li a{
position: relative;
display: block;
padding: 15px 10px 15px 15px;
border-bottom: 1px solid #777;
vertical-align: middle;
text-decoration: none;
font-size: 1.6rem;
color: #fff;
}

#footerBox ul li a::after{
position: absolute;
top: 0;
bottom: 0;
right :15px;
margin: auto;
content: "";
vertical-align: middle;
width: 12px;
height: 12px;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#footerBox p#copyright {
 text-align: left;
 margin-left: 10px;
    padding: 20px 0 80px;
	font-family: Verdana, Geneva, "sans-serif";
}

footer .logo img { max-width: 40%;}

}

 @media screen and (max-width:768px) {
footer .inner { padding: 0 ;}
}



/*------------------------------------------------------------------
 　iframe
------------------------------------------------------------------*/
body.iframe{
	margin: 10px 0;
	padding: 0 3%;
	font-size: 1.4rem;	
}

.tableCountry td{	width: 20%;}

.tableLanguage th{	
	width: 20%;
	border-right: 1px solid #111;
}
.tableLanguage td{
	width: 20%;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;	
}




/* .additional --------------------------------*/
p.additional,
ul.additional li{
	margin-left: 1.2em;
	text-indent: -1.2em !important;
	margin-bottom: 5px;
	line-height: 1.5;
}
p.additional::before,
ul.additional li::before{
	content: '※';
}

ul.additionalN li{
	margin-left: 2.3em;
	text-indent: -2.3em !important;
	margin-bottom: 5px;
	line-height: 1.3;
	font-size: 1.3rem;
}
ul.additionalN li:nth-child(1)::before {content: "※1 : ";}
ul.additionalN li:nth-child(2)::before{content: "※2 : ";}



/* .totop --------------------------------*/
.totop {
	position: fixed;
	bottom: 40px;
	right: 40px;
}
.totop a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #777;
	background: #333;

	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.totop a::after{
	position: absolute;
	top: 5px;
	bottom: 0;
	right :0;
	left:0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.totop a:hover {border: 1px solid #c9151d;}

.totop a:hover::after{
	border-top: 1px solid #c9151d;
	border-right: 1px solid #c9151d;
}

@media screen and (max-width:768px) {
.totop {
	position: fixed;
	bottom: 20px !important;
	right: 20px !important;
}
.totop a:hover {border: 1px solid #ddd;}
.totop a:hover::after{
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
}

/*---------------------------------------------------
	Class
----------------------------------------------------*/
.floatL{float:left;}
.floatR{float:right;}

.clearL{clear:left;}
.clearR{clear:right;}
.clearB{clear:both;}

.alignL{text-align:left;}
.alignR{text-align:right;}
.alignC{text-align:center;}

.txtRed{color:#CC0000;}
.txtCaps{font-variant:small-caps;}

	 

/*---------------------------------------------------
	ClearFix
----------------------------------------------------*/
/* Modern Browser Firefox,Safari,Opera --*/
.clearfix:after,
section:after,

.inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*-- IE7 --*/
.clearfix,
section,
.inner {
	display: inline-block;
}
/*-- For Legacy IE without macIE --*/
* html .clearfix,
* html section,
* html .inner {
	height: 1%;
}
.clearfix,
section,
.inner {
	display: block;
}

/*---------------- End of Clearfix ----------------*/
