@charset "utf-8";

/* ==================================================
Reset
================================================== */
*,
*:before,
*:after {
	box-sizing: border-box;
}
body {
	margin:0;
	padding:0;
	line-height:1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input,
fieldset,
legend {
	margin:0;
	padding:0;
}
img,
fieldset {
	border:none;
}
li,
dt,
dd {
	line-height:1.4;
}
table {
	font-size:100%;
	line-height:1.6;
	word-break: break-all;
}
form,
input,
select,
textarea {
	font-size:100%;
}
#tmp_main {
	clear:both;
}
#tmp_main,
#tmp_contents {
	width:100%;
	max-width: 1000px;
	margin: 60px auto 0;
}
@media (max-width: 767px) {
	#tmp_main,
	#tmp_contents {
		padding-left: 10px;
		padding-right: 10px;
	}
}
#tmp_hnavi_s,
#tmp_sma_lmenu,
#tmp_sma_rmenu,
#tmp_sma_smenu {
	display:none;
}

body {
	font-family: "-apple-system", "Droid Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "ＭＳ Ｐゴシック", "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: 500;	
	position: relative;
	word-break: break-word;
}

html, body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.6;
	font-size: 110%;
	font-feature-settings: "palt";
}

/* ==================================================
skip
================================================== */
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	color:#003377;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}

/* ==================================================
Required to CMS-8341
================================================== */
input[type="submit"],
input[type="button"],
input[type="text"],
input[type="password"],
input[type="reset"] {
	-webkit-appearance:none; 
	border-radius:0;
}

/* image
============================== */
.float_lft {
	margin-right: 20px !important;
	margin-bottom:10px !important;
	clear:both;
	float:left;
}
.float_rgt {
	margin-bottom:10px !important;
	margin-left:20px !important;
	clear:both;
	float:right;
}
.clear {
	clear:both;
}

/* Styles
================================================== */
/* noicon  */
ul.noicon {
	margin-left:3.6em !important;
	text-indent:-2.6em !important;
	list-style:none !important;
	list-style-image:none !important;
}
ul.noicon ul,
ul.noicon ol,
ul.noicon p,
ul.noicon h1,
ul.noicon h2,
ul.noicon h3,
ul.noicon h4,
ul.noicon h5,
ul.noicon h6,
ul.noicon table,
ul.noicon div {
	text-indent:0 !important;
}
ul ul.noicon,
ol ul.noicon {
	margin-left:1.5em !important;
	text-indent:-1.5em !important;
}

/* underline */
.underline {
	text-decoration:underline;
}
/* strike */
.strike {
	text-decoration:line-through;
}
/* indent */
div.section,
blockquote {
	padding:0 0 0 1em;
}
.space_lft1 {
	padding-left:1em;
}
/* ==================================================
reset
================================================== */

#tmp_wrapper *,
#tmp_wrap_footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tmp_wrapper *:before,
#tmp_wrapper *:after,
#tmp_wrap_footer *:before,
#tmp_wrap_footer *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#tmp_wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==================================================
common
================================================== */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: "";
    display: table;
}

.clearfix:after,
.container:after {
    clear: both;
}

@media screen and (max-width:640px) {
	#tmp_wrapper img{
		height: auto;
		max-width: 100%;
		vertical-align: middle;
		-ms-interpolation-mode: bicubic;
	}
}

.has-indent {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}

/* ==================================================
submit button
================================================== */
.p-submit-area {
	display: block;
	margin: 50px auto 0;
	text-align: center;
}

.p-submit-area .p-submit-area__button {
	border-width: 0px;
	border-style: none;
	border-color: none;
	border-image: none;
	font-size: 1.222rem;
	color: #fff;
	padding: 8px 30px;
	max-width: 373px;
	display: block;
	border-radius: 30px;
	background-color: #0091c5;
	text-align: center;
	letter-spacing: 1.4px;
	color: #fff;
	margin: 20px auto;
	text-align: center;
	text-decoration: none;;
	font-weight: bold;
}

.p-submit-area .p-submit-area__button:focus,
.p-submit-area .p-submit-area__button:hover {
	opacity: 0.7;
}

/* ==================================================
footer
================================================== */
footer.edogawa-main {
	margin-top: 0;
	padding: 40px;
	background-color: #efefef;
}

footer.edogawa-main .edogawa-main__credit {
	display: flex;
}

@media screen and (max-width:767px) {
	footer.edogawa-main .edogawa-main__credit {
		display: block;
	}
}

footer.edogawa-main .edogawa-main__credit dt {
	font-size: 1.111rem;
	margin-bottom: 20px;
	font-family: "-apple-system","Droid Sans","游ゴシック Medium",YuGothic,"游ゴシック","Yu Gothic","メイリオ","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ＭＳ Ｐゴシック","lucida grande",tahoma,verdana,arial,sans-serif;
	transform: rotate(0.001deg);
	-webkit-transform: rotate(0.05deg);
	font-weight: bold;
}

footer.edogawa-main .edogawa-main__credit dd {
	padding-left: 60px;
	padding-top: 0;
}

@media screen and (max-width:767px) {
	footer.edogawa-main .edogawa-main__credit dd {
		padding-left: 0;
		padding-top: 15px;
	}
}

.page-content, .entry-content, .entry-summary {
	margin-top: 0!important;
}

.mt0 {
	margin-top: 0!important;
}

@media all and (min-width: 768px) {
	.short-main-visual__title {
			font-size:1.8rem!important;
			text-align: center;
			font-family: "見出ゴMB1","Midashi Go MB1","-apple-system","Droid Sans","游ゴシック Medium",YuGothic,"游ゴシック","Yu Gothic","メイリオ","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ＭＳ Ｐゴシック","lucida grande",tahoma,verdana,arial,sans-serif;
			transform: rotate(0.001deg);
			-webkit-transform: rotate(0.05deg);
			font-weight: bold
	}

	.short-main-visual {
			margin: 0 auto;
			max-width: 1366px;
			min-height: 161px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #f6f6f6
	}
}
@media (max-width: 767px) {
	.short-main-visual {
			margin: 0 auto;
			max-width: 1366px;
			min-height: 80px;
			display: flex;
			align-items: center;
			justify-content: center;
			background-color: #f6f6f6;
	}
	.short-main-visual__title {
			font-size:1.6rem!important;
			text-align: center;
			font-family: "見出ゴMB1","Midashi Go MB1","-apple-system","Droid Sans","游ゴシック Medium",YuGothic,"游ゴシック","Yu Gothic","メイリオ","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic","ＭＳ Ｐゴシック","lucida grande",tahoma,verdana,arial,sans-serif;
			transform: rotate(0.001deg);
			-webkit-transform: rotate(0.05deg);
			font-weight: bold
	}

}