@charset "utf-8";

/* -------------------------------------------------- */
/* 共通設定 */
/* -------------------------------------------------- */
.sp {
	display: none !important;
}


/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
/*.alignright { display: block; margin: 0 0 10px auto; }*//* 配置位置 左 */
/*.alignleft { display: block; margin: 0 auto 10px 0; }*//* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
.alignright { float: right; padding: 0px 0 10px 10px; } /* 後続のテキスト左回り込み */
.alignleft { float: left; padding: 0px 10px 10px 0; }/* 後続テキスト右回り込み */


/* LINK */
/* -------------------------------------------------- */
a:link ,
a:visited { text-decoration: none; color: #1b93d2; }
a:hover  { text-decoration: none; color: #1b93d2; }
a:active { text-decoration: none; color: #1b93d2; }

a {
	color: #1b93d2;
	transition: all 0.3s ease;
}


/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	height: 100%;
}

body {
	min-width: 1080px;
	height: 100%;
	background: #FFFFFF;
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Meiryo UI","Meiryo","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
}

body .os {
	font-family: 'Oswald', sans-serif;
}
body .noto {
	font-family: 'Noto Sans JP', sans-serif;
}
body .tit {
	font-family: 'Titillium Web', sans-serif;
}

#contents {
	position: relative;
	line-height: 1.6;
}


/*ヘッダー*/
#header {
	width: 100%;
	height: 150px;
	padding: 20px 30px;
	background: #fff;
	position: relative;
}
#header #logo {
	position: absolute;
	top: 25px;
	left: 30px;
}
#header #logo .catch {
	font-size: 1.2rem;
	line-height: 1.0;
	color: #4d4d4d;
	margin-bottom: 15px;
}
#header #logo .image img {
	width: 321px;
	height: auto;
}
#header #member {
	position: absolute;
	top: 30px;
	right: 30px;
	letter-spacing: -.40em;
}
#header #member .name {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #1a1a1a;
	margin-right: 20px;
}
#header #member ul {
	display: inline-block;
	vertical-align: middle;
}
#header #member li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#header #member li:last-child {
	margin-right: 0;
}
#header #member li a {
	font-size: 1.2rem;
	line-height: 1.0;
	color: #1a1a1a;
}
#header #member li i {
	font-size: 1.8rem;
	color: #1b93d2;
	margin-right: 5px;
}
#header #member li a:hover {
	color: #1b93d2;
}
#header #contact {
	position: absolute;
	top: 62px;
	right: 30px;
}
#header #contact dl {
	letter-spacing: -.40em;
}
#header #contact dt {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin-right: 10px;
}
#header #contact dt img {
	width: 180px;
	height: auto;
	padding-right: 6px;
}
#header #contact dt span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.0;
	color: #1a1a1a;
	/* margin-top: 5px; */
}
#header #contact dd {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	font-size: 4.4rem;
	line-height: 1.0;
	color: #1b93d2;
	font-family: 'Oswald', sans-serif;
}

p.lineGuide_head {margin-top: 5px;}
.lineGuide_head img {
	width: 55%;
	position: absolute;
	right: 0;
}
.lineGuide_head:hover {opacity: 0.6;}


/*グローバルナビゲーション*/
#gNavi {
	width: 100%;
	height: 70px;
	background: #1b93d2;
	position: relative;
	z-index: 999;
}
#gNavi .inner {
	width: 1080px;
	height: 70px;
	margin: 0 auto;
}
#gNavi .inner ul {
	letter-spacing: -.40em;
}
#gNavi .inner li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: calc(99.9% / 6);
}
#gNavi .inner li a {
	display: block;
	width: 100%;
	height: 70px;
	line-height: 1.0;
	padding: 16px 0;
	color: #fff;
	text-align: center;
}
#gNavi .inner li a span {
	display: block;
	font-size: 1.0rem;
	padding-top: 8px;
}
#gNavi .inner li a:hover {
	background: rgba(255, 255, 255, 0.2);
}


/*メイン*/
.innerFix {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
#contents {
	width: 1080px;
	padding-bottom: 100px;
	margin: 0 auto;
}
#contents.ul {
	padding-top: 60px;
	padding-bottom: 100px;
}
#contents #mainCont {
	width: 760px;
	float: left;
}
#contents #fullCont {
	width: 960px;
    margin: 0px auto;
}
#contents #sideCont {
	width: 270px;
	float: right;
}
#contents #sideCont .login {
	border-radius: 4px;
	background: #eaeaea;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
}
#contents #sideCont .login li {
	font-size: 1.3rem;
	line-height: 1.0;
}
#contents #sideCont .login li:first-child {
	margin-bottom: 15px;
}
#contents #sideCont .login li:first-child img {
	width: 252px;
	height: auto;
}
#contents #sideCont .login li img {
	width: 240px;
	height: auto;
}
#contents #sideCont .login li:nth-child(2) {
	margin-bottom: 10px;
}
#contents #sideCont .login a:hover {
	opacity: 0.6;
}
#contents #sideCont .menu {
	border: solid 2px #000;
	margin-bottom: 25px;
}
#contents #sideCont .menu li {
	border-bottom: solid 2px #000;
}
#contents #sideCont .menu li:last-child {
	border-bottom: none;
}
#contents #sideCont .menu li a {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.0;
	color: #000;
	padding: 10px 50px;
	position: relative;
}
#contents #sideCont .menu li a em {
	display: block;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}
#contents #sideCont .menu li a span {
	font-size: 1.1rem;
	font-family: 'Titillium Web', sans-serif;
}
#contents #sideCont .menu li a::after {
	display: inline-block;
	font-size: 2.4rem;
	line-height: 1.0;
	font-family: "FontAwesome";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translate(0 , -50%);
}
#contents #sideCont .menu li:nth-child(1) a::after {
	content: "\f015";
}
#contents #sideCont .menu li:nth-child(2) a::after {
	content: "\f073";
}
#contents #sideCont .menu li:nth-child(3) a::after {
	content: "\f013";
}
#contents #sideCont .menu li:nth-child(4) a::after {
	content: "\f0f6";
}
#contents #sideCont .menu li:nth-child(5) a::after {
	content: "\f09d";
}
#contents #sideCont .menu li a:hover {
	color: #fff;
	background: #000;
}

#contents #sideCont .rank {
	margin-bottom: 20px;
}
#contents #sideCont .rank h3 {
	margin-bottom: 10px;
	font-weight:  normal;
}
#contents #sideCont .rank .rankMenu {
	border: solid 2px #000;
	margin-bottom: 10px;
}
#contents #sideCont .rank .rankMenu li {
	width: calc(100% / 3.001);
	float: left;
	font-size: 1.3rem;
	line-height: 30px;
	border-right: solid 2px #000;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
#contents #sideCont .rank .rankMenu li:last-child {
	border-right: none;
}
#contents #sideCont .rank .rankMenu li.active {
	background: #000;
	color: #fff;
}
#contents #sideCont .rank .rankCont ul {
	display: none;
}
#contents #sideCont .rank .rankCont ul.show {
	display: block;
}
#contents #sideCont .rank .rankCont li {
	margin-bottom: 2px;
}
#contents #sideCont .rank .rankCont li a {
	display: block;
	width: 100%;
	height: 92px;
	border: solid 1px #eaeaea;
	position: relative;
}
#contents #sideCont .rank .rankCont li a::after {
	display: inline-block;
	content: ">";
	font-size: 1.2rem;
	line-height: 1.0;
	color: #8fbac4;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0 , -50%);
	transition: all 0.3s ease;
}
#contents #sideCont .rank .rankCont li .image {
	width: 90px;
	height: 90px;
	float: left;
	overflow: hidden;
	position: relative;
}
#contents #sideCont .rank .rankCont li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
#contents #sideCont .rank .rankCont li dl {
	width: calc(100% - 90px);
	float: right;
	padding: 15px 25px 15px 10px;
}
#contents #sideCont .rank .rankCont li dt {
	font-size: 1.2rem;
	line-height: 1.0;
	color: #858585;
	margin-bottom: 5px;
}
#contents #sideCont .rank .rankCont li dd {
	font-size: 1.3rem;
	line-height: 1.4;
	color: #333333;
}
#contents #sideCont .rank .rankCont li a:hover {
	border: solid 1px #666;
	z-index: 10;
}
#contents #sideCont .rank .rankCont li a:hover::after {
	right: 5px;
}
#contents #sideCont .mypage {
	margin-bottom: 20px;
}
#contents #sideCont .mypage a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
	line-height: 40px;
	color: #fff;
	padding: 0 1.0em 0 2.0em;
	background: #1b93d2;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	position: relative;
}
#contents #sideCont .mypage a::before {
	display: inline-block;
	content: "\f0da";
	position: absolute;
	font-family: "FontAwesome";
	top: 50%;
	left: 0;
	transform: translate(1.0em , -50%);
}
#contents #sideCont .mypage a::after {
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
}
#contents #sideCont .mypage a:hover {
	opacity: 0.6;
}


/*フッター*/
footer {
}
footer .sitemap {
	padding: 30px 0;
	background: #f3f3f3;
}
footer .sitemap .leftBox {
	width: 490px;
	padding: 0 35px;
	float: left;
}
footer .sitemap .leftBox dt {
	font-size: 1.4rem;
	line-height: 1.0;
	margin-bottom: 5px;
}
footer .sitemap .leftBox .address {
	position: relative;
	margin-bottom: 10px;
}
footer .sitemap .leftBox .address img {
	width: 207px;
	height: auto;
}
footer .sitemap .leftBox .address span {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.0;
	position: absolute;
	bottom: 3px;
	left: 50px;
}
footer .sitemap .leftBox .tel {
	font-size: 1.2rem;
	line-height: 1.0;
}
footer .sitemap .leftBox .tel em {
	display: block;
	font-size: 4.4rem;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 5px;
}
footer .sitemap .rightBox {
	width: 590px;
	padding: 20px 0 0;
	float: right;
}
footer .sitemap .rightBox .box {
	width: calc(100% / 3.001);
	float: left;
}
footer .sitemap .rightBox .box li {
	margin-bottom: 5px;
}
footer .sitemap .rightBox .box li a {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.3;
	color: #000;
	padding-left: 1.0em;
	position: relative;
}
footer .sitemap .rightBox .box li a::after {
	display: inline-block;
	content: "\f0da";
	font-size: 1.3rem;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
	transition: all 0.3s ease;
}
footer .sitemap .rightBox .box li a:hover {
	color: #1b93d2;
}
footer .sitemap .rightBox .box li a:hover::after {
	left: 0.2em;
}
footer .copy {
	padding: 30px 0;
	background: #1b93d2;
	color: #fff;
	text-align: center;
}
footer .copy dl {
	line-height: 1.0;
	margin-bottom: 10px;
}
footer .copy dt {
	font-size: 1.2rem;
	margin-bottom: 10px;
}
footer .copy dd img {
	width: 291px;
	height: auto;
}
footer .copy ul {
	letter-spacing: -.40em;
	margin-bottom: 30px;
}
footer .copy li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.0;
	color: #000;
	padding-right: 1.0em;
	margin-right: 1.0em;
	position: relative;
}
footer .copy li::after {
	display: inline-block;
	content: "|";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0 , -50%)
}
footer .copy li:last-child {
	padding-right: 0;
	margin-right: 0;
}
footer .copy li:last-child::after {
	display: none;
}
footer .copy li a {
	color: #000;
}
footer .copy li a:hover {
	color: #fff;
}
footer .copy small {
	font-size: 1.2rem;
}
dd.lineGuide_foot {margin-top: 5px;}
.lineGuide_foot img {width: 65%;}
.lineGuide_foot:hover {opacity: 0.6;}

/* -------------------------------------------------- */
/* 共通パーツ */
/* -------------------------------------------------- */
/* タイトル */
/* -------------------------------------------------- */
.commonTtl01 {
	width: 100%;
	/* height: 50px; */
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	line-height: 1.0;
	text-align: center;
	padding: 10px;
	background: url(../../img/common/bg_ttl01.png);
	background-size: 4px 4px;
	margin-bottom: 40px;
}
.commonTtl01 em {
	display: block;
	margin-bottom: 0.2em;
}


.commonTtl01 span {
	font-size: 1.2rem;
	font-family: 'Titillium Web', sans-serif;
}
.commonTtl02 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #1b93d2;
	line-height: 1.0;
	padding-left: 1.8em;
	position: relative;
	margin-bottom: 10px;
}
.commonTtl02::after {
	display: inline-block;
	font-size: 2.4rem;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
}
.commonTtl03 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #1b93d2;
	line-height: 1.1;
	margin-bottom: 30px;
}
.commonTtl04 {
	width: 100%;
	height: 50px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: url(../../img/common/bg_ttl01.png);
	background-size: 4px 4px;
	margin-bottom: 40px;
}
.commonTtl05 {
	width: 100%;
	line-height: 2.0;
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
	border-bottom: solid 4px #f3f3f3;
	margin-bottom: 30px;
	position: relative;
}
.commonTtl05::after {
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background: url(../../img/common/bg_ttl01.png);
	background-size: 4px 4px;
	position: absolute;
	left: 0;
	bottom: -4px;
}
.commonTtl06 {
	width: 100%;
	line-height: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #1b93d2;
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}
.commonTtl06::before,
.commonTtl06::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0 , -50%)
}
.commonTtl06::before {
	width: 20px;
	height: 20px;
	background: url(../../img/common/bg_ttl01.png);
	background-size: 4px 4px;
	z-index: 10;
}
.commonTtl06::after {
	width: 10px;
	height: 10px;
	background: #fff;
	left: 5px;
	z-index: 20;
}
.commonTtl07 {
	width: 100%;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	padding-left: 15px;
	margin-bottom: 30px;
	position: relative;
}
.commonTtl07::after {
	display: block;
	content: "";
	width: 4px;
	height: 100%;
	background: url(../../img/common/bg_ttl01.png);
	background-size: 4px 4px;
	position: absolute;
	top: 0;
	left: 0;
}
.commonTtl08 {
	width: 100%;
	font-size: 2.5rem;
	color: #000;
	line-height: 0.8;
	padding: 0px 0px 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #1b93d3;
	font-family: "Noto Sans JP",sans-serif;
}
.commonTtl08 em {
	display: block;
	margin-bottom: 0.2em;
}
.commonTtl08 span {
	font-size: 1.2rem;
	font-family: 'Titillium Web', sans-serif;
}

/* ボタン */
/* -------------------------------------------------- */
.commonBtn01 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 2.3rem;
	color: #fff;
	background: #1b93d2;
	border: none;
	border-radius: 2px;
	text-align: center;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}
.commonBtn01 i {
	display: inline-block;
	margin-right: 0.2em;
}
.commonBtn01:hover {
	opacity: 0.6;
}


/* フォーム */
/* -------------------------------------------------- */
select {
	/* width: 100%; */
	height: 40px;
	font-size: 1.4rem;
	color: #666666;
	padding: 10px 30px 10px 10px;
	border: solid 1px #dedede;
	border-radius: 2px;
	background: #fff;
	appearance: none;
	/* -webkit-appearance: none; */
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
.select {
	position: relative;
}
select::after {
	display: inline-block;
	content: "\f107";
	font-size: 1.6rem;
	color: #000;
	font-family: "FontAwesome";
	line-height: 1.0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0 , -50%);
}
input[type=text] {
	/* width: 100%; */
	height: 40px;
	font-size: 1.4rem;
	color: #666666;
	padding: 10px;
	border: solid 1px #dedede;
	border-radius: 2px;
	background: #fff;
}
input[type=password] {
	/* width: 100%; */
	height: 40px;
	font-size: 1.4rem;
	color: #666666;
	padding: 10px;
	border: solid 1px #dedede;
	border-radius: 2px;
	background: #fff;
}
input[type=radio] {
	display: none;
}
input[type=radio] + label {
	font-size: 1.6rem;
	color: #666;
	padding-left: 25px;
	position:relative;
	margin-right: 25px;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dedede;
	border-radius: 50%;
	background: #fff;
}
input[type=radio]:checked + label {
	color: #1b93d2;
}
input[type=radio]:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 4px;
	width: 12px;
	height: 12px;
	background: #1b93d2;
	border-radius: 50%;
}

input[type=checkbox] {
	display: none;
}
.checkbox {
	font-size: 1.4rem;
	color: #666;
	padding-left: 25px;
	position:relative;
	margin-right: 25px;
}
.checkbox::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #dedede;
	border-radius: 4px;
    background: #fff;
}
input[type=checkbox]:checked + .checkbox {
	color: #1b93d2;
}
input[type=checkbox]:checked + .checkbox::before {
	background: #1b93d2;
	border: 1px solid #1b93d2;
}
input[type=checkbox]:checked + .checkbox::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 6px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}
textarea {
	width: 100%;
	font-size: 1.4rem;
	color: #666666;
	padding: 10px;
	border: solid 1px #dedede;
	border-radius: 2px;
	background: #fff;
	font-family: "Meiryo UI","Meiryo","メイリオ", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.addNum input {
	width: 50%;
	padding-left: 50px;
}
.addNum {
	display: block;
	position: relative;
}
.addNum::before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: #444f55;
	border-radius: 2px 0 0 2px;
}
.addNum::after {
	display: inline-block;
	content: "〒";
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
}
.telNum input {
	width: 50%;
	padding-left: 50px;
}
.telNum {
	display: block;
	position: relative;
}
.telNum::before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: #444f55;
	border-radius: 2px 0 0 2px;
}
.telNum::after {
	display: inline-block;
	font-family: "FontAwesome";
	content: "\f095";
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
}

/* リスト */
/* -------------------------------------------------- */
.listSet01 {
	border: solid 4px #1b93d2;
	padding: 16px;
}
.listSet01 ul {
	font-size: 1.4rem;
	line-height: 1.5;
}
.listSet01 li {
	padding-left: 1.0em;
	margin-bottom: 0.5em;
	position: relative;
}
.listSet01 li:last-child {
	margin-bottom: 0;
}
.listSet01 li::after {
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	color: #1b93d2;
	position: absolute;
	top: 0em;
	left: 0;
}

.listSet02 {
	font-size: 1.3rem;
	line-height: 1.5;
	letter-spacing: -.40em;
}
.listSet02 li {
	letter-spacing: normal;
	display: inline-block;
	width: calc(100% / 3.001);
	padding-left: 1.0em;
	margin-bottom: 0.5em;
	position: relative;
}
.listSet02 li::after {
	content: "\f0da";
	display: inline-block;
	font-family: "FontAwesome";
	position: absolute;
	top: 0em;
	left: 0;
}
.listSet02 li a {
	color: #000;
}
.listSet02 li a:hover {
	color: #1b93d2;
	text-decoration: underline;
}


/* テーブル */
/* -------------------------------------------------- */
.table01 table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
}
.table01 tr:first-child {
	border-top: solid 1px #ccc;
}
.table01 tr {
	border-bottom: solid 1px #ccc;
}
.table01 th {
	white-space: nowrap;
	padding: 20px;
	font-weight: bold;
	text-align: left;
	background: #eee;
	vertical-align: top;
}
.table01 th .must {
	display: inline-block;
	padding: 0.2em 0.4em;
	background: #bf0000;
	color: #fff;
	font-size: 1.2rem;
	margin-left: 0.5em;
}
.table01 td {
	padding: 20px;
	position: relative;
}
.table01 td::after {
	display: block;
	content: "";
	width: 1px;
	height: calc(100% - 40px);
	background: #ccc;
	position: absolute;
	top: 50%;
	left: -1px;
	transform: translate(0 , -50%);
}


/* Page Top */
/* -------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pagetop a {
	display: block;
	width: 80px;
	height: 75px;
	line-height: 75px;
	font-size: 1.4rem;
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	text-align: center;
	background: url(../../img/common/bg_pagetop.png) no-repeat 50% 50%;
	background-size: 80px 75px;
}
#pagetop a:hover {
	opacity: 0.6;
}


/* -------------------------------------------------- */
/* 下層共通設定 */
/* -------------------------------------------------- */
/* 下層レイアウト */
/* -------------------------------------------------- */
#contents.ul .leftBox {
	width: 50%;
	float: left;
	padding-right: 15px;
}
#contents.ul .rightBox {
	width: 50%;
	float: right;
	padding-left: 15px;
}


/* パンクズ */
/* -------------------------------------------------- */
#pankuz {
	width: 100%;
	font-size: 1.2rem;
	line-height: 30px;
	border-bottom: solid 1px #dedede;
}
#pankuz ul {
	width: 1080px;
	margin: 0 auto;
	letter-spacing: -.40em;
}
#pankuz li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	position: relative;
}
#pankuz li:last-child {
	margin-right: 0;
}
#pankuz li a {
	display: block;
	padding-right: 12px;
	color: #1b93d2;
	position: relative;
}
#pankuz li a:hover {
	text-decoration: underline;
}
#pankuz li a::after {
	display: block;
	content: ">";
	position: absolute;
	right: 0;
	top: -0.1em;
	color: #000;
}
#pankuz li a.home {
	padding-left: 15px;
}
#pankuz li a.home::before {
	display: block;
	content: "\f015";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	color: #1b93d2;
}



/* 共通パーツ */
/* -------------------------------------------------- */
p.notice {
    color: #b01;
    font-size: 13px;
}
table span.info {
    font-size: 12px;
    display: block;
}
table.tableS1 {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: separate;
	border-spacing: 0px 5px;
}

table.tableS1 th,
table.tableS1 td {
	padding: 10px;
}

table.tableS1 th {
	background: #295890;
	vertical-align: middle;
	text-align: left;
	width: 30%;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
}

table.tableS1 th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #295890;
	border-width: 8px;
	margin-top: -8px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.tableS1 th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.tableS1 td {
	background: #f8f8f8;
	width: 70%;
	padding-left: 20px;
}


table.tableS2 {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: separate;
	border-spacing: 0px 5px;
}

table.tableS2 th,
table.tableS2 td {
	padding: 10px;
}

table.tableS2 th {
	background: #295890;
	vertical-align: middle;
	text-align: left;
	width: 30%;
	overflow: visible;
	position: relative;
	color: #fff;
	font-weight: normal;
}

table.tableS2 th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;


	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #295890;
	border-width: 8px;
	margin-top: -8px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.tableS2 th::after {
		float: right;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.tableS2 td {
	background: #f8f8f8;
	width: 70%;
	padding-left: 20px;
}


table.tableS3 {
	width: 100%;
	margin: 0 auto 20px;
	border-collapse: separate;
	border-spacing: 0px 2px;
}

table.tableS3 thead th{
	background: #8bc6d6 !important;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	position: relative;
	color: #ffffff;
	font-weight: normal;
	padding: 10px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	font-size:18px;
}
table.tableS3 th,
table.tableS3 td {
	padding: 10px;
}
table.tableS3 tr:nth-child(odd) th,
table.tableS3 tr:nth-child(odd) td {
	background: #f4f4f4
}
table.tableS3 tr:nth-child(even) th,
table.tableS3 tr:nth-child(even) td {
	background: #fbfbfb
}
table.tableS3 th {
	vertical-align: middle;
	text-align: right;
	width: 20%;
	overflow: visible;
	position: relative;
	color: #000000;
	font-weight: normal;
	border-right:1px solid rgba(0,0,0,0.05);
	box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.8);
}
table.tableS3 th::after {
	box-shadow:0px 0px 0px 1px rgba(255, 255, 255, 0.6);
}
table.tableS3 td {
	background: #f8f8f8;
	width: 80%;
	padding-left: 20px;
}
.line {
    position:  relative;
}

.line span {
    vertical-align:  middle;
    padding-right:10px;
    line-height:40px;
}
.line span:last-of-type {
    vertical-align:  middle;
    padding-right:10px;
    padding-left:20px;
    line-height:40px;
}
.line input[type=text] {
    box-shadow: none !important;
}
.line label {
    float: left;
    margin-right: 10px;
}
.line input[type=radio] {
    display: inline-block;
    vertical-align:middle;
    margin-top: -3px;
    width: 16px;
    height:  16px;
}
.line input[type=checkbox] {
    display: inline-block;
    vertical-align:middle;
    margin-top: 0px;
    width: 16px;
    height:  16px;
}
.line select {
	height: 40px;
	color: #666666;
	padding: 10px 0px 10px 10px;
	border: solid 1px #dedede;
	border-radius: 2px;
	background: #fff;
}
select::-ms-expand {
	display: none;
}
.w1 {width:100px !important;}
.w2 {/* width:150px !important; */}
.w3 {width:200px !important;}
.w4 {width:250px !important;}
.w5 {width:100% !important;}

p.lead {
	margin-bottom: 30px;
}

.appeal {
    font-size: 13px;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}