@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


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

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	overflow-y: scroll;
	line-height: 1;
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-weight:500;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	font-size: 1.2rem;
}

#container {
	text-align: left;	
	position: relative;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.comUl li {
	float: left;
	width: 50%;
}

#gHeader .hInner {
	padding: 15px 10px 14px;
}

#gHeader .hInner h1 {
	padding-top: 4px;
	float: left;
}

#gHeader .hInner ul {
	float: right;
}

#gHeader .hInner li {
	padding-left: 10px;
	float: left;
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	margin-bottom: 15px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 4px;
}

#gFooter ul {
	margin-bottom: 15px;
	border-top: 1px solid #CDCDCD;
}

#gFooter ul li {
	float: left;
	width: 50%;
}

#gFooter ul li a {
	padding: 0 1px 1px 0;
	display: block;
	background-color: #fff;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
}

#gFooter ul li:nth-child(2n)  a {
	border-right: none;
}

#gFooter ul li a span {
	padding: 18px 12px;
	display: block;
	font-weight: bold;
	position: relative;
	background: -moz-linear-gradient(top,#FFFFFF 0%,#F3F3F3);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),to(#F3F3F3));
}

#gFooter ul li a span:after {
	width: 18px;  
    height: 26px;
	background: url(../img/index/icon02.png) no-repeat right top;
	background-size: 9px 13px;
    position: absolute;  
    top: 38%;  
    right: 11px;  
    content: ""; 
}

#gFooter .link {
	margin-bottom: 10px;
}

#gFooter .link a {
	padding: 12px 0 11px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0083E3;
}

#gFooter p {
	font-size: 11px;
	color: #2C2619;
	text-align: center;
}

#global-menu {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/index/bg.png) repeat;
	z-index: 1000;
}
#global-menu #global-menu-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.menuBox {
	margin: 0 auto;
	width: 94%;
}

.menuBox p {
	margin: 0 10px 5px 13px;
	color: #fff;
}

.menuBox p span.close {
	margin-top: -10px;
	float: right;
}

.menuBox ul {
	margin: 0 10px 6px;
}

.menuBox li {
	margin-bottom: 2px;
}

.menuBox li a {
	padding: 10px;
	display: block;
	font-size: 17px;
	color: #2C2619;
	position: relative;
	background-color: #fff;
}

.menuBox li a:after {
	width: 18px;  
    height: 26px;
	background: url(../img/index/icon02.png) no-repeat right top;
	background-size: 9px 13px;
    position: absolute;  
    top: 33%;  
    right: 7px;  
    content: ""; 
}

.menuBox .link a {
	padding: 10px 2px;
	display: block;
	font-size: 17px;
	color: #fff;
	text-align: center;
	background-color: #2C2619;
}



table {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	border-collapse: collapse;
}

/* form要素 */
input[type="text"],
textarea {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	margin: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 1% 2%;
	border-radius: 0;
	outline: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

textarea {
	height: 120px;
}

input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #52a8ec;
	border: 1px solid #52a8ec;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: baseline;
	border-style: none;
}

label {
	margin-right: 15px;
	cursor: pointer;
}

input[type="submit"],
input[type="button"] {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	border-radius: 0;
	background-color: #0068B7;
	color: #fff;
	font-size: 1.4rem;
	
	margin: 0 auto 0;
	padding: 1em 0;
}

/* 均等割付 */
.just_layout {
	text-align:justify;
	text-justify:distribute-all-lines;
	display:block;
	line-height:0;
}

.just_layout::after {
	line-height:0;
	visibility:hidden;
	content:"";
	display:inline-block;
	width:100%;
}

.just_layout .just_item{
	display:inline-block;
	text-align:left;
	vertical-align:top;
	line-height:normal;
}

#main {
	line-height: 1.7;
}

.mainImg {
	margin-bottom: 25px;
}

#main .ttlBox {
	margin-bottom: 15px;
	padding-top: 2px;
	background: url(http://asisst-2daime.com/sp/img/index/line.gif) repeat-x left top;
	background-size: 3px 2px;
	border-bottom: 1px solid #999;
}

#main h2 {
	font-size: 1.4rem;
	padding: 8px 10px 9px;
	color: #0067B7;
	background: -moz-linear-gradient(top,#F0F0F0,#FDFDFD 50%,#FEFEFE 51%,#FFFFFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0),color-stop(0.50, #FDFDFD),color-stop(0.51, #FEFEFE),to(#FFFFFF));
}

#main h2 span {
	padding: 8px 0 8px 22px;
	background: url(http://asisst-2daime.com/sp/img/index/icon01.png) no-repeat left center;
	background-size: 10px 27px;
}

.entryBlock {
	padding: 0 3%;
	margin-bottom: 25px;
}

.entryBlock strong {
	color: #FF9900;
	margin-bottom: 10px;
	display: block;
	font-size: 1.5rem;
	line-height: 1.5;
}

.entryBlock b {
	color: #0066B7;
}

.entryBlock h3 {
	background: #0068b7; /* Old browsers */
	background: -webkit-linear-gradient(top,  #0068b7 0%,#0068b7 47%,#0082e2 48%,#0082e2 100%); /* Chrome10-25,Safari5.1-6 */
	background: -moz-linear-gradient(top,  #0068b7 0%, #0068b7 47%, #0082e2 48%, #0082e2 100%); /* FF3.6-15 */
	background: linear-gradient(to bottom,  #0068b7 0%,#0068b7 47%,#0082e2 48%,#0082e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#0082e2',GradientType=0 ); /* IE6-9 */
	padding:  3px 0;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 25px;
}

.entryBlock h3 span {
	background-image: url(../img/common/icon_circle_01.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	padding-left: 30px;
}

.entryBlock .img {
	margin-top: 15px;
}

.pagenav dt {
	background-color: #EBEBEB;
	color: #0066B7;
	font-size: 1.4rem;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pagenav_01 li {
	width: 30%;
}

.pagenav_02 li {
	width: 44%;
	margin-bottom: 15px;
}

.pagenav_02 li:last-child,
.pagenav_02 li:nth-last-child(2) {
	margin-bottom: 0;
}

.pagenav_02 {
	padding: 0 15%;
}

.pagenav dd {
	margin-bottom: 15px;
}

.pagenav dd:last-of-type {
	margin-bottom: 0;
}

#main .comUl {
    margin-bottom: 15px;
}