@charset "utf-8";
/*
Theme Name: 2010shukyaku-takumi
Theme URI: https://shukyaku-takumi.jp/
Description:
Version: 1.0
Author: shukyakunotakumi
Author URI: https://shukyaku-takumi.jp/
*/
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-family: inherit;
		font-size: 100%;
		font-style: inherit;
		font-weight: inherit;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
}
:focus {
		outline: 0;
}
ol, ul {
		list-style: none;
}
table {
		border-collapse: collapse;
		border-spacing: 0;
}
caption, th, td {
		font-weight: normal;
		text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
		content: "";
}
blockquote, q {
		quotes: """";
}
article, aside, details, figcaption, figure, footer, #header, hgroup, menu, nav, section {
		display: block;
}
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after, .post:after, ul.post li:after, nav#mainNav .inner:after {
		content: "";
		display: table;
		clear: both;
}
nav .panel, nav#mainNav, .newsTitle, .bg, .post, ul.post li, nav#mainNav .inner {
		zoom: 1;
}
body {
		font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo,sans-serif;
		font-size: 16px;
		line-height: 1.7;
		color: #333333;
		-webkit-text-size-adjust: 100%;
		border-top: 5px solid #355495;
}
p {
		line-height: 1.7;
		margin-bottom: 1.2em;
}
strong {
		font-weight: bold;
}
a {
		margin: 0;
		padding: 0;
		text-decoration: none;
		outline: 0;
		vertical-align: baseline;
		background: transparent;
		font-size: 100%;
		color: #355495;
}
a:hover {
		outline: none;
		color: #99462c;
		text-decoration: underline;
}
a:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
}
a img {
		border: 0;
}
img {
		vertical-align: bottom;
		max-width: 100%;
		height: auto;
}
.right20 {
		margin-right: 20px;
}
.left20 {
		margin-left: 20px;
}
.m_t_0 {
		margin-top: 0 !important;
}
.m_t_10 {
		margin-top: 10px !important;
}
.m_t_20 {
		margin-top: 20px !important;
}
.m_t_30 {
		margin-top: 30px !important;
}
.m_r_0 {
		margin-right: 0 !important;
}
.m_r_10 {
		margin-right: 10px !important;
}
.m_r_20 {
		margin-right: 20px !important;
}
.m_r_30 {
		margin-right: 30px !important;
}
.m_b_0 {
		margin-bottom: 0px !important;
}
.m_b_10 {
		margin-bottom: 10px !important;
}
.m_b_15 {
		margin-bottom: 15px !important;
}
.m_b_20 {
		margin-bottom: 20px !important;
}
.m_b_30 {
		margin-bottom: 30px !important;
}
.m_l_0 {
		margin-left: 0 !important;
}
.m_l_10 {
		margin-left: 10px !important;
}
.m_l_20 {
		margin-left: 20px !important;
}
.m_l_30 {
		margin-left: 20px !important;
}
.last {
		margin-right: 0;
}
.left {
		float: left;
		margin-top:10px;
}
.right {
		float: right;
}
.text_red {
		color: #e00;
}
.aligncenter {
		text-align: center;
}
.alignright {
		float: right;
}
.alignleft {
		float: left;
}
img.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
}
img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
}
img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
}
.ol_style {
		counter-reset: li;
		list-style: none;
		padding-left: 10px;
}
.ol_style > li {
		position: relative;
		margin-bottom: .5em;
		padding-left: 2.5em;
}
.ol_style > li:before {
		content: counter(li) "";
		counter-increment: li;
		position: absolute;
		left: 0;
		width: 1.8em;
		height: 1.8em;
		background: #0099cc;
		border-radius: 50px;
		color: #fff;
		line-height: 1.8;
		text-align: center;
}
/*メインコンテンツ*/
#content .banner_1 {
		margin-bottom: 10px;
}
#content .banner_1 ul {
		max-width: 700px;
		margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#content .banner_1 ul li {
	    float: left;
	width: 340px;
}
#content .banner_1 a {
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 25px 10px 10px;
    border-radius: 5px;
    border: 2px solid #888888;
}
#content .banner_1 .btn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#content .banner_1 .btn_inner img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
#content .banner_1 .btn_title {
    margin-bottom: 0;
	font-size: 20px;
}
#content .top_areaKnowledge .banner_1 {
    width: 49%;
	    margin-bottom: 14px;
    position: relative;
}
#content .top_areaKnowledge .btn_title .sub {
    font-size: 1.3rem;
}
#content .banner_1 .btn_title .sub {
    font-size: 15px;
    font-weight: normal;
}

/* フォーム */
input[type="text"], textarea {
		vertical-align: middle;
		max-width: 90%;
		line-height: 30px;
		height: 30px;
		padding: 1px 5px;
		border: 1px solid #d4d4d7;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		font-size: 100%;
		color: #333333;
		background: #fcfcfc;
}
textarea {
		height: auto;
		line-height: 1.5;
}
input[type="submit"], input[type="reset"], input[type="button"] {
		padding: 3px 10px;
		background: #878787;
		border: 0;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		line-height: 1.5;
		font-size: 120%;
		color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
		background: #a6a6a6;
		cursor: pointer;
}
*:first-child + html input[type="submit"] {
		padding: 3px;
}
/* レイアウト */
#wrapper, .inner {
		margin: 0 auto;
		width: 1000px;
}
#header {
		overflow: hidden;
		padding-bottom: 15px;
		padding-top: 10px;
		background-color: #ffffff;
}
#content {
		float: right;
		width: 700px;
		padding: 30px 0 50px;
}
#content .contents {
		margin-bottom: 30px;
}
#content.content_lp {
		float: right;
		width: 100%;
		padding: 30px 0 50px;
}
#sidebar {
		float: left;
		width: 260px;
		padding: 30px 0 50px;
}
#footer {
		clear: both;
}
/* ヘッダー- */
#header h1 {
		font-size: 14px;
		font-weight: normal;
		color: #333333;
		padding-bottom: 0px;
}
/* トップページ　メイン画像 */
#mainimg {
		clear: both;
		line-height: 0;
		text-align: center;
		z-index: 0;
background-image: linear-gradient(to top, #e3f1f9 0%, #bde6fd 100%);
}
/* メイン右 */
#content h2 {
		color: #fff;
		font-size: 19px;
		font-weight: bold;
	letter-spacing: 0.05em;
		line-height: 1.2;
		margin-bottom: 20px;
		padding: 15px 0 14px 20px;
		width: auto;
		background-color: #355495;
		position: relative;
		border-top: solid 2px #355495;
		border-bottom: solid 2px #355495;
}
#content h2::before {
		position: absolute;
		z-index: 2;
		left: 0;
		top: 0;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		content: '';
}
#content h2::after {
		position: absolute;
		z-index: 2;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 2px;
		background-color: #ffffff;
		content: '';
}
#content .sub_title, #content .pagetitle {
		font-size: 1.1em;
		height: 100px;
		line-height: 100px;
		margin-bottom: 20px;
		padding: 1px 1px 1px 20px !important;
		font-weight: bold;
		color: #333333;
		letter-spacing: 0.05em;
		background-color: #fff;
		width: auto;
		background-image: url(images/right_sub_h2_back.jpeg);
		background-repeat: no-repeat;
		background-position: right center;
		border: 1px solid #aaaaaa;
}
#content h3 {
		color: #cf2e2e;
		font-size: 19px;
		font-weight: bold;
		line-height: 1.5;
		margin-bottom: 20px;
		width: auto;
		padding-top: 7px;
		padding-bottom: 5px;
		padding-left: 35px;
		border-bottom: 3px double #cf2e2e;
	background: url(images/check1.png) no-repeat left center;
}
#content .contents_inner {
		padding: 0px 10px 10px;
		margin-bottom: 10px;
		clear: both;
}
#content ul, #footer ul {
		margin-left: 0px;
		overflow: hidden;
}
#content ul li {
		margin-bottom: 10px;
		color: #333333;
		text-align: left;
}
#content .banner_a {
		margin-bottom: 30px;
}
#content .banner_a ul {
		max-width: 700px;
		margin: auto;
}
#content .banner_a ul li {
		float: left;
		margin-bottom: 15px;
		width: 49%;
		margin-right: 1%;
		font-size: 14px;
}
#content .banner_a ul li.type_half{
	width: 49%;
	margin-right: 2%;
}
#content .banner_a ul li.type_half:nth-child(2n){
	margin-right: 0%;
}
#content p.page_contact {
		padding: 15px 0px 20px;
}
.post {
		margin: 0 0 20px;
}
.post p {
		padding-right: 10px;
		/*padding-left: 10px;*/
}
.post #date, .post .dateLabel {
		font-size: 12px;
		padding-right: 10px;
		padding-left: 10px;
		margin-bottom: 5px;
		padding-bottom: 0;
}
.post ul {
		margin: 0 0 10px 10px;
}

.post ul li {
		margin-bottom: 5px;
		padding-left: 40px;
		background-image: url(images/arrow071_02.png);
		background-repeat: no-repeat;
		background-position: 15px 4px;
}
.post table {
		border: 1px #ccc solid;
		border-collapse: collapse;
		border-spacing: 0;
		margin: 10px 0 20px;
		font-size: 14px;
}
.post table th {
		padding: 10px;
		border: #ccc solid;
		border-width: 0 0 1px 1px;
		background: #fcfcfc;
}
.post table td {
		padding: 10px;
		border: 1px #ccc solid;
		border-width: 0 0 1px 1px;
}
.post dt {
		font-weight: bold;
}
.post dd {
		padding-bottom: 10px;
}
.post img {
		max-width: 100%;
		height: auto;
}
/* サイドバー */
.side2 section {
		margin-bottom: 1em;
}
.side2 section.widget h3 {
		margin-bottom: 0px;
		margin-top: 0;
		padding: 0px;
		background-color: none;
		border: none;
}
.side2 section.widget h3 span {
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5;
		padding: 12px 10px 12px 20px;
		display: block;
		background-color: #355495;
}
.side2 section.widget ul {
		margin: 0px auto 10px;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
}
.side2 section.widget ul li {
		padding: 0px;
		border-bottom: solid 1px #ccc;
}
.side2 section.widget ul li:last-child {
		border-bottom: none;
}
.side2 section.widget li a {
		font-size: 14px;
		display: block;
		padding: 8px 0 8px 25px;
		border-bottom: none;
		background-image: url(images/list2.png);
		background-repeat: no-repeat;
		background-position: 10px center;
}
.side2 section.widget li a:hover {
		background-color: #efefef;
}
/* フッター*/
#footer {
		clear: both;
		padding: 0px 0 0;
		background-color: #eee;
		color: #333;
		font-size: 14px;
}
#footer .inner {
		overflow: hidden;
		max-width: 1000px;
		margin: 0px auto;
		padding-top: 20px;
		padding-bottom: 20px;
}
#footer .box {
		float: left;
		width: 220px;
}
#footer li {
		list-style: disc inside;
		padding-left: 5px;
		color: #333;
}
#footer li a {
		color: #333;
}
#footer li a:hover {
		text-decoration: underline;
}
#footer address {
		padding: 20px 0;
		text-align: center;
		font-style: normal;
		font-size: 13px;
		clear: both;
		display: block;
		color: #fff;
		background-color: #355495;
}
/* ページナビ */
.pagenav {
		clear: both;
		width: 100%;
		height: 30px;
		margin: 5px 0 20px;
}
.pagenav .prev {
		float: left
}
.pagenav .next {
		float: right;
}
#pageLinks {
		clear: both;
		color: #4f4d4d;
		text-align: center;
}
#page-top {
		display: none;
}
/* メインメニュー　PC用 */
@media only screen and (min-width:1000px) {
		/* ナビメニュー共通 */
		#navibar6 {
				height: 50px;
				width: 100%;
				margin-bottom: 17px;
				background-color: #355495;
		}
		#navibar6 ul {
				height: 50px;
				width: 1000px;
				margin: 0px auto;
				padding: 0px;
		}
		#navibar6 ul li {
				list-style-type: none;
				float: left;
				display: block;
				margin: 0px;
				padding: 0px;
		}
		#navibar6 ul li a {
				display: block;
				overflow: hidden;
				height: 50px;
				text-indent: -9999px;
				background-repeat: no-repeat;
				margin: 0px;
				padding: 0px;
		}
		#navibar6 ul li a {
				background-image: url(images/nav_menu6.gif);
		}
		#navibar6 ul .link1 a {
				width: 150px;
				background-position: 0 0;
		}
		#navibar6 ul .link1 a:hover {
				background-position: 0 -50px;
		}
		#navibar6 ul .link2 a {
				width: 170px;
				background-position: -150px 0;
		}
		#navibar6 ul .link2 a:hover {
				background-position: -150px -50px;
		}
		#navibar6 ul .link3 a {
				width: 170px;
				background-position: -320px 0;
		}
		#navibar6 ul .link3 a:hover {
				background-position: -320px -50px;
		}
		#navibar6 ul .link4 a {
				width: 170px;
				background-position: -490px 0;
		}
		#navibar6 ul .link4 a:hover {
				background-position: -490px -50px;
		}
		#navibar6 ul .link5 a {
				width: 170px;
				background-position: -660px 0;
		}
		#navibar6 ul .link5 a:hover {
				background-position: -660px -50px;
		}
		#navibar6 ul .link6 a {
				width: 170px;
				background-position: -830px 0;
		}
		#navibar6 ul .link6 a:hover {
				background-position: -830px -50px;
		}
		/*サイドのバナー固定*/
		.fixed {
				position: fixed;
				top: 60px;
		}
		/*PCメニュー固定*/
		.fixed2 {
				position: fixed;
				top: 0px;
				z-index: 1000;
				box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px 0px;
				-webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px 0px;
				-moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 3px 0px;
		}
}
@media only screen and (max-width:999px) {
		#navibar6 {
				display: none;
		} /*PCの固定メニュー隠す*/
		figure {
				clear: both;
				line-height: 0;
				text-align: center;
				z-index: 0;
				width: 95%;
				height: auto;
				margin: 0px auto 20px;
		}
		#wrapper, .inner {
				width: 100%;
		}
		.left, .right {
				clear: both;
				text-align: center;
				display: block;
				margin: auto auto 10px;
				float: none;
		}
		#header {
				width: 96%;
				padding: 10px 2%;
		}
		#header img {
				max-width: 100%;
		}
		#header .sp_header {
				width: 100%;
				margin-bottom: 10px;
		}
		#header .sp_header th {
				text-align: center;
				vertical-align: middle;
				width: 80%;
		}
		#header .sp_header td {
				text-align: center;
				vertical-align: middle;
				width: 20%;
		}
		#header .sp_header h1 {
				width: 90%;
				margin: auto;
		}
		#header .sp_header_text {
				text-align: center;
				font-size: 11px;
		}
		#header .sp_header .btn {
				display: block;
				height: 50px;
				position: relative;
				cursor: pointer;
				z-index: 200;
				background-color: transparent;
				background-image: url(images/sp_btn_topmenu2.png);
				background-repeat: no-repeat;
				background-position: center center;
		}
		#header .sp_header .peke {
				display: block;
				height: 50px;
				position: relative;
				cursor: pointer;
				z-index: 200;
				background-position: center center;
				background-color: transparent;
				background-image: url(images/sp_btn_topmenu3.png);
				background-repeat: no-repeat;
		}
		#header .sp_header .drawr {
				display: none;
				background-color: rgba(0, 0, 0, 0.8);
				position: absolute;
				top: 0px;
				right: 0px;
				width: 100%;
				padding: 80px 0px 20px 0px;
				z-index: 100;
				height: auto;
				overflow: hidden;
		}
		#header .sp_header #menu {
				margin: 0;
				padding: 0;
				border-top: 1px dotted #fff;
		}
		#header .sp_header #menu li {
				width: auto;
				list-style: none;
				text-align: center;
				border-bottom: 1px dotted #fff;
		}
		#header .sp_header #menu li a {
				color: #fff;
				display: block;
				padding: 12px;
		}
		#mainimg {
				margin-bottom: 20px;
		}
		#content h2 {
				line-height: 1.4;
				margin-bottom: 20px;
				padding: 11px 10px 12px 15px;
		}
		#content h3 {
				line-height: 1.5;
				padding: 10px 0 5px 30px;
				margin-bottom: 10px;
		}
		#content, #sidebar, #content.content_lp {
				clear: both;
				width: 95%;
				float: none;
				margin: 0 auto;
				padding: 10px 0;
		}
		#content .banner_a ul li {
				margin-bottom: 10px;
				font-size: 12px;
		}
		#footer li {
				margin-bottom: 10px;
		}
		#footer .right {
				text-align: left;
				width: 80%;
				margin: 20px auto 0;
				overflow: hidden;
		}
}
@media only screen and (max-width:770px) {
		#mainimg {
				width: 95%;
				margin: 10px auto 10px;
		}
		#footer .box {
				margin: auto;
		}
		#page-top {
				position: fixed;
				bottom: 0px;
				display: block;
				margin: 0;
				right: 0px;
				width: 100%;
		}
		#page-top .pagetop_text {
				text-align: right;
				margin: 0px;
				padding: 0px 2% 0px 0px;
				width: 98%;
				opacity: 0.7;
				filter: alpha(opacity=70);
		}
		#page-top .pagetop_text a img {
				max-width: 20%;
		}
		#page-top .contact {
				background-color: #FFF;
				padding: 2% 1%;
				height: auto;
				width: auto;
				border-top: 3px solid #000;
		}
		#page-top .contact img {
				width: 48%;
		}
		#page-top .contact .contact_left {
				padding-right: 2%;
		}
		#page-top .contact a {
				text-decoration: none;
		}
		#footer address {
				padding-bottom: 12em;
				padding-top: 10px;
				padding-left: 1em;
				padding-right: 1em;
		}
	
#content .banner_1 ul li {
margin-left: auto;
margin-right: auto;
	width: 49%;
	height: auto;
}
#content .banner_1 .btn_title {
    font-size: 13px;
}
#content .banner_1 .btn_inner img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
	#content .banner_1 a{
	padding: 5px;
	}
}
@media only screen and (max-width:644px) {
		#content .sub_title, #content .pagetitle {
				line-height: 1.4;
				background-image: none;
				padding: 10px !important;
				height: auto;
				text-align: center;
				border: 1px solid #ccc;
		}
		img.alignright, img.alignleft {
				display: block;
				margin: 5px auto;
		}
		.alignright, .alignleft {
				float: none;
		}
		#footer address {
				font-size: 12px;
				padding-bottom: 7em;
		}
}
