@charset "UTF-8";

@import "normalize.css";
@import "main.css";

body {
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	color: #000;
}

body.font_size_large {
	font-size: 15.6px;
}

h1, h2, h3, p, ul, ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/* ページの本文のリンク */
a,
.text_faq p > a,
.outside_arrow {
  color: #2595a3;
  text-decoration: none;
}

input.text_link {
	background: inherit;
	color: #d84980;
	padding: 0;
}

/* リンクの色を付けたくない箇所 */
.nocolor,
.box_link a,
.footer_nav li a,
.list_questions li a,
.link > a{
  color: #000;
  text-decoration: none;
}

/* ボタン */
.form_buttons > a {
  text-decoration: none;
}

a:hover,
.text_faq p > a:hover {
  color: #2595a3;
  text-decoration: underline;
}

.nocolor:hover,
.outside_arrow:hover,
.box_link a:hover,
.footer_nav li a:hover,
.list_questions li a:hover,
.link > a:hover {
  color: #2595a3;
  text-decoration: underline;
}

.form_buttons > a:hover {
  color: #fff;
}


.header_border {
	height: 3px;
	background: #cb64a7;
}

.header_border_inner {
	margin: 0 auto;
	width: 950px;
	height: 3px;
	background: #c84f90;
}

.header_top {
	margin: 15px auto;
	width: 950px;
	line-height: 30px;
}

.header_logo {
	float: left;
}

.header_user {
	float: right;
	margin-right: 15px;
	border-right: 1px solid #afafaf;
	padding-right: 15px;
}

.header_user_id {
	margin-right: 0.5em;
	color: #888;
}

.header_contact {
	float: right;
	margin-right: 15px;
	border-right: 1px solid #afafaf;
	padding-right: 15px;
}

.header_font_size {
	float: right;
	width: 168px;
}

.header_font_size_label {
	float: left;
	margin-right: 10px;
}

.header_font_size_regular,
.header_font_size_large {
	float: left;
	display: block;
	width: 50px;
	height: 30px;
	text-indent: -10000px;
	font-size: 0;
}

.header_font_size_regular {
	background: url(../img/header_fs_regular_off.png);
}

.header_font_size_regular_active {
	background: url(../img/header_fs_regular_on.png);
}

.header_font_size_large {
	background: url(../img/header_fs_large_off.png);
}

.header_font_size_large_active {
	background: url(../img/header_fs_large_on.png);
}

.header_nav_bg {
	background: #cb64a7;
}

.header_nav {
	margin: 0 auto;
	width: 950px;
}

.header_nav_item {
	position: relative;
	float: left;
	padding-left: 1px;
	background: url(../img/header_nav_sep.png) no-repeat left;
	max-width: 237px;
}

.header_nav_item_first {
	padding-left: 0;
}

.header_nav_sub {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
}

.header_nav_sub_item a {
	display: block;
	padding-right: 8px;
	padding-left: 9px;
	color: #fff;
	background: #cb64a7;
}

.header_nav_sub_item a:hover {
	text-decoration: none;
	background: #d37bb4;
  color: #fff;
}

.header_nav_sub_item a .body {
	display: block;
	border-top: 1px dotted #e5b2d3;
	padding: 11px 0 10px 25px;
	background: url(../img/header_nav_arrow.png) no-repeat left;
}

.breadcrumb {
	width: 950px;
	margin: -55px auto 60px;
	font-size: 12px;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb .home {
	background: url(../img/icon_breadcrumb_home.png) 0 50% no-repeat;
	padding-left: 20px;
}

.breadcrumb li a {
	color: #888;
}

.breadcrumb li a:after {
	content: ">";
	display: inline-block;
	margin: 0 2px 0 7px;
}

.heading_icon_05 {
	background: url(../../img/top_h_icon_05.png) no-repeat left;
}

.procedures ul {
	margin: 0 -5px;
}

.procedures li {
	float: left;
	margin: 0 5px;
}

.banner_area_03 {
	margin-right: -5px;
}

.banner_area_03 li {
	float: left;
	margin: 0 5px;
}

.banner_area_03 li:first-child {
	margin: 0 5px 0 0;
}

.footer {
	background: #f1f3ed;
}

.footer_nav {
	margin-bottom: 1px;
	padding: 32px 0;
	background: #e4ded2;
	text-align: center;
}

.footer_nav li {
	display: inline;
	padding: 0 20px;
	border-right: 1px solid #989898;
}

.footer_nav li:first-child {
	border-left: 1px solid #989898;
}

.footer_nav li.last {
	border-right: 0;
}

.footer_contents {
	margin: 0 auto;
	padding: 12px 0;
	width: 950px;
}

.footer_copyright {
	float: right;
}

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

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

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

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

.mb1 {
	margin-bottom: 1px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb75 {
	margin-bottom: 75px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

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

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

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

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



.fs10 {
	font-size: 10px;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.fs22 {
	font-size: 22px;
}

.fs30 {
	font-size: 30px;
}

.fixfs10 {
	font-size: 10px;
}

.fixfs12 {
	font-size: 12px;
}

.fixfs13 {
	font-size: 13px;
}

.font_size_large .fs10 {
	font-size: 12px;
}

.font_size_large .fs11 {
	font-size: 13.2px;
}

.font_size_large .fs12 {
	font-size: 14.4px;
}

.font_size_large .fs14 {
	font-size: 16.8px;
}

.font_size_large .fs16 {
	font-size: 19.2px;
}

.font_size_large .fs18 {
	font-size: 21.7px;
}

.font_size_large .fs22 {
	font-size: 25.2px;
}

.font_size_large .fs30 {
	font-size: 32px;
}

/* IEのXマークを非表示に */
input::-ms-clear {
	visibility: hidden;
}

/* IEのpasswordマークを非表示に */
input::-ms-reveal {
	visibility: hidden;
}
