@charset "utf-8";


/**************************************************50
 * layout
 **************************************************/
body{
	background-color: #FFFFFF;
	color: #212121;
	font-size: 16px;
	line-height: 2;
	overflow-x: hidden;
	width: 100%;
}
#page-wrap{
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
.loading{
	z-index: 1100;
}
img{
	height: auto;
	max-width: 100%;
	width: auto;
}
h1,h2,h3,h4,h5,h6,strong,b{
/*
	font-weight: normal;
*/
}
hr{
	background-color: #000000;
}
time{
	font-size: 75%;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
.wrap:after{
	clear: both;
	content: "";
	display: block;
}
.wrap_img{
	margin-left: auto;
	margin-right: auto;
}
.wrap_img img{
	max-width: 100%;
}
.serif_spmch{
	font-family: "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.maru_serif{
	font-family: "M PLUS 1p", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "Noto Sans JP", -apple-system, "Helvetica Neue", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
	-ms-transform: rotate(0.03deg);
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
@media screen and (max-width:359px){
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (min-width:768px) and (max-width:939px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	.wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.wrap{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (min-width:1280px){
	.wrap{
		padding-left: -webkit-calc((100% - 1200px) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2);
		min-width: 1200px;
	}
}


/**************************************************50
 * common
 **************************************************/
/** -- link -- **/
a{
	color: #212121;
}

[class^="link_"],
[class^="btn_"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
}
[class^="link_"]{
	background-color: #FFFFFF;
	border: 1px solid #F48FB1;
	color: #F48FB1;
	letter-spacing: 0.1em;
	line-height: 1.75;
	padding: 0 1em 0 0.1em;
	transition: background-color 0.2s ease-out 0s;
	text-align: center;
}
[class^="btn_"]{
	background-color: #F48FB1;
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.2);
	color: #FFFFFF;
	font-size: 100%;
	letter-spacing: 0.1em;
	padding-left: 0.1em;
	transition: box-shadow 0.2s ease-out 0s;
}
[class^="link_"]:hover,
[class^="btn_"]:hover{
}
[class^="link_"]:hover{
	background-color: #F48FB1;
	color: #FFFFFF;
}
[class^="btn_"]:hover{
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.6), 0px 0px 10px 2px rgba(0,0,0,0.1) inset;
}
[class^="link_"]:before,
[class^="link_"]:after{
	font-family: "Material Design Icons";
}
[class^="link_"]:before{
	left: -0.15em;
}
[class^="link_"]:after{
	right: -0.15em;
}
[class^="link_to"]{
	padding-right: 0.6em;
}
[class^="link_to"]:after{
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.link_to{
}
.link_to:hover{
}
.link_to:after{
	content: "\F035F";
}
.link_to:hover:after{
	color: #FFFFFF;
}
.link_prev{
	padding: 0 0 0 1.1em;
}
.link_back{
	padding: 0 0 0 1.1em;
}
.link_prev:after,
.link_back:after{
	content: "\F035E";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	right: auto;
	right: unset;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before,
[class^="btn_"]:after{
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
[class^="btn_"]:before{
	left: 0;
}
[class^="btn_"]:after{
	right: 0;
}
.btn_more{
	height: 28px !important;
	line-height: 26px !important;
	padding-right: 0.6em;
	width: 6em !important;
}
.btn_more:after{
	content: "\F0415";
	font-size: 125%;
}
.btn_confirm:after{
}
.btn_reset,
.btn_back{
	background-color: #606060;
}
.btn_back:before{
}
.btn_submit{
}
a[href^="mailto:"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
a[href^="mailto:"]:hover{
	opacity: 0.7;
}
a[href^="https://twitter.com/"],
a[href^="https://www.facebook.com/"],
a[href^="https://www.instagram.com/"],
a[href^="https://www.youtube.com/channel/"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: color 0.2s ease-out 0s;
	text-decoration: none;
}
a[href^="https://twitter.com/"]:before,
a[href^="https://www.facebook.com/"]:before,
a[href^="https://www.instagram.com/"]:before,
a[href^="https://www.youtube.com/channel/"]:before{
	font-family: "Material Design Icons";
}
a[href^="https://twitter.com/"]{
}
a[href^="https://twitter.com/"]:hover{
	color: #1DA1F2;
}
a[href^="https://twitter.com/"]:before{
	content: "\F0544";
}
a[href^="https://www.facebook.com/"]{
}
a[href^="https://www.facebook.com/"]:hover{
	color: #3B5998;
}
a[href^="https://www.facebook.com/"]:before{
	content: "\F020C";
}
a[href^="https://www.instagram.com/"]{
}
a[href^="https://www.instagram.com/"]:hover{
	color: #CF2E92;
}
a[href^="https://www.instagram.com/"]:before{
	content: "\F02FE";
}
a[href^="https://www.youtube.com/channel/"]{
}
a[href^="https://www.youtube.com/channel/"]:hover{
	color: #DA1725;
}
a[href^="https://www.youtube.com/channel/"]:before{
	content: "\F05C3";
}
@media screen and (max-width:319px){
	[class^="link_"],
	[class^="btn_"]{
	}
}
@media screen and (max-width:767px){
	[class^="link_"],
	[class^="btn_"]{
		height: 36px;
		line-height: 36px;
		width: 180px;
	}
	[class^="link_"]{
	}
	[class^="link_"]:after{
	}
	[class^="btn_"]{
		font-size: 112.5%;
	}
}
@media screen and (min-width:768px){
	[class^="link_"],
	[class^="btn_"]{
		height: 52px;
		line-height: 52px;
		width: 280px;
	}
	[class^="link_"]{
		font-size: 150%;
	}
	[class^="link_"]:after{
	}
	[class^="btn_"]{
		font-size: 125%;
	}
}

/** -- pager -- **/
.pager{
}
.pager_num{
	text-align: center;
}
.pager_link{
	text-align: center;
}
.pager_link > *{
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	width: 36px;
}
.pager_link > a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border-color: #F48FB1;
	color: #626262;
	position: relative;
	text-decoration: none;
	transition: all 0.2s ease-out 0s;
}
.pager_link > a:hover{
	background-color: #F48FB1;
	border-color: #F48FB1;
	color: #FFFFFF;
}
.pager_link > a.mdi:before{
	color: #626262;
	font-size: 150% !important;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pager_link > a.mdi-chevron-left:before{
	content: "\F035E";
}
.pager_link > a.mdi-chevron-right:before{
	content: "\F035F";
}
.pager_link > a.mdi:hover:before{
	color: #FFFFFF;
}
.pager_link > span{
	background-color: #F48FB1;
	border-color: #F48FB1;
	color: #FFFFFF;
}
.pager_link > strong{
	border: none;
}
.pager_link > * + *{
	margin-left: 20px;
}
.pager_num + .pager_link,
.pager_link + .pager_num{
	margin-top: 10px;
}
.pager_btn{
	text-align: center;
}
.pager_btn a{
	text-decoration: none;
}
.pager_btn .pager_page{
	background-color: #F48FB1;
	color: #FFFFFF;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
	width: 6em;
}
.pager_btn .pager_prev,
.pager_btn .pager_next,
.pager_btn > span{
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	width: 100px;
}
.pager_btn .pager_prev,
.pager_btn .pager_next{
	background-color: #FFFFFF;
	border: 1px solid #F48FB1;
	border-radius: 100px;
	color: #626262;
	height: 32px;
	line-height: 30px;
}
.pager_btn .pager_prev:before,
.pager_btn .pager_next:before{
	color: #626262;
	font-size: 150%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pager_btn .pager_prev:before{
	content: "\F035E";
	left: 0;
}
.pager_btn .pager_next:before{
	content: "\F035F";
	right: 0;
}
.pager_btn .pager_prev:after,
.pager_btn .pager_next:after,
.pager_btn > span:after{
	content: " ";
}
@media screen and (max-width:767px){
	.pager{
		padding-top: 6.25%;
		padding-bottom: 6.25%;
	}
}
@media screen and (min-width:768px){
	.pager{
		padding-top:100px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width:939px){
	.pc_hide .pager_num{
		margin-bottom: 6.25%;
	}
}

.links_prev_next{
	text-align: center;
}
.links_prev_next:after{
	clear: both;
	content: "";
	display: block;
}
.links_prev_next .dummy_prev,
.links_prev_next .dummy_next,
.links_prev_next .link_next,
.links_prev_next .link_prev{
	display: inline-block;
	height: 32px;
	width: 10em;
}
.links_prev_next .link_prev,
.links_prev_next .dummy_prev{
	float: left;
}
.links_prev_next .link_next,
.links_prev_next .dummy_next{
	float: right;
}
.links_prev_next .link_next,
.links_prev_next .link_prev{
/*
	background-color: #FFFFFF;
	border: 1px solid #FF5000;
	color:  #FF5000;
*/
	position: relative;
	text-decoration: none;
	line-height: 30px;
}
.links_prev_next .link_next:after,
.links_prev_next .link_prev:after{
	color: #626262;
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
}
.links_prev_next .link_next:after{
	content: "\F0142";
	font-family: "Material Design Icons";
}
.links_prev_next .link_prev:after{
	content: "\F0141";
	font-family: "Material Design Icons";
}
.links_prev_next .link_upper{
	background-color: #FFFFFF;
	border: 1px solid #FF5000;
	color:  #FF5000;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	text-decoration: none;
}
/*
.links_prev_next .link_next,
.links_prev_next .link_prev,
.links_prev_next .link_upper{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: background-color 0.2s ease-out 0s;
}
.links_prev_next .link_next:hover,
.links_prev_next .link_prev:hover,
.links_prev_next .link_upper:hover{
	background-color: #FF5000;
	color: #FFFFFF;
}
*/
.links_prev_next .link_next:hover:after,
.links_prev_next .link_prev:hover:after,
.links_prev_next .link_upper:hover:after{
	color: #FFFFFF;
}
@media screen and (max-width:767px){
	.links_prev_next{
		padding: 6.25% 3.125%;
	}
	.links_prev_next .link_upper{
		font-size: 87.5%;
		width: 100px;
	}
	.links_prev_next .dummy_next,
	.links_prev_next .dummy_prev,
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		width: -webkit-calc((100% - 140px) / 2);
		width: calc((100% - 140px) / 2);
	}
	.links_prev_next .link_next{
		padding-right: 1em;
	}
	.links_prev_next .link_prev{
		padding-left: 1em;
	}
	.links_prev_next .link_next:after,
	.links_prev_next .link_prev:after{
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
	}
}
@media screen and (min-width:768px){
	.links_prev_next{
		padding: 100px -webkit-calc((100% - 280px - (10em * 2)) / 2);
		padding: 100px calc((100% - 280px - (10em * 2)) / 2);
	}
	.links_prev_next .link_prev:after{
		left: 0.2em;
		right: unset;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_next:after{
		right: 0.2em;
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.links_prev_next .link_upper{
		width: 160px;
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.links_prev_next{
		padding: 100px 20px;
	}
	.links_prev_next .link_upper{
		margin: 0 10px;
	}
}
@media screen and (min-width:940px){
	.links_prev_next .link_next,
	.links_prev_next .link_prev{
		cursor: pointer;
	}
}


.slick-prev,
.slick-next{
	height: 150px;
	line-height: 150px;
	overflow: hidden;
	text-align: center;
	width: 46px;
}
.slick-prev{
	left: -60px;
}
.slick-next{
	right: -60px;
}
.slick-prev:before,
.slick-next:before{
	font-size: 150px;
	font-family: "Material Design Icons";
	color: #5C5C5C;
}
.slick-prev:before{
	content: "\F0141";
	font-family: "Material Design Icons";
	position: relative;
}
.slick-next:before{
	content: "\F0142";
	font-family: "Material Design Icons";
	position: relative;
}
.slick-dots li.slick-active button:before{
	background-color: #FF7857;
	color: #FF7857;
}


/**************************************************50
 * list
 **************************************************/
ul[class^="list_"] > li{
	line-height: 1.7;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
}
ul[class^="list_"] > li *{
	text-indent: 0;
}
.list_circle{
}
.list_circle > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_circle > li:before{
	content: "\F044A";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_dot{
}
.list_dot > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_dot > li:before{
	content: "\F09DE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_star{
}
.list_star > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_star > li:before{
	content: "\F04CE";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_note{
}
.list_note > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_note > li:before{
	content: "※";
	text-indent: 0;
}
.list_note_num{
	counter-reset: numd;
}
.list_note_num > li{
	padding-left: 2em;
	text-indent: -2em !important;
}
.list_note_num > li:before{
	counter-increment: numd;
	content: "※"counter(numd);
	display: inline-block;
	text-align: left;
	text-indent: 0;
	width: 2em;
}
.list_asterisk{
}
.list_asterisk > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_asterisk > li:before{
	content: "\F06C4";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square{
}
.list_square > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square > li:before{
	content: "\F012E";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_square_min{
}
.list_square_min > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_square_min > li:before{
	content: "\F0A13";
	font-family: "Material Design Icons";
	text-indent: 0;
}
.list_period{
	counter-reset: period 0;
}
.list_period > li{
	padding-left: 2em;
	text-indent: -2em;
}
.list_period > li:before{
	counter-increment: period 1;
	content: counter(period) ".";
	display: inline-block;
	margin-right: 0.5em;
	text-indent: 0;
	text-align: right;
	width: 1.5em;
}
.list_numc{
	counter-reset: numc;
}
.list_numc > li{
	padding-left: 2em;
	text-indent: -2em !important;
}
.list_numc > li:before{
	border-style: solid;
	border-width: 1px;
	border-radius: 50%;
	counter-increment: numc;
	content: counter(numc);
	display: inline-block;
	font-size: 75%;
	height: 16px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	text-indent: 0;
	vertical-align: baseline;
	width: 16px;
}
.list_numd{
	counter-reset: numd;
}
.list_numd > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_numd > li:before{
	counter-increment: numd;
	content: counter(numd) ".";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_bracket{
	counter-reset: bracket;
}
.list_bracket > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_bracket > li:before{
	counter-increment: bracket;
	content: counter(bracket) ")";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_brackets{
	counter-reset: brackets;
}
.list_brackets > li{
	padding-left: 1em;
	text-indent: -2.5em !important;
}
.list_brackets > li:before{
	counter-increment: brackets;
	content: "(" counter(brackets) ")";
	display: inline-block;
	padding-right: 0.5em;
	text-align: right;
	text-indent: 0;
	width: 2em;
}
.list_check{
}
.list_check > li{
	padding-left: 1em;
	text-indent: -1em;
}
.list_check > li:before{
	content: "\F0135";
	font-family: "Material Design Icons";
	font-size: 125%;
	line-height: 1;
	position: relative;
	top: 0.1em;
	left: -0.2em;
	text-indent: 0;
}


/**************************************************50
 * header
 **************************************************/
header{
	padding-top: 44px;
	text-align: center;
}
#header_wrap{
	background-color: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(244, 143, 177, 0.3);
	height: 44px;
	position: fixed;
	top: 0;
	text-align: left;
	width: 100%;
	z-index: 999;
}
#header_logo{
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	padding: 0 1em;
	width: 12em;
}
#header_wrap a[href="https://precede-kennsa.com/"]{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #F48FB1;
	color: #FFFFFF;
	display: block;
	float: right;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
	width: 44px;
}
#header_wrap a[href="https://precede-kennsa.com/"]:hover{
	opacity: 0.7;
}
#header_wrap a[href="https://precede-kennsa.com/"]:before{
	content: "\F02DC";
	font-family: "Material Design Icons";
	font-size: 200%;
}
#btn_totop{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #F48FB1;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 0;
	transition: opacity 0.2s ease-out 0s;
	z-index: 999;
}
#btn_totop:before{
	content: "\F013F";
	font-family: "Material Design Icons";
}
#btn_totop:hover{
	opacity: 0.7;
}
@media screen and (max-width:767px){
}
@media screen and (min-width:768px){
}
@media screen and (max-width:1279px){
	header{
	}
	#btn_totop{
		height: 60px;
		line-height: 60px;
		width: 60px;
	}
	#btn_totop:before{
		font-size: 250%;
	}
}
@media screen and (min-width:1280px){
	header{
	}
	#header_wrap{
	}
	#btn_totop{
		height: 80px;
		line-height: 80px;
		width: 80px;
	}
	#btn_totop:before{
		font-size: 350%;
	}
}


/**************************************************50
 * footer
 **************************************************/
footer{
	text-align: center;
}
#copyright{
	color: #333333;
	font-size: 75%;
}
#copyright a{
	color: #333333;
	text-decoration: none;
}
@media screen and (max-width:767px){
	footer{
	}
	#copyright{
		line-height: 1.6;
		padding: 3.125% 3.125%;
	}
}
@media screen and (min-width:768px){
	footer{
	}
	#copyright{
		height: 30px;
		line-height: 30px;
	}
}


/**************************************************50
 * middle
 **************************************************/
#middle_block{
	text-align: left;
}
#middle_block.bg_gray{
}
#to_official{
	text-align: center;
}
#to_official a{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #F48FB1;
	color: #FFFFFF;
	border-radius: 100px;
	line-height: 1;
	display: inline-block;
	margin: 0.25em 0.25em 0;
	padding: 0.25em 0 0.25em 1em;
	position: relative;
	text-decoration: none;
	transition: box-shadow 0.2s ease-out 0s;
	width: 12em;
}
#to_official a:hover{
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.6), 0px 0px 10px 2px rgba(0,0,0,0.1) inset;
}
#to_official a .mdi{
	font-size: 125%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 1em;;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width:767px){
	#to_official{
		margin-bottom: 6.25%;
	}
	#to_official a{
		font-size: 125%;
	}
}
@media screen and (min-width:768px){
	#middle_block{
		min-height: -webkit-calc(100vh - 44px - 30px);
		min-height: calc(100vh - 44px - 30px);
	}
	#to_official{
		margin-bottom: 100px;
	}
	#to_official a{
		font-size: 150%;
	}
}
@media screen and (min-width:768px) and (max-width:1279px){
}
@media screen and (min-width:1280px){
}


/**************************************************50
 * title
 **************************************************/
.title_section{
	border-bottom: 1px solid #E0E0E0;
	color: #4D4D4D;
	padding: 0.25em 0 0.25em 1em;
	position: relative;
	text-align: left;
}
.title_section:before{
	background-color: #F48FB1;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 0.3em;
}
.title_section a{
	color: #4D4D4D;
}
@media screen and (max-width:767px){
	.title_section{
		font-size: 125%;
		margin-bottom: 3.125%;
		margin-left: auto;
		margin-right: auto;
		width: 93.75%;
	}
}
@media screen and (min-width:768px){
	.title_section{
		margin-bottom: 30px;
		font-size: 150%;
	}
}


/**************************************************50
 * breadcrumbs
 **************************************************/
.breadcrumbs{
	font-size: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.breadcrumbs > *{
	color: #000000;
	display: inline-block;
	position: relative;
}
.breadcrumbs a{
	color: #000000;
}
.breadcrumbs > *:not(:first-child){
	margin-left: 2em;
}
.breadcrumbs > *:not(:first-child):before{
	color: #666666;
	content: "\F0142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: -1em;
	-ms-transform: translate(-12%, -50%);
	-webkit-transform: translate(-12%, -50%);
	transform: translate(-12%, -50%);
}
@media screen and (max-width:767px){
	.breadcrumbs{
/*
		margin-top: 6.25%;
		margin-bottom: 6.25%;
*/
		padding-left: 3.125%;
		padding-right: 3.125%;
	}
}
@media screen and (min-width:768px){
	.breadcrumbs{
/*
		margin-top: 100px;
		margin-top: -5px;
		margin-bottom: 100px;
*/
	}
}


/**************************************************50
 * table
 **************************************************/
.tbl_com{
	color: #626262;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.tbl_com tr{
}
.tbl_com tr th{
	color: #626262;
	font-weight: normal;
}
.tbl_com tr td{
	line-height: 1.6;
}
.tbl_com tr:not(:last-child) td{
	border-bottom: 1px solid #C0C0C0;
}
@media screen and (max-width:767px){
	.tbl_com,
	.tbl_com tbody,
	.tbl_com tr,
	.tbl_com tr th,
	.tbl_com tr td{
		display: block;
	}
	.tbl_com{
		margin-bottom: 3.125%;
	}
	.tbl_com tr th{
		padding: 0.5em 0.5em 0;
		margin: 0 auto;
		width: 93.75%;
	}
	.tbl_com tr td{
		padding: 0 0.5em 0.5em;
		margin: 0 auto;
		width: 93.75%;
	}
}
@media screen and (min-width:768px){
	.tbl_com{
		border-collapse: separate;
		border-spacing: 0;
		margin-bottom: 50px;
		width: -webkit-calc(100% - (20px * 2));
		width: calc(100% - (20px * 2));
		max-width: 1140px;
	}
	.tbl_com tr{
	}
	.tbl_com tr th{
		padding: 0.9em 1em;
		width: 12em;
	}
	.tbl_com tr:not(:last-child) th{
		border-bottom: 1px solid #C0C0C0;
	}
	.tbl_com tr td{
		padding: 0.9em 1em 0.9em 0;
	}
}


/**************************************************50
 * jQuery ui
 **************************************************/
/* -- Dialog -- */
.ui-widget-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000 !important;
}
.ui-dialog {
	background-color: #FFFFFF;
	border-radius: 3px;
	padding: 3px;
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 300px;
	max-width: 90%;
	max-height: 90%;
	overflow: hidden;
	z-index: 110000;
}
.ui-dialog-title{
	color:#FFFFFF;
	font-size: 22px;
}
.ui-dialog-titlebar{
	background-color: #1565C0;
	border: 1px solid #0D47A1;
	border-radius: 3px;
	margin-bottom 10px;
	padding: 10px 50px 10px 20px;
	position: relative;
}
.ui-dialog-titlebar-close{
	background-color: #E0E0E0;
	border: 1px solid #BDBDBD;
	cursor: pointer;
	font-weight: bold;
	line-height: 1;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition-duration: 0.3s;
	transition-property: box-shadow;
}
.ui-dialog-titlebar-close:hover{
	box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.5);
}
.ui-dialog-titlebar-close:before{
	content: "\F0156";
	font-family: "Material Design Icons";
}
.ui-dialog-titlebar-close .ui-button-text{
	display: none;
}
.ui-dialog-content{
	border-bottom: 1px solid #2196F3;
	font-size: 18px;
	padding: 10px 20px;
	max-height: 600px !important;
}
.ui-dialog-buttonpane{
	padding: 10px 20px;
	text-align: right;
}
.ui-dialog-buttonpane button{
	background-color: #E0E0E0;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	padding: 5px;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: box-shadow;
}
.ui-dialog-buttonpane button:hover{
	background-color: #D2D2D2;
}
.ui-dialog-buttonpane button:hover,
.ui-dialog-buttonpane button:focus{
	box-shadow: 0 10px 10px -6px rgba(0, 0, 0, 0.5);
}
.ui-dialog-buttonpane button + button{
	margin-left: 20px;
}


