@charset "utf-8";



/* 基準となるフォントサイズ
-----------------------*/
html {
	font-size: 95%;
	line-height: 2em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
html {
	font-size: 100%;
	line-height: 2.3em;
}
}



/* delet style
-----------------------*/
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
.pconly {
	display: none;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.sponly {
	display: none;
}
}



/* body style
-----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	overflow-x: hidden;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}



/* formatting styles
-----------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

a img {
	border-style: none;
}

ul li img {
	width: 100%;
	vertical-align: top;
}

dl img {
	vertical-align: top;
}

.clearfix{
	zoom:1;/*for IE 5.5-7*/
	position:relative;/*for preview*/
}

.clearfix:after{/*for modern browser*/
	content: url(../images/spacer.gif);/*for Netscape*/
	display: block;
	clear: both;
	height: 0;
}

* html .clearfix{
	display:inline-table;
	/**/display:block;/**/
}



/* link styles
-----------------------*/
a:link {
	color: #000000;
	text-decoration: underline;
	transition: all .2s;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
	color: rgba(0,0,0,0.4);

}

a:active {
	color: #000000;
	text-decoration: none;
	color: rgba(0,0,0,0.4);
}



/* text styles
-----------------------*/
p.text_red {
	color: #ff005a;
}

p.text_small {
	font-size: 0.8em;
	line-height: 1em;
}

.pdf a {
	font-size: 1em;
	line-height: 1em;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 35%;/*この場合は幅が自動設定*/
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
.pdf a{
	padding-top: 22px;
	padding-bottom: 22px;
	padding-left: 30px;
}
}

p.center {
	text-align: center;
}

p.left {
	text-align: left;
}

p.right {
	text-align: right;
}

strong {
	font-weight: bold;
}



/* ul ol styles
-----------------------*/
ul.dot {
	padding-left: 18px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

ol.number {
	padding-left: 20px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

ul.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

ul.line li {
	font-size: 1em;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	list-style-type: none;
	padding-top: 13px;
	padding-bottom: 13px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.line li {
	padding-top: 18px;
	padding-bottom: 18px;
}
}

ul.link {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

ul.link li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	list-style-type: none;
}

ul.link li a {
	font-size: 1em;
	line-height: 1.5em;
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.link li a {
	padding-top: 18px;
	padding-bottom: 18px;
}
}

ul.pdf {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}

ul.pdf li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

ul.pdf li a {
	font-size: 1em;
	line-height: 1.5em;
	background-image: url(../images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 40%;/*この場合は幅が自動設定*/
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 28px;
}
/* 横幅600px以上の場合 */
@media screen and (min-width:600px) {
ul.pdf li a {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 33px;
}
}



/* paragraph style
-----------------------*/
.paragraph_large {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_large {
	margin-bottom: 100px;
}
}

.paragraph_medium {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_medium {
	margin-bottom: 60px;
}
}

.paragraph_small {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_small {
	margin-bottom: 30px;
}
}

.paragraph_mini {
	margin-bottom: 5px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_mini {
	margin-bottom: 10px;
}
}

.paragraph_xs {
	margin-bottom: 10px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_xs {
	margin-bottom: 20px;
}
}

.paragraph_large p, .paragraph_medium p, .paragraph_small p, .paragraph_xs p {
	margin-bottom: 1.5em;
}



/* webpagetitle
-----------------------*/
#webpagetitle {
	margin-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#webpagetitle {
	margin-bottom: 60px;
}
}

#webpagetitle h1.basic {
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	background-color: #008cd7;
	padding: 20px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#webpagetitle h1.basic {
	font-size: 1.6em;
	letter-spacing: 2px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}
}



/* h style
-----------------------*/
h2.basic {
	font-family: Noto Sans JP;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.basic {
	font-size: 1.4em;
	margin-bottom: 40px;
	padding-left: 25px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-left-width: 6px;
}
}

h3.basic {
	font-family: Noto Sans JP;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
	display: inline-block;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h3.basic {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 30px;
	padding-left: 35px;
}
}

h3.basic:before{
	background-color: #000;
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15px;
	height: 1px;
	left:0;
	margin-top: -1px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h3.basic:before{
	width: 20px;
}
}

h4.basic {
	font-family: Noto Sans JP;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: normal;
	margin-bottom: 10px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h4.basic {
	font-size: 1.2em;
	margin-bottom: 10px;
}
}

h2.box {
	font-family: Noto Sans JP;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 53px;
	text-align: center;
	height: 55px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border: 1px solid #ccc;
	box-shadow: 5px 5px #f2f2f2;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.box {
	font-size: 1.3em;
	line-height: 68px;
	height: 70px;
	width: 70%;
	margin-bottom: 60px;
	box-shadow: 8px 8px #f2f2f2;
}
}



/* background
-----------------------*/
#background {
	overflow: hidden;
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50px 50px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#background {
	background-size: 100px 100px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#background {
	background-size: 150px 150px;
}
}



/* contents
-----------------------*/
#contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#contents {
	width: 1000px;
}
}



/* breadcrumb styles
-----------------------*/
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
#breadcrumb{
	line-height: 1em;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
/* 横幅600pxから1000pxの場合 */
@media print, screen and (min-width:600px) and ( max-width:1000px) {
#breadcrumb{
	margin-bottom: 50px;
}
}

#breadcrumb ul{
	display:table;
}

#breadcrumb li{
	display: table-cell;
	white-space: nowrap;
	font-size: 0.75em;
	padding-top: 8px;
	padding-bottom: 8px;
}

#breadcrumb a{
	position: relative;
	background-color: #f2f2f2;
	padding-left: 20px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#breadcrumb li:first-child a{
	padding-left: 10px;
}

#breadcrumb a::after, #breadcrumb a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.7em;
	border-top: 1.7em solid transparent;
	border-bottom: 1.7em solid transparent;
	border-left: 1em solid;
	right: -1em;
	padding-left: 1px;
}

#breadcrumb a::after{
	z-index: 2;
	border-left-color: #f2f2f2;
}

#breadcrumb a::before{
	border-left-color: #ffffff;
	right: -1.1em;
	z-index: 1;
}

#breadcrumb li.last {
	padding-left: 20px;
	padding-right: 10px;
}

#breadcrumb div {
	display: none;
}
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#breadcrumb {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}

#breadcrumb ul li {
	font-size: 0.8em;
	line-height: 1em;
	/* liを横並び＆ブレットを消す */
	display: inline;
	list-style-type: none;
}

#breadcrumb ul li:before {
	/* liの前に記号追加 */
	content: " > ";
}

#breadcrumb ul li:first-child:before {
	/* 最初のliだけcontentを消す */
	content:"";
}
}



/* table styles
-----------------------*/
/*** table ***/
table {
	font-size: 0.9em;
	line-height: 1.8em;
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #cccccc;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
table {
	font-size: 1em;
}
}
/* 横幅00px以上の場合 */
@media print, screen and (min-width:1000px) {
table {
	border: none;
}
}

table th, table td {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 17px;
	padding-bottom: 17px;
	border: 1px solid #cccccc;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table th, table td {
	display: block;

}
}
/* 横幅600px以下の場合 */
@media print, screen and (max-width:600px) {
table th, table td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 13px;

}
}

table th {
	font-weight: bold;
	text-align: center;
	background-color: #f8f8f8;
	width: 25%;
}
/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table th {
	width: auto;
	border-top: none;
	border-bottom: none;
}
}

/* 横幅1000px以下の場合 */
@media print, screen and (max-width:1000px) {
table td + td {
 	border-top: 0;
 	border-bottom: 1px solid #cccccc;
}
}



/*** tablescroll ***/
.tablescroll {
	overflow: auto;	/*tableをスクロールさせる*/
	white-space: nowrap;	/*tableのセル内にある文字の折り返しを禁止*/
	-webkit-text-size-adjust: 100%;	/*iphoneのフォントサイズ強制変更を禁止*/
}
.tablescroll::-webkit-scrollbar {
	height: 7px;	/*tableにスクロールバーを追加*/
}
.tablescroll::-webkit-scrollbar-track {
	background: #F1F1F1;	/*tableにスクロールバーを追加*/
}
.tablescroll::-webkit-scrollbar-thumb {
	background: #b3b3b3;	/*tableにスクロールバーを追加*/
}

.tablescroll table th, .tablescroll table td {
	display: table-cell;
	border: 1px solid #cccccc;
}



/* table rule styles
-----------------------*/
table td.center {
	text-align: center;
}

table td.right {
	text-align: right;
}

table th.small, table td.small {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.small, table td.small {
	width: 25%;
}
}

table th.medium, table td.medium {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.medium, table td.medium {
	width: 30%;
}
}

table th.large, table td.large {
	width: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
table th.large, table td.large {
	width: 37.5%;
}
}



/* form object styles
-----------------------*/
input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="tel"], input[type="number"] {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	-webkit-appearance: none;
	font-size: 1em;
	line-height: 2.8em;
	height: 2.8em;
	border: 1px solid #cccccc;
	border-radius: 3px;
	padding-right: 7px;
	padding-left: 7px;
	background-color: #fffff5;
	-webkit- box-sizing: border-box;
	box-sizing: border-box; 
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="number"] {
	line-height: 45px;
	height: 45px;
	padding-right: 10px;
	padding-left: 10px;
}
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
	background-color: #FFF;
	border: 1px solid #dc003c;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance:textfield;
}

input.small {
	width: 40%;
}

input.medium {
	width: 60%;
}

input.large {
	width: 100%;
}

/* IE矢印装飾削除 */
select::-ms-expand {
	display: none;
}

select {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	font-size: 1em;
	line-height: 2.8em;
	background-color: #fffff5;
	background-image: url(../images/icon_pulldown.png);
	background-repeat: no-repeat;
	background-size: auto 15%;
	background-position: right 15px center;
	overflow: hidden;
	width: 100%;
	height: 2.8em;
	padding-left: 15px;
	padding-right: 30px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	overflow-x: hidden;
	-webkit-appearance: none;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
select {
	background-position: right 10px center;
	width: auto;
	line-height: 45px;
	height: 45px;
	margin-right: 10px;
}
}

select:focus {
	background-color: #FFF;
	border: 1px solid #dc003c;
}

textarea {
	font-family: helvetica, arial, "Yu Gothic", "游ゴシック", 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, "メイリオ", sans-serif;
	-webkit-appearance: none;
	font-size: 1em;
	width: 100%;
	height: 80px;
	border: 1px solid #cccccc;
	color: #000000;
	background-color: #fffff5;
	border-radius: 3px;
	padding: 7px;
	display:block;/*テキストエリアの下余白対策*/
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
textarea {
	height: 200px;
	padding: 10px;
}
}

textarea:focus {
	background-color: #FFF;
	border: 1px solid #dc003c;
}

.form_submit {
	margin-top: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submit {
	margin-top: 40px;
}
}

.form_submit .first {
	width: 100%;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submit .first {
	float: left;
	width: 47.5%;
	margin: 0;
}
}

.form_submit .second {
	width: 100%;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.form_submit .second {
	float: right;
	width: 47.5%;
}
}

input.submit[disabled], input.submit[disabled]:hover, input.submit[disabled]:active {
	background: #ccc;
	cursor: default;
}

input.button {
	-webkit-appearance: none;
	font-family: Noto Sans JP;
	font-size: 0.9em;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	width: 100%;
	height: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.25s ;/*フェード設定*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input.button {
	font-size: 1em;
	line-height: 65px;
	height: 65px;
	border-radius: 5px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
input.button {
	line-height: 75px;
	height: 75px;
}
}

input.red {
	background-color: #dc003c;
}

input.red:hover, input.red:active {
	background-color: #00a0f0;
}

input.green {
	background-color: #0fa082;
}

input.green:hover, input.green:active {
	background-color: #ffb400;
}

input.gray {
	background-color: #808080;
}

input.gray:hover, input.gray:active {
	background-color: #b3b3b3;
}

input[type="number"] {
  -moz-appearance:textfield;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.radio_onoff input {
	display: none;
}

.radio_onoff label{
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	line-height: 1em;
	background: #b3b3b3;
	display: block;
	cursor: pointer;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: .2s;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_onoff label{
	font-size: 1em;
	width: 70px;
	padding-top: 13px;
	padding-bottom: 13px;
}
}

.radio_onoff label:first-of-type{
	border-radius: 3px 0 0 3px;
}

.radio_onoff label:last-of-type{
	border-radius: 0 3px 3px 0;
}

.radio_onoff input[type="radio"]:checked + .switch-on, .radio_onoff input[type="radio"]:checked + .switch-off {
	background-color: #dc0032;
	color: #fff;
}

.radio_nomal .radio-input{
	display: none;
}
.radio_nomal .radio-input + label{
	padding-left: 25px;
	padding-top: 3px;
	position:relative;
	cursor: pointer;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_nomal .radio-input + label{
	padding-left: 30px;
	padding-top: 3px;
}
}

.radio_nomal .radio-input + label::before{
	background-color: #fffff5;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #bfbfbf;
	border-radius: 50%;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_nomal .radio-input + label::before{
	width: 20px;
	height: 20px;
}
}

.radio_nomal .radio-input:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 50%;
}

/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.radio_nomal .radio-input:checked + label::after{
	top: 5px;
	left: 5px;
	width: 12px;
	height: 12px;
}
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	display: block;
	position: relative;
	padding-left: 28px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 1em;
	line-height: 1.5em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input[type="checkbox"] + label {
	padding-left: 30px;
}
}

input[type="checkbox"] + label:last-child {
	margin-bottom: 0;
}

input[type="checkbox"] + label:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border: 1px solid #bfbfbf;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .12s, border-color .08s;
	transition: all .12s, border-color .08s;
	background-color: #fffff5;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
input[type="checkbox"] + label:before {
	width: 20px;
	height: 20px;
}
}

input[type="checkbox"]:checked + label:before {
	width: 10px;
	top: -5px;
	left: 5px;
	border-radius: 0;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #FFF;
}



/* header styles
-----------------------*/
/*ヘッダー*/
@media only screen {
header {
	background-color: #008cd7;
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
}
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
header {
	height: 80px;
}
}



/*グローバルナビ*/
header ul#gnavi {
	background-color: #FFF;
	width: 100%;
	max-width : 1300px;
	margin-right: auto;
	margin-left: auto;
}

header ul#gnavi li {
	float: left;
	width: 25%;
	list-style-type: none;
}

header ul#gnavi li a {
	font-family: Noto Sans JP;
	font-size: 0.7em;
	line-height: 85px;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top 25%;
	background-size: auto 30%;
	display: block;
	height: 60px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box; 
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
header ul#gnavi li a {
	font-size: 0.9em;
	line-height: 110px;
	height: 80px;
}
}

header ul#gnavi li.first a {
	background-color: #37a5e1;
	background-image: url(../images/icon_01.png);
}

header ul#gnavi li.second a {
	background-color: #2882cd;
	background-image: url(../images/icon_02.png);
}

header ul#gnavi li.third a {
	background-color: #286ea0;
	background-image: url(../images/icon_03.png);
}

header ul#gnavi li .menu {
	font-family: Noto Sans JP;
	font-size: 0.7em;
	line-height: 85px;
	text-align: center;
	text-decoration: none;
	background-color: #dc0032;
	background-image: url(../images/icon_04_off.png);
	background-repeat: no-repeat;
	background-position: center top 25%;
	background-size: auto 30%;
	display: block;
	height: 60px;
	cursor: pointer;
	transition: 0.2s ;/*フェード設定*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
header ul#gnavi li .menu {
	font-size: 0.9em;
	line-height: 110px;
	height: 80px;
}
}

header ul#gnavi li .menu p.off {
	color: #FFF;
}

header ul#gnavi li .menu p.on {
	display: none;
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
header ul#gnavi a:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
header ul#gnavi li .menu:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
}

header ul#gnavi li.fourth {
	z-index: 10000;
	cursor: pointer;  
	position: absolute;
	top: 0px;
	right: 0px;
}

.js_humburgerOpen header ul#gnavi li.fourth > .menu {
	background-color: transparent;
	background-image: url(../images/icon_04_on.png);
	background-repeat: no-repeat;
	background-position: center top 25%;
	background-size: auto 30%;
}

.js_humburgerOpen header ul#gnavi li.fourth > .menu p.off {
	display: none;
}

.js_humburgerOpen header ul#gnavi li.fourth > .menu p.on {
	display: inline;
	color: #00376e;
}



/*ハンバーガーナビ*/
.hamnavi {
	display: none;
}
.hamnavi.js_appear {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	z-index: 9999;
}

.hamnavi_screen {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.hamnavi_screen .box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.hamnavi_screen .box {
	padding-top: 80px;
	padding-bottom: 80px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.hamnavi_screen .box {
	max-width : 1300px;
	margin-right: auto;
	margin-left: auto;
}
}

.hamnavi_screen .box nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00376e;
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.hamnavi_screen .box nav {
	margin-right: -4.7619%;
	margin-bottom: -50px;
	border: none;

}
}

.hamnavi_screen .box nav ul li {
	list-style-type: none;
}

.hamnavi_screen .box nav ul.navi_first {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00376e;
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.hamnavi_screen .box nav ul.navi_first {
	float: left;
	width: 28.5714%;
	margin-right: 4.7619%;
	margin-bottom: 50px;
}
}

.hamnavi_screen .box nav ul.navi_first li {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: bold;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.hamnavi_screen .box nav ul.navi_first li {
	font-size: 1.1em;
}
}

.hamnavi_screen .box nav ul.navi_first li p.accordion {
	display: block;
	background-image: url(../images/accordion_off.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 8px auto;
	cursor: pointer;
	padding-right: 28px;
	padding-top: 13px;
	padding-bottom: 13px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.hamnavi_screen .box nav ul.navi_first li p.accordion {
	background-position: right 15px center;
	background-size: 12px auto;
	padding-right: 42px;
	padding-top: 16px;
	padding-bottom: 16px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.hamnavi_screen .box nav ul.navi_first li p.accordion {
	background-image: none;
	padding-right: 0;
}
}

.hamnavi_screen .box nav ul.navi_second {
	padding-bottom: 15px;
	display: none;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.hamnavi_screen .box nav ul.navi_second {
	padding-bottom: 18px;
}
}
/* 横幅1000px以上の場合 */
@media only screen and (min-width:1000px) {
.hamnavi_screen .box nav ul.navi_second {
	padding-bottom: 0;
	display: block;
}
}

.hamnavi_screen .box nav ul.navi_second li {
	font-size: 0.9em;
	line-height: 1.5em;
	font-weight: normal;
}

.hamnavi_screen .box nav ul.navi_second li a {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
.hamnavi_screen .box nav ul.navi_second li a {
	padding-top: 12px;
	padding-bottom: 12px;
}
}

.hamnavi_screen .box nav, .hamnavi_screen .box nav a {
	color: #00376e;
	text-decoration: none;
	display: block;
}

.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}



/* logotype style
-----------------------*/
#logotype {
	width: 90%;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#logotype {
	height: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#logotype {
	min-width :1000px;
	max-width : 1300px;
}
}

.headerlogin {
	padding-top: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.headerlogin {
	padding-top: 80px;
}
}

#logotype p#logo a {
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/logo_main.png);
	background-size: 100% 100%;
	display: block;
	width: 95px;
	height: 30px;
	position: absolute;
	left: 0px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
#logotype p#logo a {
	width: 125px;
	height: 40px;
}
}

#logotype p#logo a:hover, #logotype p#logo a:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#logotype p#branch {
	font-family: Noto Sans JP;
	line-height: 30px;
	height: 30px;
	color: #00376e;
	position: absolute;
	right: 0px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
#logotype p#branch {
	font-size: 1.1em;
	line-height: 40px;
	height: 40px;
}
}

#logotype dl {
	color: #00376e;
	line-height: 1em;
	text-align: right;
	position: absolute;
	right: 0px;
	top: calc(50% + 14px);
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
#logotype dl {
	top: calc(50% + 20px);
}
}

#logotype dl dt {
	font-family: Noto Sans JP;
	font-size: 0.8em;
	margin-bottom: 5px;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
#logotype dl dt {
	font-size: 1.1em;
	margin-bottom: 10px;
}
}

#logotype dl dd {
	font-size: 0.75em;
}
/* 横幅600px以上の場合 */
@media only screen and (min-width:600px) {
#logotype dl dd {
	font-size: 1em;
}
}



/* episode style
-----------------------*/
#episode {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#episode {
	margin-bottom: 100px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#episode {
	width: 1000px;
}
}

#episode ul {
	margin-right: -5.6603%;
	margin-bottom: -30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#episode ul {
	margin-bottom: -45px;
}
}
/* 横幅750px以上の場合 */
@media print, screen and (min-width:750px) {
#episode ul {
	margin-right: -4.7619%;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#episode ul {
	margin-right: -6.1032%;
	margin-bottom: -60px;
}
}

#episode ul li {
	background-color: #ffebf0;
	float: left;
	list-style-type: none;
	margin-right: 5.6603%;
	width: 44.3396%;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 25px 0 25px 0 ;
	position: relative;
	transition: all .2s;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#episode ul li {
	margin-bottom: 45px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	padding-bottom: 45px;
	border-radius: 40px 0 40px 0 ;
}
}
/* 横幅750px以上の場合 */
@media print, screen and (min-width:750px) {
#episode ul li {
	width: 28.5714%;
	margin-right: 4.7619%;
	border-radius: 50px 0 50px 0 ;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#episode ul li {
	width: 27.23%;
	margin-right: 6.1032%;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 55px;
	padding-bottom: 55px;
	border-radius: 60px 0 60px 0 ;
}
}

/* 奇数行の着色 */
#episode ul li:nth-child(2n+1) {
	background: #e6faff;
}

#episode ul li:hover, #episode ul li:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* 要素全体のリンク設定 */
#episode ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#episode ul li .inner p {
	text-align: center;
}

#episode ul li .inner p.jp {
	font-family: "Noto Sans JP";
	font-size: 0.95em;
	line-height: 1.3em;
	margin-bottom: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#episode ul li .inner p.jp {
	font-size: 1.1em;
	margin-bottom: 5px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#episode ul li .inner p.jp {
	font-size: 1.3em;
	letter-spacing: 1px;
	padding-left: 1px;
}
}

#episode ul li .inner p.en {
	font-family: Karla;
	font-size: 0.8em;
	line-height: 1.3em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#episode ul li .inner p.en {
	font-size: 0.9em;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#episode ul li .inner p.en {
	font-size: 1em;
}
}



/* spr style
-----------------------*/
#spr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spr {
	margin-bottom: 100px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#spr {
	min-width :1000px;
	max-width : 1300px;
}
}

#spr .first {
	background-image: url(../images/spr_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 150px;
	margin-bottom: 40px;
	position: relative;
	transition: all .2s;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spr .first {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#spr .first {
	float: left;
	width: 50%;
	min-height :400px;
	max-height :500px;
	margin: 0;
}
}

#spr .first:before {
	content: "";
	display: block;
	padding-top: 40%;/*親要素の幅(100%)に合わせて高さを指定*/
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#spr .first:before {
	padding-top: 70%;/*親要素の幅(100%)に合わせて高さを指定*/
}
}

#spr .first a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#spr .first:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#spr .second {
	float: right;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
}

#spr .second .inner h2 {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spr .second .inner h2 {
	font-size: 1.5em;
	margin-bottom: 40px;
}
}

#spr .second .inner p.text {
	font-size: 0.85em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#spr .second .inner p.text {
	font-size: 1em;
	line-height: 2.2em;
	margin-bottom: 40px;
}
}

#spr .second .inner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#spr .second .inner {
	width: 70%;
	min-width :400px;
	margin: 0;
}
}



/* tpr style
-----------------------*/
#tpr {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#tpr {
	margin-bottom: 100px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#tpr {
	min-width :1000px;
	max-width : 1300px;
}
}

#tpr .first {
	background-image: url(../images/tpr_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 150px;
	margin-bottom: 40px;
	position: relative;
	transition: all .2s;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#tpr .first {
	margin-bottom: 60px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#tpr .first {
	float: right;
	width: 50%;
	min-height :400px;
	max-height :500px;
	margin: 0;
}
}

#tpr .first:before {
	content: "";
	display: block;
	padding-top: 40%;/*親要素の幅(100%)に合わせて高さを指定*/
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#tpr .first:before {
	padding-top: 70%;/*親要素の幅(100%)に合わせて高さを指定*/
}
}

#tpr .first a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#tpr .first:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#tpr .second {
	float: left;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
}

#tpr .second .inner {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
#tpr .second .inner {
	width: 70%;
	min-width :400px;
	margin: 0;
}
}

#tpr .second .inner h2 {
	font-family: "Noto Sans JP";
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#tpr .second .inner h2 {
	font-size: 1.5em;
	margin-bottom: 40px;
}
}

#tpr .second .inner p.text {
	font-size: 0.85em;
	line-height: 2em;
	text-align: center;
	margin-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
#tpr .second .inner p.text {
	font-size: 1em;
	line-height: 2.2em;
	margin-bottom: 40px;
}
}



/* button_more style
-----------------------*/
p.button_more a {
	font-family: Karla, "Noto Sans JP";
	font-size: 0.85em;
	letter-spacing: 1px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #00376e;
	display: block;
	height: 45px;
	width: 50%;
	min-width :200px;
	padding-left: 1px;
	border-radius: 3px;
	margin-right: auto;
	margin-left: auto;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
p.button_more a {
	font-size: 1em;
	line-height: 60px;
	height: 60px;
	width: 290px;
	border-radius: 5px;

}
}

p.button_more a:hover, p.button_more a:active {
	background-color: #008cd7;
}



/* footer style
-----------------------*/
footer {
	background-color: #008cd7;
	padding-top: 30px;
	padding-bottom: 30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer {
	padding-top: 40px;
	padding-bottom: 40px;
}
}

footer #inner {
	width: 90%;
	height: 130px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
footer #inner {
	min-width : 1000px;
	max-width : 1300px;
	height: 170px;
}
}

footer a:hover, footer a:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

footer ul#fnavi li {
	font-family: "Noto Sans JP";
	font-size: 0.7em;
	line-height: 1em;
	float: left;
	margin-right: 15px;
	list-style-type: none;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer ul#fnavi li {
	font-size: 1em;
	margin-right: 30px;
}
}

footer ul#fnavi li a {
	color: #FFF;

}

footer address {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

footer address p {
	color: #FFF;
}

footer address p#name {
	font-family: "Noto Sans JP";
	font-size: 0.9em;
	line-height: 1em;
	margin-bottom: 10px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer address p#name {
	font-size: 1em;
	margin-bottom: 15px;
}
}

footer address p#copyright {
	font-family: Karla;
	font-size: 0.75em;
	line-height: 1em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer address p#copyright {
	font-size: 0.9em;
}
}

footer p#pagetop {
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	width: 25px;
	height: 51px;
	position: absolute;
	top: 0px;
	right: 0px;
	transition: 0.25s ;/*フェード設定*/
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
footer p#pagetop {
	width: 36px;
	height: 73px;
}
}

footer p#pagetop:hover, p#pagetop:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}



/* login style
-----------------------*/
h2.login {
	font-family: "Noto Sans JP";
	font-size: 1em;
	font-weight: normal;
	line-height: 55px;
	color: #fff;
	text-align: center;
	height: 55px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.login {
	font-size: 1.1em;
	line-height: 70px;
	height: 70px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
h2.login {
	line-height: 80px;
	height: 80px;
}
}

h2.logt_first {
	background-color: #008cd7;
}

h2.logt_second {
	background-color: #999999;
}

.paragraph_login {
	margin-bottom: 60px;
	border-radius: 3px;
	padding: 20px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_login {
	margin-bottom: 100px;
	border-radius: 5px;
	padding: 40px;
}
}

.logb_first {
	background-color: #e6faff;
}

.logb_second {
	background-color: #f7f7f7;
}

.paragraph_login table {
	width: 100%;
	max-width : 500px;
	margin-right: auto;
	margin-left: auto;
	border: none;
}

.paragraph_login table th, .paragraph_login table td {
	font-weight: normal;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}

/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_login table th {
	padding-right: 20px;
}
}



/* episode style
-----------------------*/
.paragraph_episode {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_episode {
	margin-bottom: 100px;
}
}

.paragraph_episode ul {
	margin-right: -5.6603%;
	margin-bottom: -30px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_episode ul {
	margin-bottom: -45px;
}
}
/* 横幅750px以上の場合 */
@media print, screen and (min-width:750px) {
.paragraph_episode ul {
	margin-right: -4.7619%;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_episode ul {
	margin-right: -6.1032%;
	margin-bottom: -60px;
}
}

.paragraph_episode ul li {
	background-color: #ffebf0;
	float: left;
	list-style-type: none;
	margin-right: 5.6603%;
	width: 44.3396%;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 25px 0 25px 0 ;
	position: relative;
	transition: all .2s;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_episode ul li {
	margin-bottom: 45px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 45px;
	padding-bottom: 45px;
	border-radius: 40px 0 40px 0 ;
}
}
/* 横幅750px以上の場合 */
@media print, screen and (min-width:750px) {
.paragraph_episode ul li {
	width: 28.5714%;
	margin-right: 4.7619%;
	border-radius: 50px 0 50px 0 ;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_episode ul li {
	width: 27.23%;
	margin-right: 6.1032%;
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 55px;
	padding-bottom: 55px;
	border-radius: 60px 0 60px 0 ;
}
}

/* 奇数行の着色 */
.paragraph_episode ul li:nth-child(2n+1) {
	background: #e6faff;
}

.paragraph_episode ul li:hover, .paragraph_episode ul li:active {
	filter:alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

/* 要素全体のリンク設定 */
.paragraph_episode ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.paragraph_episode ul li .inner p {
	text-align: center;
}

.paragraph_episode ul li .inner p.jp {
	font-family: "Noto Sans JP";
	font-size: 0.95em;
	line-height: 1.3em;
	margin-bottom: 3px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_episode ul li .inner p.jp {
	font-size: 1.1em;
	margin-bottom: 5px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_episode ul li .inner p.jp {
	font-size: 1.3em;
	letter-spacing: 1px;
	padding-left: 1px;
}
}

.paragraph_episode ul li .inner p.en {
	font-family: Karla;
	font-size: 0.8em;
	line-height: 1.3em;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_episode ul li .inner p.en {
	font-size: 0.9em;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
.paragraph_episode ul li .inner p.en {
	font-size: 1em;
}
}



/* search style
-----------------------*/
h2.searchtitle {
	font-family: "Noto Sans JP";
	font-size: 1em;
	font-weight: normal;
	line-height: 55px;
	color: #fff;
	text-align: center;
	background-color: #000;
	height: 55px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h2.searchtitle {
	font-size: 1.1em;
	line-height: 70px;
	height: 70px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
h2.searchtitle {
	line-height: 80px;
	height: 80px;
}
}

.paragraph_search {
	background-color: #f2f2f2;
	margin-bottom: 60px;
	border-radius: 3px;
	padding: 20px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_search {
	margin-bottom: 100px;
	border-radius: 5px;
	padding: 40px;
}
}

.paragraph_search .pulldown .first {
	width: 100%;
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_search .pulldown .first {
	float: left;
	width: 47.5%;
	margin: 0;
}
}

.paragraph_search .pulldown .second {
	width: 100%;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_search .pulldown .second {
	float: right;
	width: 47.5%;
}
}

.paragraph_search select {
	width: 100%;
}

ul.searchlist {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}

ul.searchlist li {
	font-size: 1em;
	line-height: 1.5em;
	text-align: center;
	float: left;
	width: 100%;
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.searchlist li {
	width: 50%;
}
}
/* 横幅1000px以上の場合 */
@media print, screen and (min-width:1000px) {
ul.searchlist li {
	width: 33.3333%;
}
}

ul.searchlist li2 + li {
  border-left: 0;
  border-right: 1px solid #CCC;
  border-top: 0;
  border-bottom: 1px solid #CCC;
}

ul.searchlist li a {
	display: block;
	padding: 14px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
ul.searchlist li a {
	padding: 18px;
}
}

h1.searchname {
	font-family: "Noto Sans JP";
	font-size: 2em;
	line-height: 1.5em;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 1px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
h1.searchname {
	font-size: 2.5em;
	letter-spacing: 2px;
	padding-left: 2px;
}
}



/* member styles
-----------------------*/
.paragraph_member {
	margin-bottom: 60px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_member {
	margin-bottom: 100px;
}
}

.paragraph_member h2 {
	font-family: Noto Sans JP;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_member h2 {
	font-size: 1.3em;
	border-top-width: 4px;
}
}

.paragraph_member h2:hover, .paragraph_member h2:active {
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.paragraph_member h2.close span {
	background-image: url(../images/icon_member_01.png);
	background-repeat: no-repeat;
	background-size: auto 15%;
	background-position: right 10px center;
	cursor: pointer;
	display: block;
	padding-left: 10px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit- box-sizing: border-box;
	box-sizing: border-box;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_member h2.close span {
	background-position: right 15px center;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
}
}

.paragraph_member h2.open span {
	background-image: url(../images/icon_member_02.png);
}

.paragraph_member .inner {
	display: none;
	padding-top: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_member .inner {
	padding-top: 30px;
}
}

.paragraph_member .inner table {
	margin-bottom: 20px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_member .inner table {
	margin-bottom: 40px;
}
}

.paragraph_member .inner table a {
	color: #008cd7;
}


.paragraph_member .inner .tablescroll {
	margin-bottom: 40px;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_member .inner .tablescroll {
	margin-bottom: 60px;
}
}

.paragraph_member .inner .tablescroll table {
	margin-bottom: 0;
}
/* 横幅600px以上の場合 */
@media print, screen and (min-width:600px) {
.paragraph_member .inner .tablescroll table {
	margin-bottom: 0;
}
}

.paragraph_member .inner .tablescroll table a {
	color: #008cd7;
}



