@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							共通項目用CSS									*/
/****************************************************************************/
/* ----------------------------------------------------
					初期化
---------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite,
del, dfn, img, ins, kbd, q, samp,
strong, sub, sup, var, area,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
html {
	font-size: 62.5%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #010101;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #010101;
	text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
	vertical-align: bottom;
}

label{
	white-space:nowrap;
}

address {
	font-style: normal;
}

button {
	cursor: pointer;
}

a:hover, button:hover {
	opacity:0.7;
}


/* ----------------------------------------------------
		段組
---------------------------------------------------- */
#wrapper{
}

.container {
  width: 100%;
	max-width: 1020px;
	margin: 0 auto;
  padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}

.container::after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

#main_box {
	float:left;
	width: 76.5%; /* 765px */
}

#sub_box {
	width: 20%; /* 200px */
	float: right;
	font-size: 1.4rem;
}


/* ----------------------------------------------------
		ヘッダー
---------------------------------------------------- */
#logo {
	float: left;
	margin: 13px 0;
}

#head_right {
	float: right;
}

#head_right_upper {
	float: right;
}

#head_right_upper li {
	float: left;
	font-size: 1.4rem;
	margin: 15px 0 0 20px;
}

#head_right_lower {
	margin-top: 15px;
	clear: both;
	float: right;
}

#head_right_lower ul {
	float: left;
	margin-right: 20px;
}

#head_right_lower ul li {
	float: left;
	font-weight: bold;
	margin-left: 35px;
}

#head_right_lower ul li a {
	padding-left: 30px;
	background: url(/img/pro/common/ico_mail.png) no-repeat left center;
	display: block;
	height: 22px;
	line-height: 22px;
}

#head_right_lower ul li:nth-child(2) a {
	background-image: url(/img/pro/common/ico_article.png);
}

#head_right_lower ul li a.active {
	color: #014099;
}

#head_search_form {
	float: left;
	position: relative;
}

#head_search_form input[type="text"] {
	background-color: #ffffff;
	border: 1px solid #c3c3c3;
	box-sizing: border-box;
	height: 28px;
	line-height: 28px;
	padding: 0 30px 0 5px;
	vertical-align: top;
	width: 200px;
}

#head_search_form input[type="image"] {
	position: absolute;
	top: 5px;
	right: 8px;
}

header nav {
	height: 52px;
	line-height: 52px;
	background-color: #014099;
	margin-top: 10px;
}

header nav .container {
  display: table;
  padding: 0;
}

header nav li {
	display: table-cell;
	text-align: center;
	margin-left: 1px;
	width: 14.2%;
}

header nav li a {
	display: block;
	color: #ffffff;
}

header nav li a:hover, header nav li a.active {
	background-color: #013073;
}

#head_menu {
  display: none;
}

#menulist {
  display: none;
}


/* ----------------------------------------------------
		フッター
---------------------------------------------------- */
footer {
	padding: 30px 0 75px;
	margin-top: 110px;
	background-color: #333333;
	color: #ffffff;
}

#foot_left {
	float: left;
  width: 100%;
	max-width: 520px;
}

#address {
	margin-top: 30px;
	font-size: 1.4rem;
	line-height: 1.7;
}

#copyright {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.3;
}

#foot_right {
  max-width: 475px;
  margin-left: 525px;
}

#foot_right p {
	float: left;
  width: 48.84%; /* 232 / 475 */
}

#foot_right p:last-child {
  float: right;
}

#to_top {
	background: url(/img/pro/common/top_arrow.png) no-repeat;
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 85px;
	right: 50px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 99999;
	display: none;
}

#to_top:hover {
	opacity: 0.7;
}


/* ----------------------------------------------------
		パンくずリスト
---------------------------------------------------- */
#topic_path {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: 20px;
}

#topic_path li{
	display: inline;
}

#topic_path li:before {
	display: inline-block;
	content: "＞";
	margin: 0 12px 0 7px;
}

#topic_path li:first-child:before{
	content: "";
	margin: 0;
}


/* ----------------------------------------------------
		右ナビ
---------------------------------------------------- */
#side_ad li {
	margin-bottom: 15px;
  padding: 0 10px;
}

#side_ad p {
	text-align: right;
}

#side_ad p a {
	text-decoration: underline;
}

#side_bnr {
	margin-top: 25px;
}

#side_bnr li {
	margin-bottom: 10px;
}

#sub_box h2 {
    font-size: 18px;
    font-weight: normal;
    background: url(/img/pro/common/ico_speaker.png) no-repeat;
    padding-left: 35px;
    margin: 10px;
}

#side_ad {
	border: solid 1px;
}

#side_ad p a {
	margin: 10px;
}

#side_fb {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
#side_fb > .fb-page {
    width: 100%;
}
#side_fb > .fb-page > span,
#side_fb iframe {
    width: 100% !important;
}


/* ----------------------------------------------------
		ブロック要素
---------------------------------------------------- */
.f_left {
	float: left !important;
}

.f_right {
	float: right !important;
}

.table_box {
	display: table;
}

.table_box_cell {
	display: table-cell;
	vertical-align: top;
}

.content2_1 {
	width: 48%;
	float: left;
}

.content2_2 {
	width: 48%;
	float: right;
}

.content3_1 , .content3_2 , .content3_3 {
	width: 32%;
	float: left;
}

.content3_2 {
	margin-right: 2%;
	margin-left: 2%;
}

.content4_1 , .content4_2 , .content4_3 , .content4_4 {
	width: 22%;
	float: left;
}

.content4_2 {
	margin-left: 4%;
	margin-right: 4%;
}

.content4_3 {
	margin-right: 4%;
}

.two_col_list:after, .three_col_list:after, .three_col_list:after, .four_col_list:after, .five_col_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.two_col_list li {
	float: left;
	width: 49%;
	margin-top: 2%;
}

.two_col_list li:nth-child(2n) {
	margin-left: 2%;
}

.three_col_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.four_col_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.five_col_list li {
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
}

.three_col_list li:nth-child(3n), .four_col_list li:nth-child(4n), .four_col_list li:nth-child(5n) {
	margin-right: 0;
}

.clearfix {
	min-height: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.box_center {
	margin-left: auto;
	margin-right: auto;
}

.width_max {
	width: 100% !important;
}

.box_hide {
	display: none;
}

.hide {
	opacity: 0;
}

.sp_br {
	display: none;
}


/* ----------------------------------------------------
		余白
---------------------------------------------------- */
.no_margin {
	margin: 0 !important;
}

.top_margin_5 {
	margin-top: 5px !important;
}

.top_margin_10 {
	margin-top: 10px !important;
}

.top_margin_15 {
	margin-top: 15px !important;
}

.top_margin_20 {
	margin-top: 20px !important;
}

.top_margin_30 {
	margin-top: 30px !important;
}

.top_margin_40 {
	margin-top: 40px !important;
}

.top_margin_50 {
	margin-top: 50px !important;
}

.left_margin_5 {
	margin-left: 5px !important;
}

.left_margin_10 {
	margin-left: 10px !important;
}

.left_margin_20 {
	margin-left: 20px !important;
}

.left_margin_30 {
	margin-left: 30px !important;
}

.right_margin_5 {
	margin-right: 5px !important;
}

.right_margin_10 {
	margin-right: 10px !important;
}

.right_margin_20 {
	margin-right: 20px !important;
}

.right_margin_30 {
	margin-right: 30px !important;
}

.left_padding_10 {
	padding-left: 10px !important;
}

.left_padding_20 {
	padding-left: 20px !important;
}

.left_padding_30 {
	padding-left: 30px !important;
}

.right_padding_10 {
	padding-right: 10px !important;
}

.right_padding_20 {
	padding-right: 20px !important;
}

.right_padding_30 {
	padding-right: 30px !important;
}


/* ----------------------------------------------------
		文字列・インライン要素
---------------------------------------------------- */
.txt {
	line-height: 1.7;
	font-size: 1.4rem;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	text-align: left !important;
}

.inline_block {
	display: inline-block;
}

.vertical_top {
	vertical-align: top !important;
}

.vertical_middle {
	vertical-align: middle !important;
}

.link_underline {
	text-decoration: underline;
}

.txt_hide {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.round_img {
	border-radius: 10px;
}

.pointer {
	cursor: pointer;
}

.caution {
	color: #014099 !important;
}

.arrow_link {
	position: relative;
	padding-left: 17px;
}

.arrow_link::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #014099;
	border-right: solid 2px #014099;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -4px;
}


/* ----------------------------------------------------
		リスト
---------------------------------------------------- */
.disc_list {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.5;
}

.arrow_list li a {
	position: relative;
	padding-left: 17px;
}

.arrow_list li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 2px #014099;
	border-right: solid 2px #014099;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -5px;
}


/* ----------------------------------------------------
		タイトル
---------------------------------------------------- */
.headline {
	font-size: 3.6rem;
	line-height: 1.2;
	margin: 20px 0;
	color: #014099;
}

.subheading {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #014099;
}

.headline span, .subheading span {
	font-size: 1.4rem;
	color: #000000;
	margin-left: 15px;
	font-weight: normal;
}

.subtitle {
	font-size: 2.4rem;
	line-height: 1.2;
	margin-bottom: 20px;
	color: #014099;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}


/* ----------------------------------------------------
		コンンテンツ
---------------------------------------------------- */
.category {
	font-size: 1.2rem;
	min-width: 100px;
	height: 24px;
	display: inline-block;
	line-height: 24px;
	padding: 0 10px;
	box-sizing: border-box;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

.category.news_news {
	background-color: #a6dee5;
}
.category.news_topics {
	background-color: #8fbc8f;
}
.category.news_press_release {
	background-color: #d5d2ac;
	font-size: 75%;
}
.category.news_tumblr {
	background-color: #bfbfbf;
}
.category.news_feature {
	background-color: #aebff1;
}
.category.news_course {
	background-color: #d4b5e4;
}
.category.news_column {
	background-color: #eeb1ab;
}
.news_08 {
	background-color: #999999;
}
.news_09 {
	background-color: #ffb400;
}
.news_10 {
	background-color: #e75c5c;
}
.news_11 {
	background-color: #73abda;
}
.news_12 {
	background-color: #5dc962;
}
.news_13 {
	background-color: #a279c4;
}
.news_14 {
	background-color: #c8ca2a;
}

.pdf {
	background-color: #014099;
	color: #ffffff;
	width: 35px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-style: normal;
	display: inline-block;
	font-size: 1rem;
	margin-left: 10px;
	font-weight: bold;
}


/* ----------------------------------------------------
		NEWS一覧
---------------------------------------------------- */
.news_list li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	line-height: 1.5;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.news_list li:first-child {
	border-top: 1px solid #cccccc;
}

.news_list li p, .news_list li h2 {
	display: table-cell;
	vertical-align: top;
}

.news_list li p {
	width: 100px;
}

.news_list li h2 {
	padding-left: 15px;
	font-weight: normal;
	font-size: 1.4rem;
}


/* ----------------------------------------------------
		旅ネタ・記事ネタ一覧
---------------------------------------------------- */
.story_list {
	border-top: 1px solid #cccccc;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 15px 0 20px;
}

.story_list li {
	border-bottom: 1px solid #cccccc;
	padding: 10px;
	position: relative;
	clear: both;
}

.story_list li span {
	float: left;
}

.story_list li h2 {
	margin: 0 35px 0 100px;
	font-size: 1.4rem;
	font-weight: normal;
}

.story_list li i {
	position: absolute;
	top: 15px;
	right: 0;
}


/* ----------------------------------------------------
		アイコン
---------------------------------------------------- */
.ico_window {
	background: url(/img/pro/common/ico_window.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 5px;
}

.ico_window2 {
	background: url(/img/pro/common/ico_window2.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 5px;
}

.ico_window3 {
	background: url(/img/pro/common/ico_window3.png) no-repeat;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 5px;
}

.ico_pdf {
    background: url(/img/ja/common/ico_pdf.png) no-repeat;
    background-size: 16px;
    display: inline-block;
    width: 20px;
    height: 26px;
    vertical-align: middle;
    margin-right: 5px;

}

@media screen and (max-width: 1000px) {
  header nav li {
    width: auto;
  }
}

@media screen and (max-width: 900px) {
  #logo {
    width: 28%;
  }
  header nav {
    font-size: 1.4rem;
  }
  header nav li:nth-child(7) {
    min-width: 180px;
  }
  
  #to_top {
    right: 20px;
  }

  .headline span, .subheading span {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 800px) {
  #main_box {
    float:none;
    width: 100%;
  }

  #sub_box {
    float:none;
    width: 100%;
    margin-top: 20px;
  }
  
  #logo {
    width: 251px;
  }
  header {
    border-bottom: 3px solid #014099;
  }
  #head_right {
    display: none;
  }
  header nav {
    display: none;
  }
  #head_menu {
    display: block;
    position: relative;
    float: right;
    width: 56px;
    height: 56px;
    margin-top: 13px;
    background-color: #014099;
    cursor: pointer;
  }
  #head_menu span {
    position: absolute;
    left: 10px;
    width: 36px;
    height: 2px;
    background-color: #fff;
    transition: all .4s;
  }
  #head_menu span:nth-child(1) {
    top: 17px;
  }
  #head_menu span:nth-child(2) {
    top: 27px;
  }
  #head_menu span:nth-child(3) {
    top: 37px;
  }
  
  .js-menuopen {
    padding-top: 85px;
  }
  .js-menuopen header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
  }
  .js-menuopen #head_menu span:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .js-menuopen #head_menu span:nth-child(2) {
    opacity: 0;
  }
  .js-menuopen #head_menu span:nth-child(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  .js-menuopen #menulist {
    display: block;
  }
  #menulist .menulist-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9997;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
  }
  #menulist .menulist-nav {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 9998;
    width: 100%;
    padding: 0 15px 20px;
    box-sizing: border-box;
  }
  #menulist .menulist-nav nav {
    padding: 10px 15px 15px;
    background-color: #fff;
  }
  #menulist .menulist-nav li {
    border-bottom: 1px solid #ccc;
  }
  #menulist .menulist-nav li a {
    display: block;
    padding: 15px 10px;
  }
  #menulist .menulist-nav li a::before {
    content: '> ';
    color: #014099;
  }
  #menulist .menulist-nav form {
    margin-top: 15px;
    border: 1px solid #ccc;
  }
  #menulist .menulist-nav input {
    padding: 5px;
    vertical-align: middle;
  }
  #menulist .menulist-nav input[type=text] {
    width: 85%;
    border: none;
    outline: none;
  }
  #menulist .menulist-nav input[type=image] {
    float: right;
  }
  #menulist .menulist-close {
    display: block;
    width: 50%;
    margin: 15px auto 0;
    padding: 10px;
    border: 2px solid #014099;
    color: #014099;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  #menulist .menulist-close::before {
    content: '> ';
    color: #014099;
  }
  
  #foot_left {
    float: none;
    margin: 0 auto 20px;
  }
  #foot_right {
    margin: 0 auto;
  }
  
  #side_ad li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;
  }

  #side_bnr li {
    float: left;
    width: 33.33%;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
  }
  
  #side_fb {
    padding-top: 15px;
  }
}

@media screen and (max-width: 640px) {
  #side_ad li {
    width: 50%;
  }
  #side_bnr li {
    width: 50%;
  }

  .story_list li span {
    float: none;
  }
  .story_list li h2 {
    margin: 0 35px 0 0;
  }

  #course_table th, #course_table th a {
    font-size: 90%;
    padding: 4px !important;
  }
  #course_table th a.desc:after, #course_table th a.asc:after {
      position: absolute;
      top: 23px !important;
      right: -10px !important;
  }

  .news_list li {
    display: block;
  }
  .news_list li p {
    display: inline-block;
  }
  .news_list li h2 {
    display: block;
    margin-top: 5px;
    padding-left: 0;
  }
  #news_detail .arrow_link {
    line-height: 1.5;
  }
}