@charset "utf-8";

@import url("html-reset.css");

/* 740px以下 */
@media screen and (max-width: 740px) {
body {
    min-width: initial; /* レスポンシブ時の右側の余白を解消するbodyのmin-widthをリセット */
    min-width: auto; /* レスポンシブ時の右側の余白を解消するbodyのmin-widthをリセット（IE用） */
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity:1;
}
input[type="checkbox"]{
	border: 1px solid #666;
	background: #666;
}
input[type="radio"] {
	border: 1px solid #666;
	background: #666;
}
_:-ms-lang(x)::-ms-backdrop, input[type="radio"] { /* IEのハック */
	background: transparent;
}
_:-ms-lang(x)::backdrop, input[type="radio"] { /* Eageのハック */
	background: transparent;
}
.pc {
	display: none;
}
.sp {
	display: inline;
}
.br {
	display: none;
}
.br-sp {
	display: inline;
}
}
/*##################################################
 *wrap */
#wrap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
/*##################################################
 *header */
#header {
	width: 100%;
}
#header .box {
	width: auto;
	padding-top: 18px;
	background-color: #22a3df;
}
#header .box .logo {
	float: left;
	margin-bottom: 18px;
	margin-left: 60px;
}
#header .box .logo h1 {
	text-align: left;
}
#header .box .logo h1 a {
	display: block;
	width: 258px;
}
#header .box .logo h1 a img {
	height: auto;
	width: 258px;
}
#header .box .logo h1 a:hover img {
	opacity:1;
}
#header .box .snav {
	float: right;
	margin-right: 60px;
}
#header .box .snav li {
	display: inline-block;
}
#header .box .snav li a {
	font-size: 14px;
	line-height: 24px;
	margin-left: 24px;
	color: #FFF;
}
#header .box .snav li:first-child {
	margin-left: 0px;
}
#header .box .icon-btn-sp {
	display: none;
}
#header .box .gnav {
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #66cbed;
}
#header .box .gnav ul {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
#header .box .gnav li {
	display: inline-block;
	box-sizing: border-box;
	width: 256px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #66cbed;
}
#header .box .gnav li a {
	display: block;
	font-size: 16px;
	line-height: 42px;
	font-weight: bold;
	padding-top: 3px;
	color: #FFF;
	text-decoration: none;
}
#header .box .gnav li a:hover {
	text-decoration: none;
	background-color: #008ccc;
}
#header .box .gnav li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #66cbed;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#header .box {
	padding-top: 0px;
}
#header .box .logo {
	margin-bottom: 0px;
	margin-left: 15px;
	margin-top: 15px;
}
#header .box .logo h1 a {
	width: 215px;
}
#header .box .logo h1 a img {
	width: 215px;
}
#header .box .snav {
	display: none;
}
#header .box .icon-btn-sp {
	display: block;
	float: right;
	right: 0px;
}
#header .box .icon-btn-sp li {
	display: inline-block;
	width: 70px;
}
#header .box .icon-btn-sp li a {
	padding-top: 40px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-bottom: 5px;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
}
#header .box .icon-btn-sp li.search-sp {
	background-image: url(../../image/common-icon-search.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 20px;
}
#header .box .icon-btn-sp li.menu-sp {
	background-image: url(../../image/common-icon-menu.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 20px;
}
#header .box .gnav {
	display: none;
	border-top-style: none;
}
#header .box .gnav ul {
	width: 100%;
}
#header .box .gnav li {
	display: block;
	width: auto;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #66cbed;
	border-right-style: none;
}
#header .box .gnav li a {
	line-height: 60px;
	padding-top: 0px;
	padding-left: 15px;
	background-image: url(../../image/common-icon-arw-r-w.png);
	background-repeat: no-repeat;
	background-position: right 25px center;
	background-size: 20px;
	font-size: 14px;
}
#header .box .gnav li a:hover {
	background-color: #22a3df;
}
#header .box .gnav li:first-child {
	display: none;
}
}
/* 360px以下 */
@media screen and (max-width: 360px) {

#header .box .logo h1 a {
	width: 181px;
}
#header .box .logo h1 a img {
	width: 181px;
}
#header .box .icon-btn-sp li {
	width: 58px;
}
#header .box .gnav li a {
	background-position: right 21px center;
}
}
/*##################################################
 *content */
#content {
	width: 100%;
	overflow: hidden;
}
#content .pagetitle {
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	padding-bottom: 30px;
	padding-top: 15px;
}
#content .pagetitle span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #22A3DF;
	line-height: 20px;
	letter-spacing: 0.1em;
}
#content .conttitle1 {
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	background-image: url(../../image/common-border-conttitle1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 90px;
	margin-bottom: 15px;
}
#content .conttitle1 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #22A3DF;
	line-height: 20px;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
}
#content .conttitle2 {
	font-size: 24px;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #22A3DF;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 32px;
	padding-top: 4px;
}
#content .conttitle3 {
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 30px;
}
#content .contdesc {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 30px;
}
#content .btn-ssize {
	background-image: url(../../image/common-btn-ssize-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-radius: 10px;
	height: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#content .btn-msize {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../image/common-btn-msize-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-radius: 10px;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#content .btn-lsize {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../image/common-btn-lsize-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-radius: 10px;
	height: 60px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
#content .btn-ssize:hover,
#content .btn-msize:hover,
#content .btn-lsize:hover {
	background-color: #008ccc;
	background-image: none;
}
#content .btn-ssize a,
#content .btn-msize a,
#content .btn-lsize a {
	display: block;
	text-decoration: none;
}
#content .btn-ssize span {
	color: #FFF;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
#content .btn-msize span {
	color: #FFF;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 50px;
}
#content .btn-lsize span {
	color: #FFF;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 60px;
}
#content .btn-ssize span.icon-arw-r,
#content .btn-msize span.icon-arw-r,
#content .btn-lsize span.icon-arw-r {
	background-image: url(../../image/common-icon-arw-r-w.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
#content .btn-ssize span.icon-arw-l,
#content .btn-msize span.icon-arw-l,
#content .btn-lsize span.icon-arw-l {
	background-image: url(../../image/common-icon-arw-l-w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
#content .btn-ssize span.icon-search,
#content .btn-msize span.icon-search,
#content .btn-lsize span.icon-search {
	background-image: url(../../image/common-icon-search.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
#content .btn-ssize span.icon-file,
#content .btn-msize span.icon-file,
#content .btn-lsize span.icon-file {
	background-image: url(../../image/common-icon-file.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
#content .btn-ssize span.icon-check,
#content .btn-msize span.icon-check,
#content .btn-lsize span.icon-check {
	background-image: url(../../image/common-icon-check-w.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
#content .btn-msize span sub.txt-pdf,
#content .btn-lsize span sub.txt-pdf {
	font-size: 12px;
	margin-right: -10px;
	margin-left: -3px;
}
#content span.icon-reset {
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../../image/common-icon-check-b.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
#content .hr1 {
	background-color: #e5e5e5;
	height: 1px;
	width: 100%;
	border: none;
	clear: both;
}
#content .note {
	font-size: 14px;
	line-height: 22px;
	display: block;
	padding-top: 8px;
	font-weight: normal;
}
#content .page-head {
	width: 100%;
	background-color: #eaf4f7;
}
#content .page-head .breadcrumb {
	width: auto;
	text-align: left;
	margin-right: 60px;
	margin-left: 60px;
}
#content .page-head .breadcrumb li {
	font-size: 12px;
	line-height: 30px;
	background-image: url(../../image/common-arw-breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding-left: 12px;
	margin-right: 8px;
}
#content .page-head .breadcrumb li:first-child {
	background-image: url(../../image/common-arw-breadcrumb-toppage.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#content .page-cont {
	padding-top: 60px;
	padding-bottom: 90px;
}
#content .page-cont a[target=_blank] {
	padding-right: 22px;
	background-image: url(../../image/common-icon-target_blank.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#content .pagetitle {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CBE3EB;
}
#content .pagetitle span {
	font-size: 11px;
	line-height: 15px;
}
#content .conttitle1 {
	font-size: 24px;
	line-height: 30px;
}
#content .conttitle1 span {
	font-size: 11px;
}
#content .conttitle2 {
	font-size: 20px;
	padding-top: 0px;
	margin-bottom: 15px;
}
#content .conttitle3 {
	font-size: 18px;
	margin-bottom: 5px;
}
#content .contdesc {
	font-size: 14px;
	line-height: 24px;
	margin-right: 15px;
	margin-left: 15px;
}
#content .btn-lsize {
	width: 250px;
}
#content .btn-ssize:hover {
	background-image: url(../../image/common-btn-ssize-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#content .btn-msize:hover {
	background-image: url(../../image/common-btn-msize-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#content .btn-lsize:hover {
	background-image: url(../../image/common-btn-lsize-bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#content .page-head .breadcrumb {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .page-head .breadcrumb li {
	font-size: 11px;
	line-height: 20px;
}
#content .page-head .breadcrumb li:last-child {
	display: none;
}
#content .page-cont {
	padding-top: 30px;
	padding-bottom: 45px;
}
}
/*##################################################
 *footer */
#footer {
	width: 100%;
}
#footer a[target=_blank] {
	padding-right: 22px;
	background-image: url(../../image/common-icon-target_blank-w.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 20px;
}
#footer .box {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
}
#footer .box h2,
#footer .box p,
#footer .box li,
#footer .box a {
	color: #FFF;
	text-align: left;
	font-size: 14px;
	line-height: 28px;
}
#footer .box .sitemap,
#footer .box .links,
#footer .box .address {
	float: left;
	width: 340px;
	margin-bottom: 60px;
}
#footer .box .sitemap h2,
#footer .box .links h2,
#footer .box .address h2 {
	font-weight: bold;
}
#footer .box .copy {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #545d68;
	line-height: 72px;
	padding-top: 3px;
	font-size: 14px;
	color: #FFF;
}
#footer .box-fix {
	position: fixed;
	right:0;
	margin-right: 60px;
	margin-bottom: 38px;
}
#footer .box-fix li {
	display: inline-block;
	width: 60px;
}
#footer .box-fix li a {
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	display: block;
	font-weight: bold;
	height: 33px;
	width: 100%;
	padding-top: 27px;
	background-color: #22A3DF;
	border-radius: 30px;
}
#footer .box-fix li a:hover {
	background-color: #008ccc;
}
#footer .box-fix li.pagetop a {
	background-image: url(../../image/common-icon-arw-u-w.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 20px;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#footer .box {
	width: auto;
	padding-top: 45px;
	padding-bottom: 0px;
}
#footer .box .sitemap,
#footer .box .links,
#footer .box .address {
	float: none;
	width: auto;
	margin-bottom: 30px;
	margin-right: 15px;
	margin-left: 15px;
}
#footer .box .sitemap h2,
#footer .box .links h2,
#footer .box .address h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
#footer .box .copy {
	padding-top: 0px;
	text-align: left;
	line-height: 70px;
	padding-left: 15px;
}
#footer .box-fix {
	margin-right: 10px;
	margin-bottom: 10px;
}
#footer .box-fix li {
	width: 50px;
}
#footer .box-fix li a {
	height: 28px;
	padding-top: 22px;
	border-radius: 25px;
}
#footer .box-fix li a:hover {
	background-color: #22A3DF;
}
#footer .box-fix li.pagetop a {
	background-position: center 8px;
}
}
/*##################################################
 *404 Not Found */
#notfound {
	background-color: #FFF;
}
#notfound .box {
	width: 360px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f2f4f6;
	border-radius: 10px;
	border: 2px solid #CAE2EA;
	box-sizing:border-box;
}
#notfound .box h1 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: bold;
}
#notfound .box p {
	font-size: 14px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 30px;
}
#notfound .box .message {
	margin-bottom: 15px;
	background: linear-gradient(transparent 60%, #CAE2EA 40%);
	display: inline-block;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#notfound .box .btn-ssize {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#notfound {
	background-color: #f2f4f6;
}
#notfound .box {
	width: auto;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
/*##################################################
 *メール送信完了画面のスタイル */
#thanks {
	background-color: #FFF;
}
#thanks .box {
	width: 360px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #f2f4f6;
	border-radius: 10px;
	border: 2px solid #CAE2EA;
	box-sizing:border-box;
}
#thanks .box h1 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 40px;
	font-weight: bold;
}
#thanks .box p {
	font-size: 14px;
	width: 290px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 30px;
}
#thanks .box .message {
	margin-bottom: 15px;
	background: linear-gradient(transparent 60%, #CAE2EA 40%);
	display: inline-block;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}
#thanks .box .btn-ssize {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
/* 740px以下 */
@media screen and (max-width: 740px) {
#thanks {
	background-color: #f2f4f6;
}
#thanks .box {
	width: auto;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
}
/*##################################################
 *ブラウザエラー*/
#browser {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", " Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	width: 100%;
	background-color: #333;
	line-height: 28px;
}
#browser a {
	color: #FFF;
	text-decoration: underline;
}
#browser a:hover {
	color: #22A3DF;
	text-decoration: none;
}