@charset "utf-8";
/************************************************************************************************************************************
	全ページ共通パーツ的レイアウトのクラスによる適用
************************************************************************************************************************************/
/* post list
*********************************************************************************/
.common_post_list h2 {
	color: #122a88;
	font-size: 18px;
	font-weight: 700;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	transform: rotate(0.05deg);
	padding: 12px 35px;
	border-top: solid 3px #122a88;
	border-bottom: solid 3px #122a88;
	background-image: url('../img/index/pc/icon-01.png');
	background-size: 26px 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
.common_post_list h2.t2 {
	background-image: url('../img/common/pc/icon-relation.png');
	background-size: 22px 23px;
}
.common_post_list ul {
	margin-bottom: 20px;
}
.common_post_list ul li {
	padding-bottom: 10px;
	margin-top: 10px;
	border-bottom: solid 3px #cccccc;
}
.common_post_list ul li .image {
	display: block;
	width: 200px;
}
.common_post_list ul li .cont {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	position: relative;
	display: block;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	transform: rotate(0.05deg);
	width: calc(100% - 215px);
	padding: 31px 0;
}
.common_post_list ul li .cont .text {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	line-height: 1.4;
	height: 1.4em;
}
.common_post_list ul li .cont .desc {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	line-height: 1.6;
	height: 3.2em;
	margin-top: 5px;
}
.common_post_list ul li .cont .cate {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: 600;
	padding: 1px 16px;
	background-color: #f1b4cd;
}
.common_post_list ul li .cont .date {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #122a88;
	font-size: 16px;
	font-weight: 600;
}

.common_post_list h2 {
    position:relative;
}
.common_post_list h2 .btn-rss {
    position:absolute;
    width:28px;
    height:28px;
    right:10px;
}


@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.common_post_list h2 {
		background-image: url('../img/index/sp/icon-01.png');
	}

	.common_post_list ul li .image {
		display: block;
		width: 42.105263157894736842105263157895%;	/* 160/380*100 */
		max-width: 160px;
	}
	.common_post_list ul li .cont {
		width: 55.263157894736842105263157894737%;	/* 210/380*100 */
		padding: 31px 0;
	}
	.common_post_list ul li .cont .text {
		display: block;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		color: #333;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		height: 2.8em;
	}
	.common_post_list ul li .cont .desc {
		display: none;
	}
}





/*
	pager
*********************************************************************************/
.archive_pager {
	position: relative;
	text-align: center;
	letter-spacing: calc(14px - 0.4em);
}
.archive_pager a.page-numbers:not(.prev):not(.next), 
.archive_pager .page-numbers.current {
	display: inline-block;
	color: #122a88;
	font-size: 15px;
	font-weight: 600;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	transform: rotate(0.05deg);
	text-decoration: none;
	letter-spacing: normal;
}
.archive_pager .page-numbers.current {
	color: #cccccc;
}

.archive_pager a.prev.page-numbers, 
.archive_pager a.next.page-numbers {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	transform: rotate(0.05deg);
	line-height: 1.2;
	letter-spacing: 0;
	max-width: 100%;
	padding: 7px 27px 5px;
	margin: 0 auto;
	background-color: #122a88;
	border-bottom: solid 5px #00135b;
	border-radius: 5px;
}
.archive_pager a.prev.page-numbers {
	margin-right: 8px;
}
.archive_pager a.next.page-numbers {
	margin-left: 8px;
}


@media screen and (max-width: 767px) {
	.archive_pager {
		margin-top: 20px;
		padding-top: 40px;
	}
	.archive_pager a.prev.page-numbers, 
	.archive_pager a.next.page-numbers {
		position: absolute;
		top: 0;
	}
	.archive_pager a.prev.page-numbers {
		left: calc(50% - 120px);
	}
	.archive_pager a.next.page-numbers {
		right: calc(50% - 120px);
	}
}







/* searchform		検索
*********************************************************************************/
.searchform {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
}

.searchform .s {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	font-size: 12px;
	width: calc(100% - 26px);
	height:30px;
	margin:0 -2px 0 0;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: none;
	border-bottom: 1px solid #cccccc;
	background: #FFF;
	padding:0 10px;
	box-shadow: none;
	-webkit-appearance:none;
	border-radius: 4px 0 0 4px;
	letter-spacing: 1px;
}
.searchform .searchsubmit {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	border:none;
	width: 26px;
	height: 30px;
	cursor:pointer;
	display:block;
	float:right;
	text-indent:-300%;
	overflow:hidden;
	background-color: #122a88;
	background: #122a88 url('../img/common/pc/side-search_icon.png') no-repeat center;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-radius: 0 4px 4px 0;
}
.searchform .s::-webkit-input-placeholder, 
.searchform .s:-ms-input-placeholder, 
.searchform .s::-moz-placeholder {
	color: #666666;
	font-size: 12px;
	letter-spacing: 1px;
}


@media screen and (max-width: 767px) {
	.searchform .s {
		width: calc(100% - 45px);
		height:36px;
	}

	.searchform .searchsubmit {
		width: 45px;
		height:36px;
		background-color: #122a88;
		background-image: url('../img/common/sp/side-search_icon.png');
		background-size: 20px auto;
		background-position: center;
		background-repeat: no-repeat;
	}
}







/*
	共通ボタン
*********************************************************************************/
.button {
	text-align: center;
}
.button a {
	display: inline-block;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	font-family: "Rounded Mplus 1c";	/* font-weight: 200/300/400/500/600/700/900; */
	transform: rotate(0.05deg);
	line-height: 1.2;
	max-width: 100%;
	padding: 7px 27px 5px;
	margin: 0 auto;
	background-color: #122a88;
	border-bottom: solid 5px #00135b;
	border-radius: 5px;
}
.button.large a {
	padding: 7px 38px 5px;
}
.button a:link {
	color: #FFF;
}
.button a:visited {
	color: #FFF;
}






/** ol.common_list *****************************************************************/
ol.common_list li {
	margin-bottom: 22px;
}
ol.common_list li .list_title {
	position: relative;
	color: #122a88;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	padding: 4px 34px 2px;
	margin-bottom: 17px;
	background-color: #ffe65e;
}
ol.common_list li .list_title .num {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	line-height: 1;
	width: 25px;
	height: 100%;
	background-color: #ffd200;
}
ol.common_list li .list_title .num span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #122a88;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Dancing Script', cursive;	/* font-weight: 300/700; */
	width: 0.5em;
	height: 1em;
	padding: 0;
	margin: auto;
}


@media screen and (max-width: 767px) {
}






/** ul.common_list *****************************************************************/
ul.common_list li {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	overflow: hidden;
	width: 325px;
	margin: 0 0 20px;
	border: solid 2px #ffe65e;
	border-radius: 7px;
}
ul.common_list li:last-child {
	margin: 0 0 0px;
}

ul.common_list li .inner {
	padding: 10px 16px;
}

ul.common_list li .t1 {
	color: #122a88;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	padding: 9px 18px;
	background-color: #ffe65e;
}
ul.common_list li .t2 {
	color: #122a88;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
}
ul.common_list li .t2 .st {
	font-size: 18px;
}

ul.common_list li.wid_full {
	width: 100%;
}

ul.common_list li.wid_full .t1 {
	text-align: center;
}


@media screen and (max-width: 767px) {
	ul.common_list li {
		width: 100%;
		margin: 0 auto 20px;
	}
}






/** ul.case_list *****************************************************************/
ul.case_list li {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: dotted 3px #d3cfd5;
}
ul.case_list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

ul.case_list li .t1 {
	position: relative;
	color: #122a88;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	padding-left: 70px;
}
ul.case_list li .t1.type2 {
	margin-bottom: 13px;
	padding-left: 73px;
}
ul.case_list li .t1 .cese {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	font-weight: 700;
	font-family: 'Dancing Script', cursive , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	line-height: 1;
	padding: 2px 8px 2px 10px;
	margin-right: 10px;
	background-color: #ffd6e6;
	border-radius: 2px;
}
ul.case_list li .t1.type2 .cese {
	font-size: 14px;
	padding: 6px 3px 2px 4px;
}
ul.case_list li .t1 .cese .num {}

ul.case_list li .t2 {
	color: #f17046;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	padding-top: 3px;
	padding-left: 50px;
	margin: 8px 0 13px;
	background-image: url('../img/common/pc/lower-icon-arrow_01.png');
	background-size: 42px 25px;
	background-position: left 3px top;
	background-repeat: no-repeat;
}


@media screen and (max-width: 767px) {
	ul.common_list li {
		width: 100%;
		margin: 0 auto 20px;
	}
}






.image_float_text {
}
@media print, screen and (min-width: 768px) {
	.image_float_text img {
		float: right;
		margin-left: 20px;
	}
}
@media screen and (max-width: 767px) {
	.image_float_text img {
		display: block;
		margin: 0 auto 10px;
	}
}






/** table.common_table *****************************************************************/
.page_anchor_link li:not(:last-child) {
	margin-bottom: 10px;
}
.page_anchor_link li a {
	color: #122a88;
	font-size: 18px;
	font-weight: 600;
	padding-left: 40px;
	background-image: url('../img/common/pc/lower-icon-anchor_link_arrow.png');
	background-size: 19px 17px;
	background-position: left 10px center;
	background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
	.page_anchor_link li a {
		background-image: url('../img/common/sp/lower-icon-anchor_link_arrow.png');
	}
}






/** Googleマップ埋め込みタグをレスポンシブ対応にする *****************************************************************/
.gmap-wrapper {
	position: relative;
	padding-bottom: 280px;
	height: 0;
	margin: 0 auto;
}
.gmap-wrapper iframe {
	position: absolute;
	left: 0;
	width: 100%;
	height: 280px;
}



@media print, screen and (max-width: 1024px) {
	.gmap-wrapper {
		padding-bottom: 280px;
	}
	.gmap-wrapper iframe {
		height: 280px;
	}
}
@media screen and (max-width: 767px) {
	.gmap-wrapper {
		width: 90%;
		padding-bottom: 380px;
	}
	.gmap-wrapper iframe {
		position: static;
		height: 380px;
	}
}
@media print, screen and (max-width: 330px) {
	.gmap-wrapper {
		padding-bottom: 360px;
		margin: 0 auto;
	}
	.gmap-wrapper iframe {
		height: 360px;
	}
}
@media print, screen and (max-width: 800px) and (orientation:landscape) {
	.gmap-wrapper {
		padding-bottom: 200px;
	}
	.gmap-wrapper iframe {
		height: 200px;
	}
}








/*
	WordPress共通ボタン
*********************************************************************************/
#main .wp-visual-editor p.btn-block {
	margin-top: 0;
}
#main .wp-visual-editor p.btn-block::before {
	content: " ";
	display: block;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}
#main .wp-visual-editor .btn-block a.is-btn-block {
	-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;
	display: block;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	line-height: 1.333333333333333333333333333333;
	width: 100%;
	height: auto;
	padding: 10px 0;
	margin: 0;
	background-color: #122a88;
	border-bottom: solid 5px #00135b;
	border-radius: 6px;
}

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}


/*	緑	*********************************************************************************/
#main .wp-visual-editor .btn-block a.is-btn-block.btn-block-green {
	background-color: #35af43;
	border-bottom: solid 5px #117c1d;
}


/*	オレンジ	*********************************************************************************/
#main .wp-visual-editor .btn-block a.is-btn-block.btn-block-orange {
	background-color: #ef6639;
	border-bottom: solid 5px #d14719;
}








/* ----------------------------------------------------------------------
 ソーシャルボタン
---------------------------------------------------------------------- */
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?evfvw0');
    src:    url('../fonts/icomoon.eot?evfvw0#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?evfvw0') format('truetype'),
        url('../fonts/icomoon.woff?evfvw0') format('woff'),
        url('../fonts/icomoon.svg?evfvw0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
    content: "\e907";
}
.icon-hatebu:before {
    content: "\e908";
}
.icon-line:before {
    content: "\e909";
}
.icon-pocket:before {
    content: "\e90a";
}
.icon-google-plus:before {
    content: "\e900";
}
.icon-google-plus2:before {
    content: "\e901";
}
.icon-facebook:before {
    content: "\e902";
}
.icon-facebook2:before {
    content: "\e903";
}
.icon-twitter:before {
    content: "\e904";
}
.icon-rss:before {
    content: "\e90b";
}
.icon-rss2:before {
    content: "\e906";
}
.icon-pinterest:before {
    content: "\e905";
}

/*--------------------------------
single_share_1（Style1）
---------------------------------*/
#single_share_1 { width:100%; margin:0 0 0; text-align: center;}
#single_share_1 h2 { color:#666666; font-weight:400; }
#single_share_1 ul { margin:0; padding:0; list-style:none; }
#single_share_1 ul li { display:inline-block; padding:0; text-align:center; }
#single_share_1 ul li a { min-width:27px; text-decoration:none; display:inline-block; margin:0 5px 5px 0; font-size:12px; font-weight:400; color: #fff!important; background:#fafafa; border-radius:2px; box-shadow:0 1px 0 rgba(0,0,0,.03); text-shadow:none; text-align:center; line-height:25px; padding:1px 5px 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#single_share_1 ul li a i { position:relative; top:3px; color:#fff; font-size:1.3em; text-shadow:1px 1px 0 rgba(255, 255, 255, .1); }
#single_share_1 ul li a .ttl { margin:0 3px 0 2px; text-align:center; line-height:20px; }
#single_share_1 ul li a .share-count { display:inline; font-size:9px; color:#fff; padding:0; line-height:25px; margin:0; border-radius:0 1px 1px 0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box; }
#single_share_1 ul li > a:hover { -webkit-transform:translate3d(0, 1px, 0); transform:translate3d(0, 1px, 0) }
@media screen and (max-width:480px) {
	#single_share_1 { width:100%; }
	#single_share_1 ul { margin-bottom:15px; }
	#single_share_1 ul li a { margin-right:2px; }
	#single_share_1 ul li a i { left:1px; }
	#single_share_1 ul li>a span { display:none; }
	#single_share_1 ul li a .share-count { margin-left:3px; }
}
/*------------- single_share_1 & share_btm1 button_color -------------*/
/* Twitter */
#single_share_1 ul li.twitter a, #share_btm1 ul li.twitter a { color:#fff; background-color:#55acee; }
#single_share_1 ul li.twitter a:hover, #share_btm1 ul li.twitter a:hover { background-color:#468ec5; }
/* Facebook */
#single_share_1 ul li.facebook a, #share_btm1 ul li.facebook a { background-color:#35629a; }
#single_share_1 ul li.facebook a:hover, #share_btm1 ul li.facebook a:hover { background-color:#1f3669; }
/* Google+ */
#single_share_1 ul li.googleplus a, #share_btm1 ul li.googleplus a { background-color:#dd4b39;}
#single_share_1 ul li.googleplus a:hover, #share_btm1 ul li.googleplus a:hover { background-color:#b94031;}
#single_share_1 ul li.googleplus a i { top:4px; }
/* Hatena */
#single_share_1 ul li.hatebu>a, #share_btm1 ul li.hatebu a { background-color:#3c7dd1;}
#single_share_1 ul li.hatebu>a:hover, #share_btm1 ul li.hatebu a:hover { background-color:#0270ac;}
/* Pocket */
#single_share_1 ul li.pocket a, #share_btm1 ul li.pocket a { background-color:#ee4056; }
#single_share_1 ul li.pocket a:hover, #share_btm1 ul li.pocket a:hover { background-color:#c53648; }
/* rss */
#single_share_1 ul li.rss a, #share_btm1 ul li.rss a { background-color:#ffb53c; }
#single_share_1 ul li.rss a:hover, #share_btm1 ul li.rss a:hover { background-color:#e09900; }
/* Feedly */
#single_share_1 ul li.feedly a, #share_btm1 ul li.feedly a { background-color:#6cc655; }
#single_share_1 ul li.feedly>a:hover, #share_btm1 ul li.feedly>a:hover { background-color:#5ca449; }
/* Pinterest */
#single_share_1 ul li.pinterest a, #share_btm1 ul li.pinterest a { background-color:#d4121c; }
#single_share_1 ul li.pinterest a:hover, #share_btm1 ul li.pinterest a:hover { background-color:#a42f35; }



/* 追加css 181211
*********************************************************************************/
/* 合格者の声画像用 float
*************************/
.voice-img {
	max-width: 240px !important;
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #ccc !important;
}
@media screen and (max-width: 767px) {
.voice-img {
	max-width: 300px !important;
	margin: 0 auto 30px;
	float: none;
}
}