@charset "utf-8";

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

CSS Document
	FILE NAME::::default.css
 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ 初期設定

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html {
  	overflow-x: hidden;
	width:100%;
}
body {
	font-family: "YakuHanJP", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo UI", Meiryo, メイリオ, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", arial, sans-serif;
	font-size:93%;
  	line-height:1.6;
  	letter-spacing:0.01em;
	color:#222;
	width:100%;
	overflow-x:hidden;
}
body #main{
  	line-height:1.8;
}
input, textarea {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: #71b3c4;
}
a:hover {
  text-decoration: underline;
  color: #71b3c4;
}
a:before {
  color: #71b3c4;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td ,*{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
img {
	border:0;
}
ol, ul {
	list-style:none;
}
img{
	vertical-align:bottom;
}
a img{
	vertical-align:middle;
}
ul:after{
	content:"";
	clear:both;
	display:block;
}
span.none{
	display:none;
}
.dr p{
	margin-bottom:25px;
}
.pc{
	display:block !important;
}
.sp{
	display:none !important;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ all

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
span.none{
	display:none !important;
}
section .phL{
	float:left;
	margin:0 20px 20px 0;
}
section .phR{
	float:right;
	margin:0 0 30px 40px;
}
.block .phLB{
	float:left;
	margin:0 20px 0 0;
}
.icoPdf{
	background:url(../img/ico_pdf.gif) no-repeat 0 0;
	padding-left:22px;
	height:16px;
	line-height:16px;
}
.icoBlank{
	background:url(../img/ico_blank.gif) no-repeat 0 0;
	padding-left:22px;
	height:15px;
	line-height:15px;
}
.phMar{
	margin:15px 0;
}
.phMar30{
	margin:30px 0;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ カラム

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.col4 li{
	float:left;
	width:24%;
	overflow:hidden;
	text-align:center;
	height:360px;
	margin-right:1.3%;
}
.col4 li:nth-child(4n){
	margin-right:0;
}
.col4 li img{
	margin-left:-70px;
}

dl.col2 dt{
	float:left;
	width:50%;
}
dl.col2 dd{
	float:right;
	width:50%;
}

.col3:after,
.col2:after,
.col4:after{
	content:"";
	clear:both;
	display:block;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ リンク、リンクカラー、強調

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
a:link{
    color: #111;
    text-decoration:none;
	transition: all 0.13s ease-in 0s;
}
a:visited{
    color: #333;
}
a:active{
	color: #333;
}
a:hover{
    color: #111;
    text-decoration: none;
}

strong{
    font-weight:bold;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ ボタン

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
dl.btnWrap:after{
	content:"";
	clear:both;
	display:block;
}
dl.btnWrap dt a,
dl.btnWrap dd a{
	background:#484848;
	color:#fff;
	text-align:center;
	width:49%;
	padding:15px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	font-weight:bold;
}
dl.btnWrap dt a{
	margin-right:2%;
	float:left;
}
dl.btnWrap dd a{
	float:right;
}
.btnMar{
	margin-top:30px;
	text-align:center;
}

.btnClr a{
	text-align:center;
	font-weight:bold;
	background:#fff;
	line-height:1.5;
}
.btnTxt{
	margin-top:10px;
}
.btnTxt a{
	font-weight:bold;
	color:#0074d5;
}
.btnTxt a:before{
	left: 5px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #eb4282;
	content:"";
	display:inline-block;
}

.btnPinkSml {
	margin-top:20px;
}
.btnPinkSml a{
	border:3px solid #eb4283;
	color:#eb4283;
	font-size:12px;
	padding:9px 30px;
	text-align:left;
	font-weight:bold;
	background:#fff;
	line-height:1.5;
}
input.btnPink{
	border:4px solid #eb4283;
	color:#eb4283 !important;
	text-decoration:none !important;
	font-size:16px;
	padding:7px 0;
	text-align:center;
	font-size:15px;
	display:block;
	width:100%;
	font-weight:bold;
	background:#fff;
	line-height:1.5;
}
.btnPink a{
	border:4px solid #eb4283;
	color:#eb4283 !important;
	text-decoration:none !important;
	font-size:16px;
}
.btnGreen a{
	border:4px solid #6eb92b;
	color:#6eb92b;
}
.btnBlue a{
	border:4px solid #0074d5;
	color:#0074d5;
}
.btnPink a:hover{
	color:#fff;
	background:#eb4283;
}
.btnGreen a:hover{
	color:#fff;
	background:#6eb92b;
}
.btnBlue a:hover{
	color:#fff;
	background:#0074d5;
}
@media screen and (max-width: 1000px) {
	.btnClr a{
		padding:7px 0;
		width:100%;
		display:block;
		font-size:14px;
	}
	.btnPink a{
		border:3px solid #eb4283;
	}
	.btnGreen a{
		border:3px solid #6eb92b;
	}
	.btnBlue a{
		border:3px solid #0074d5;
	}
	.btnPinkSml a{
		width:100%;
		display:block;
		text-align:center;
	}
}
@media screen and (min-width: 1000px) {
	.btnClr {
		text-align:center;
	}
	.btnClr a{
		padding:14px 100px;
		font-size:17px;
		display:inline-block;
	}
	.btnClr a:hover{
		color:#fff !important;
	}
}




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ list

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
ol li{
	list-style:decimal;
	margin-left:30px;
	padding-bottom:17px;
	margin-bottom:17px;
	border-bottom:1px dotted #aaa;
}
.list li{
	list-style:none;
	padding:7px 0 7px 3px;
	position:relative;
	padding-left:16px;
}
ul.list li:before{
	content:"\25CF";
	position:absolute;
	left:0;
	top:16px;
	margin-top:-7px;
	display:block;
	font-size:11px;
	color:#0074d5;
	margin-right:15px;
}
.list li h3.list{
	font-weight:bold;
	margin-bottom:8px;
	color:#e06991 !important;
}
.list li:last-of-type{
	margin-bottom:0 !important;
}

ul.link {
	margin-top:30px;
}
ul.link li{
	background:url(../img/ico_yj.gif) no-repeat 0 10px;
	padding-left:13px;
	margin-bottom:6px;
}
ul.link li:last-of-type{
	margin-bottom:0;
}
@media screen and (min-width: 1000px) {
	.list li{
		margin-left:10px;
	}
}




/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ pager

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.pagination{
	width:100%;
	overflow:hidden;
	padding:0;
	line-height:normal;
	text-align:center;
}
.pagination span{
	border:#007ae1 solid 1px;
	margin:1px;
	display:inline-block;
	/display:inline;
	/zoom:1;
	background:#fff;
}
.pagination span a{
	padding:7px;
	background:none;
	display:inline-block;
	/display:inline;
	/zoom:1;
	color:#007ae1;
	text-decoration:none;
}
.pagination span.active a{
	color:#FFFFFF !important;
	background:#007ae1;
}
.pagination span a:hover{
	color:#FFFFFF;
	background:#007ae1;
}
@media screen and (min-width: 1000px) {
	.pagination{
		margin:80px auto 0;
	}
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ タイトル

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
h1,h2,h3,h4,h5{
    font-weight:normal;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ ロールオーバー

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
a:hover {
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ パンクズ

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#topicpath{
	width:100%;
	color:#555;
	margin:0 auto 0;
	padding:10px 0 10px;
	font-size:90%;
	border-bottom:1px solid #dcdcdc;
}
#topicpath dl{
	text-align:right;
	width:960px;
	margin:0 auto;
}
#topicpath dt{
	display:inline-block;
}
#topicpath dd{
    padding:0 13px;
	color:#dcdcdc;
	display:inline-block;
}
#topicpath a{
	font-weight:normal;
	text-decoration:underline;
	color:#4395b0;
}
#topicpath a:hover{
    text-decoration:none;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ テキスト関連

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.left{
	text-align:left !important;
}
.right{
	text-align:right !important;
}
.center{
	text-align:center !important;
}
.clrGray{
	color:#555;
	font-family: "Noto Sans Japanese", YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",  sans-serif;
	font-weight:700;
}
.clrBlk{
	color:#222 !important;
}
.clrBlue{
	color:#0074d5 !important;
	font-weight:bold !important;
	font-size:24px !important;
	line-height:1.5 !important;
}
.clrBlue a{
	color:#0074d5 !important;
}
.t10{
    font-size:12px;
    font-weight:normal;
	line-height:170%;
}
.t14{
	color:#333;
	font-size:115%;
	font-weight:bold;
}
.t16{
	color:#111;
	font-size:125%;
	font-weight:bold;
}
.t18{
    font-size:135%;
	font-weight:bold;
}
.capPh{
	margin-bottom:20px;
}
.capTxt{
	font-size:26px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.5;
}
@media screen and (max-width: 750px) {
	.capTxt {
		font-size:20px;
	}
	.clrBlue{
		font-size:20px !important;
	}
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ 回り込み

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.clm2_l {float:left;}
.clm2_r {float:right;}

.posL{float:left !important;}
.posR{float:right !important;}

dl.col2Btn:after{
	content:"";
	clear:both;
	display:block;
}
dl.col2Btn dt,
dl.col2Btn dd{
	width:48.5%;
}
dl.col2Btn dt{
	float:left;
}
dl.col2Btn dd{
	float:right;
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ 枠

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.wk{
    padding:20px;
	background:#dff0ff;
}
.wkRed{
    padding:20px;
	background:#fed9de;
}
.wk02{
    padding:15px 20px;
	border-radius:3px;
	background:#fff;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ 表

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.tableWrap{
    background:#f5f5f5;
    padding:10px;
    border:none;
}


/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ フォーム

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

table.table {
    border: 1px solid #6db7f6;
}
table.table tr:last-of-type {
    border-bottom: none;
}
table.table th {
    border-right: 1px solid #c1e2ff;
    border-bottom: 1px solid #c1e2ff;
    padding:8px 15px;
	border-collapse:collapse;
	font-size:16px;
	vertical-align: middle;
	text-align:left;
	font-weight:bold;
	background:#6db7f6;
	line-height:1.4;
	color:#fff;
}
table.table td {
    border: 1px solid #d0d0d0;
    padding:12px 10px 12px 10px;
	text-align:left;
	border-collapse: collapse;
	font-size:13px;
	line-height:1.5;
	letter-spacing:0.02em;
}
.table input.wS{
	width:300px;
}
.table input.wM{
	width:500px;
}
.table input.wL{
	width:100%;
}



table.search tr:last-of-type {
    border-bottom: none;
}
table.search th {
    padding:12px 15px;
	border-collapse:collapse;
	font-size:16px;
	vertical-align: middle;
	text-align:left;
	font-weight:bold;
	width:140px;
	line-height:1.4;
}
table.search td {
    padding:12px 10px 12px 10px;
	text-align:left;
	border-collapse: collapse;
	font-size:13px;
	line-height:1.5;
	letter-spacing:0.02em;
}



.ast {
	color:#c31f1f;
	font-weight:bold;
	font-size:13px;
}

table input[type="text"], table input[type="number"], table input[type="email"], table input[type="tel"], table input[type="password"] {
    border: 1px solid #d9d7cd;
    -webkit-appearance: none;
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: middle;
}
input[type=radio]{
	margin-right:5px;
}
@media screen and (min-width: 1000px) {
	input[type="text"], input[type="number"],  input[type="email"], input[type="tel"], input[type="password"] {
		height: 30px;
		padding: 4px 4px 4px 7px;
		font-size: 13px;
		margin-top:4px;
	}
	select{
	  background: #fff;
	  border: 1px solid #d9d7cd;
	  border-radius: 5px;
	  color: #0C2245;
	  font-size: 14px;
	  height: 30px;
	  line-height: 30px;
	  text-align: left;
	  text-indent: 0px;
	  padding:0 8px 0 3px;
	  margin-right:5px;
	  vertical-align: middle;
	}
	textarea{
		border: 1px solid #d9d7cd;
		box-sizing: border-box;
		border-radius: 0;
		width:100% !important;
		height:200px !important;
	}
}
@media screen and (max-width: 1000px) {
	input[type="text"], input[type="number"],  input[type="email"], input[type="tel"], input[type="password"] , select{
		margin-top:4px;
	}
	textarea{
		border: 1px solid #d9d7cd;
		border-radius: 0;
		background:#fff;
		width:100% !important;
		height:200px !important;
	}
	table.search th,
	table.search td {
		display:block;
		width:100%;
		text-align:center;
	}
	table.search th{
    		padding:0 15px;
	}
	table.search td{
    		padding:8px 0 15px 0;
	}
}



/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	☆ マージン

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.borNone    { border:none !important}
.marNone    { margin:0 !important}
.mr0        { margin-right:0 !important}
.pd0        { padding:0 !important}
.pdl0       { padding-left:0 !important}
.pdr0       { padding-right:0 !important}

.btm0  { margin-bottom:0px !important}
.btm5  { margin-bottom:5px !important}
.btm10 { margin-bottom:10px !important}
.btm15 { margin-bottom:15px !important}
.btm20 { margin-bottom:20px !important}
.btm25 { margin-bottom:25px !important}
.btm30 { margin-bottom:30px !important}
.btm35 { margin-bottom:35px !important}
.btm40 { margin-bottom:40px !important}
.btm45 { margin-bottom:45px !important}
.btm50 { margin-bottom:50px !important}
.btm60 { margin-bottom:60px !important}
.btm70 { margin-bottom:70px !important}
.btm80 { margin-bottom:80px !important}


.tp0  { margin-top:0px !important}
.tp5  { margin-top:5px !important}
.tp10 { margin-top:10px !important}
.tp15 { margin-top:15px !important}
.tp20 { margin-top:20px !important;}
.tp25 { margin-top:25px !important}
.tp30 { margin-top:30px !important}
.tp35 { margin-top:35px !important}
.tp40 { margin-top:40px !important}
.tp45 { margin-top:45px !important}
.tp50 { margin-top:50px !important}
.tp60 { margin-top:60px !important}
.tp70 { margin-top:70px !important}
.tp80 { margin-top:80px !important}
.tp100 { margin-top:100px !important}


.mr5 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}