@charset "UTF-8";
/* CSS Document */

#top {
	width: 950px;
	margin: 25px auto;
	padding: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	line-height: 0;
	background-color: #fff;
}
#top-contents {
	width: 640px;
	float: right;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
#top-contents h2 {
	width: 100%;
	margin: 0 0 30px 0;
}
.tx1 {
	width: 90%;
	margin: 0 auto;
}
#top-contents h3 {
	width: 100%;
	margin: 0 0 30px 0;
}


#infor {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #ddd;
}

#infor h3 {
	position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 5px 0;
    color: #197BBC;
    border-bottom: #197BBC 2px solid;
	font-weight: bold;
    font-size: 22px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#infor h3:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: -0px;
    left: 5px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}
#infor h3:after {
    content: '';
    height: 8px;
    width: 6px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: 16px;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-75deg);
}
#info_box {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	width: 100%;
}
#info_box dl {
	margin: 15px auto 5px;
	padding: 0 0 0 0;
	font-size: 13px;
	width: 90%;
	overflow: hidden;
	line-height:1.5em;
}
#info_box dt {
	width: 6em;
	padding: 2px 0 0 20px;
	margin:0;
	background: url(../../img/point4.png) no-repeat 0 4px;
}
#info_box dd {
	margin:0 0 5px 1em;
	padding: 2px 0 0 0;
	text-align: left;
	line-height: 1.6em;
}

#topmenu {
	width: 100%;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 30px auto;
}
.topPr {
	width: 33.334%;
	padding: 0 15px;
	box-sizing: border-box;
}
.topPr p {
	font-size: 14px;
	line-height: 1.6em;
}
.topPr h3 {
	position: relative;
    margin: 0 0 10px 0 !important;
    padding: 0 0 5px 30px;
    color: #197BBC;
	font-weight: bold;
    font-size: 22px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.topPr h3:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: -0px;
    left: 5px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}
.topPr h3:after {
    content: '';
    height: 8px;
    width: 6px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: 16px;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-75deg);
}
.kochira {
	width: 104px;
}


.box {
	width: 100%;
	overflow: hidden;
}
.left {
	float: left;
	width: 300px;
}
.right {
	float: right;
	width: 300px;
}

#contents {
	width: 640px;
	float: right;
	box-sizing: border-box;
}
#contents h2 {
	border-top: 2px solid #1d2b83 !important;
    color: #1D2B83;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px #CCC;
	border: 1px solid #ccc;
	font-size: 26px;
	font-weight: bold;
    padding: 15px 0 15px 15px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#fff));
	margin: 0 0 30px 0;
}
#contents h3 {
    position: relative;
    margin-top: 5px;
    padding-left: 30px;
    font-weight: bold;
    clear: both;
    font-size: 20px;
    margin: 30px 0px 25px;
    padding: 2px 0px 0px 25px;
    color: #333;
}
#contents h3:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: -0px;
    left: 5px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}
#contents h3:after {
    content: '';
    height: 8px;
    width: 6px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: 16px;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-75deg);
}
#contents p {
	font-size: 16px;
	line-height: 1.8em;
	padding: 0 0 20px 0;
	margin: 0;
}

.tx99 {
	    color: #1d2b83;
    clear: both;
    font-size: 20px;
	font-weight: bold;
    margin: 30px 0px 10px;
    padding: 0px 0px 2px;
    border-bottom: 1px dotted #ccc;
}
.saiteki {
	width: 96%;
	margin: 0 auto 50px;
}
.saiteki ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.saiteki ul li {
	width: 15%;
	margin: 0;
	padding: 0;
}

#footmail {
	width: 100%;
	margin: 40px 0;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
	box-sizing: border-box;
}

#mainFootContact {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
overflow: hidden;
	background-color: #ddd;
}
.FootTxt-left {
	width: 230px;
	float: left;
}
.FootTxt-right {
	width: 350px;
	float: right;
}
.tt1 {
	font-size: 14px !important;
	line-height: 1em !important;
	padding: 0 !important;
	margin: 0 !important;
}
.tt2 {
	font-size: 20px !important;
	line-height: 1.4em !important;
	font-weight: bold !important;
	color: #1d2b83 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.tt3 {
	font-size: 12px !important;
	line-height: 1em !important;
	padding: 0 !important;
	margin: 0 !important;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin: 0 0 40px 0;
}

.bb50 {
	margin: 0 0 50px 0;
}
#contents h4 {
position: relative;
    left: 15px;
    top: 5px;
	color: #1d2b83;
	padding-bottom: 3px;
    margin-bottom: 10px;
	font-weight: bold;
	font-size: 20px;
}

#contents h4:before {
    content: "";
    position: absolute;
    margin-left: -15px;
    margin-top: -5px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 0;
    border-color: #97C6F7 transparent transparent transparent;
}
.grey {
	width: 100%;
	padding: 20px;
	background: url(../img/dd_back.gif);
    padding: 20px !important;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

p span {
	color: #b20000;
}

.tx2 {
	border-bottom:solid 1px #CCC; 
	border-left:solid 8px #007CB3; 
	padding:5px 0 5px 20px !important; 
	margin: 0 0 30px 0 !important;
}

.tab01 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.tab01 th {
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
	background-color: #eee;
}
.tab01 td {
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
}


.tab02 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.tab02 th {
	width: 35%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
	background-color: #eee;
}
.tab02 td {
	width: 65%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
}

dl#qa {
	width: 100%;
	margin: 25px 0;
	font-size: 16px;
	line-height: 1.8em;
}
dl#qa dt {
    height: 32px;
    background: url(../img/question_icon.gif) no-repeat left center;
    padding-left: 42px;
    padding-top: 12px;
	padding-bottom: 3px;
    margin-bottom: 10px;
	color: #1d2b83;
}
dl#qa dd {
    margin: 0px 0px 30px;
    padding: 0px;
}

.left2 {
	float: left;
	width: 440px;
}
.right2 {
	float: right;
	width: 200px;
}
.pricelink {
	width: 250px;
	margin: 20px 0;
}


.tab03 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.tab03 th {
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
	background-color: #eee;
}
.tab03 td {
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
}


.table04 { border-top: 1px solid #ccc; margin: 10px -1px 24px 0; text-align: left; width: 100%;border-collapse: collapse; border-spacing: 0;font-size:85.7%; line-height:141.7%; }
.table04 thead th	{ font-weight:bold; }
.table04 th,
.table04 thead th { padding: 9px 24px; background-color:#f5f5f5; white-space:nowrap; }
.contable04tent tfoot th,
.table04 tfoot td	{font-weight:bold;}
.table04 th,
.table04 td { border: 1px solid #ccc; padding: 10px 15px; vertical-align:top; }
.table04.mobile-block th,
.ctable04.mobile-block td { border-top:none;display: block; }
.table04 ul	{ margin-bottom:0px;margin-left:15px;}
.table04 ul li	{ margin:2px 0px; }
.table04.mobile-block th,
.table04.mobile-block td { border-top:none; display: block; }

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form select, form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 5px;
    outline: 0;
    margin: 5px 5px 5px 0;
    -webkit-appearance: none;
    font-size: 100%;
}

#confirm-button input, .content form input.wpcf7-submit, p.form-submit input[type=submit] {
    font-size: 124%;
    line-height: 160%;
    display: block;
    margin: 0 auto;
    padding: 12px 20px 10px;
    width: 30%;
    border-radius: 4px;
    text-align: center;
    border: none;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
}



#contact_box {
	width:100%;
	margin:15px auto 0;
	padding:0 0 20px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #eee;
}

#contact_box dl {
	width: 100%;
	padding: 15px 15px 0 15px;
	margin: 20px auto 0;
	font-size: 14px;
	overflow: hidden;
}
#contact_box dt {
	clear: left;
	float: left;
	/*width: 10em;*/
	width: 20%;
	padding: 5px 10px;
	color: #000;
	font-weight: normal;
	margin: 0 15px 10px 0;
	text-align: right;
}
#contact_box dd {
	/*width: 25em;
  margin-left: 12em;*/
	width: 65%;
	margin-left: 5%;
	margin: 0;
	float: left;
	padding: 5px 10px;
	line-height: 1.8em;
	margin: 0 15px 10px 0;
	font-size: 14px;
	line-height: 1.7em;
}
.wpcf7-submit {
	text-align: center;
	font-size: 18px;
	padding: 5px 20px;
	color: #FFF;
	background-color: #D9A300;
	cursor: pointer;
	border: #FFF 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 90%;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ddd;
}
.contact_style1 {
	color: #d90000;
}
div.wpcf7-validation-errors {
	border: 2px solid #d90000 !important;
	background-color: #d90000;
	text-align: center;
	color: #fff;
}
.wpcf7-submit {
	text-align: center;
	font-size: 18px;
	padding: 5px 20px;
	color: #FFF;
	background-color: #D9A300;
	cursor: pointer;
	border: #FFF 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 90%;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ddd;
}
.contact_style1 {
	color: #d90000;
}
div.wpcf7-validation-errors {
	border: 2px solid #d90000 !important;
	background-color: #d90000;
	text-align: center;
	color: #fff;
}

/*スマホ==========================================================================================================*/
@media screen and (max-width: 480px) {
	
	
#top {
	width: 96%;
	margin: 0 auto 15px;
	padding: 5px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	line-height: 0;
	background-color: #fff;
}
#top-contents {
	width: 100%;
	float: none;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
#top-contents h2 {
	width: 100%;
	margin: 0 0 30px 0;
}
.tx1 {
	width: 90%;
	margin: 0 auto;
}
#top-contents h3 {
	width: 100%;
	margin: 0 0 30px 0;
}


#infor {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #ddd;
}

#infor h3 {
	position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 5px 0;
    color: #197BBC;
    border-bottom: #197BBC 2px solid;
	font-weight: bold;
    font-size: 22px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#infor h3:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: -0px;
    left: 5px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}
#infor h3:after {
    content: '';
    height: 8px;
    width: 6px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: 16px;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-75deg);
}
#info_box {
	margin: 0 auto;
	padding: 0;
	font-size: 13px;
	width: 100%;
}
#info_box dl {
	margin: 15px auto 5px;
	padding: 0 0 0 0;
	font-size: 13px;
	width: 90%;
	overflow: hidden;
	line-height:1.5em;
}
#info_box dt {
	width: 6em;
	padding: 2px 0 0 20px;
	margin:0;
	background: url(../../img/point4.png) no-repeat 0 4px;
}
#info_box dd {
	margin:0 0 5px 1em;
	padding: 2px 0 0 0;
	text-align: left;
	line-height: 1.6em;
}

#topmenu {
	width: 100%;
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin: 15px auto;
}
.topPr {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
	.topPr p {
	font-size: 14px;
	line-height: 1.6em;
}
.topPr figure {
	width: 60%;
}
.topPr h3 {
	position: relative;
    margin: 0 0 10px 0 !important;
    padding: 0 0 5px 30px;
    color: #197BBC;
	font-weight: bold;
    font-size: 22px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.topPr h3:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: -0px;
    left: 5px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}
.topPr h3:after {
    content: '';
    height: 8px;
    width: 6px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: 16px;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-75deg);
}
.kochira {
	width: 40%;
	margin: 0 0 40px 0;
}


.box {
	width: 96%;
	margin: 0 auto;
	overflow: hidden;
}
.left {
	float: none;
	width: 100%;
}
.right {
	float: none;
	width: 100%;
}

#contents {
	width: 96%;
	float: none;
	margin: 0 auto;
	box-sizing: border-box;
}
#contents h2 {
	border-top: 2px solid #1d2b83 !important;
    color: #1D2B83;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px #CCC;
	border: 1px solid #ccc;
	font-size: 20px;
	font-weight: bold;
    padding: 15px 0 15px 15px;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e5e5e5), to(#fff));
	margin: 0 0 30px 0;
}
#contents h3 {
    position: relative;
    margin-top: 5px;
    padding-left: 18px;
    font-weight: bold;
    clear: both;
    font-size: 20px;
    margin: 30px 0px 25px;
    padding: 2px 0px 0px 25px;
    color: #333;
}
#contents h3:before {
    content: '';
    height: 12px;
    width: 12px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: -0px;
    left: 5px;
    transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
}
#contents h3:after {
    content: '';
    height: 8px;
    width: 6px;
    display: block;
    background: #00A8FF;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.3) inset;
    position: absolute;
    top: 16px;
    left: 2px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-75deg);
}
#contents p {
	font-size: 16px;
	line-height: 1.8em;
	padding: 0 0 20px 0;
	margin: 0;
}

.tx99 {
	    color: #1d2b83;
    clear: both;
    font-size: 16px;
	font-weight: bold;
    margin: 30px 0px 10px;
    padding: 0px 0px 2px;
    border-bottom: 1px dotted #ccc;
}
.saiteki {
	width: 96%;
	margin: 0 auto 50px;
}
.saiteki ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.saiteki ul li {
	width: 30%;
	margin: 0;
	padding: 0;
}

#footmail {
	width: 100%;
	margin: 40px 0;
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
	box-sizing: border-box;
}

#mainFootContact {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
overflow: hidden;
	background-color: #ddd;
}
.FootTxt-left {
	width: 100%;
	float: none;
}
.FootTxt-right {
	width: 100%;
	float: none;
}
.tt1 {
	font-size: 14px !important;
	line-height: 1em !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}
.tt2 {
	font-size: 20px !important;
	line-height: 1.4em !important;
	font-weight: bold !important;
	color: #1d2b83 !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center;
}
.tt3 {
	font-size: 12px !important;
	line-height: 1em !important;
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	text-align: center;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	margin: 0 0 40px 0;
}

.bb50 {
	margin: 0 0 50px 0;
}
#contents h4 {
position: relative;
    left: 15px;
    top: 5px;
	color: #1d2b83;
	padding-bottom: 3px;
    margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#contents h4:before {
    content: "";
    position: absolute;
    margin-left: -15px;
    margin-top: -5px;
    z-index: -1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 0;
    border-color: #97C6F7 transparent transparent transparent;
}
.grey {
	width: 100%;
	padding: 20px;
	background: url(../img/dd_back.gif);
    padding: 20px !important;
	box-sizing: border-box;
	margin: 0 0 40px 0;
}

p span {
	color: #b20000;
}

.tx2 {
	border-bottom:solid 1px #CCC; 
	border-left:solid 8px #007CB3; 
	padding:5px 0 5px 20px !important; 
	margin: 0 0 30px 0 !important;
}

.tab01 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.tab01 th {
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
	background-color: #eee;
}
.tab01 td {
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
}


.tab02 {
	width: 100%;
	box-sizing: border-box;
	font-size: 16px;
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.tab02 th {
	width: 35%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
	background-color: #eee;
}
.tab02 td {
	width: 65%;
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 10px 0 10px 15px;
}

dl#qa {
	width: 100%;
	margin: 25px 0;
	font-size: 16px;
	line-height: 1.8em;
}
dl#qa dt {
    height: 32px;
    background: url(../img/question_icon.gif) no-repeat left center;
    padding-left: 42px;
    padding-top: 12px;
	padding-bottom: 3px;
    margin-bottom: 10px;
	color: #1d2b83;
}
dl#qa dd {
    margin: 0px 0px 30px;
    padding: 0px;
}

.left2 {
	float: none;
	width: 100%;
}
.right2 {
	float: none;
	width: 50%;
	margin: 0 auto;
}
.pricelink {
	width: 60%;
	margin: 20px 0;
}


.tab03 {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	margin: 20px 0;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
.tab03 th {
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 5px 0 5px 5px;
	background-color: #eee;
}
.tab03 td {
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 5px 0 5px 5px;
}


.table04 { border-top: 1px solid #ccc; margin: 10px -1px 24px 0; text-align: left; width: 100%;border-collapse: collapse; border-spacing: 0;font-size:85.7%; line-height:141.7%; }
.table04 thead th	{ font-weight:bold; }
.table04 th,
.table04 thead th { padding: 9px 24px; background-color:#f5f5f5; white-space:nowrap; }
.contable04tent tfoot th,
.table04 tfoot td	{font-weight:bold;}
.table04 th,
.table04 td { border: 1px solid #ccc; padding: 10px 15px; vertical-align:top; }
.table04.mobile-block th,
.ctable04.mobile-block td { border-top:none;display: block; }
.table04 ul	{ margin-bottom:0px;margin-left:15px;}
.table04 ul li	{ margin:2px 0px; }
.table04.mobile-block th,
.table04.mobile-block td { border-top:none; display: block; }

form input[type=text], form input[type=email], form input[type=password], form input[type=date], form select, form textarea {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 5px;
    outline: 0;
    margin: 5px 5px 5px 0;
    -webkit-appearance: none;
    font-size: 100%;
}
	
	
	
	#contact_box {
	width:100%;
	margin:15px auto 0;
	padding:0 0 20px 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #eee;
}

#contact_box dl {
	width: 100%;
	padding: 15px 15px 0 15px;
	margin: 20px auto 0;
	font-size: 14px;
	overflow: hidden;
}
#contact_box dt {
	clear: left;
	float: none;
	width: 100%;
	padding: 0 10px;
	color: #000;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: left;
	box-sizing: border-box;
}
#contact_box dd {
	/*width: 25em;
  margin-left: 12em;*/
	width: 100%;
	margin-left: 5%;
	margin: 0;
	float: none;
	padding: 0 10px;
	line-height: 1.8em;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 1.7em;
	box-sizing: border-box;
}
.wpcf7-submit {
	text-align: center;
	font-size: 18px;
	padding: 5px 20px;
	color: #FFF;
	background-color: #D9A300;
	cursor: pointer;
	border: #FFF 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 90%;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ddd;
}
.contact_style1 {
	color: #d90000;
}
div.wpcf7-validation-errors {
	border: 2px solid #d90000 !important;
	background-color: #d90000;
	text-align: center;
	color: #fff;
}
.wpcf7-submit {
	text-align: center;
	font-size: 18px;
	padding: 5px 20px;
	color: #FFF;
	background-color: #D9A300;
	cursor: pointer;
	border: #FFF 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	background-color: #fff;
	color: #000;
	width: 90%;
	border: none;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #ddd;
}
.contact_style1 {
	color: #d90000;
}
div.wpcf7-validation-errors {
	border: 2px solid #d90000 !important;
	background-color: #d90000;
	text-align: center;
	color: #fff;
}

	
}

