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

#wrap {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    width: 100%;
    overflow: hidden;
}
#head {
    clear: both;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(255,255,255,0.90);
    height: 100px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.30);
    box-shadow: 0px 2px 8px rgba(0,0,0,0.30);
    position: relative;
    max-width: 1840px;
}
#head .lang {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -1em;
    border: 1px solid #1B1464;
    line-height: 20px;
}
#head .lang li{
    letter-spacing: 0;
    display: inline-block;
}
#head .lang li a{
    display: block;
    padding: 5px ;
    text-decoration: none;
    background-color: #fff;
    color: #1b1464;
}
#head .lang li a:hover{
    background-color: #1b1464;
    color: #fff;
}
#head .lang li.current{
    padding: 5px ;
    text-decoration: none;
    background-color: #1b1464;
    color: #fff;
}
#headwrap {
    clear: both;
    width: 100%;
    position: fixed;
    z-index: 1000;
}
#logo {
    float: left;
    width: 238px;
    padding-left: 30px;
    padding-top: 17px;
}
#logo img{
    width: 100%;
    height: auto;
}
#telwrap {
	text-align: right;
	float: right;
	width: 400px;
}
.telnum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}

#navwrap {
    float: right;
    padding-right: 140px;
}
#nav02 li {
    display: inline-block;
    font-size: 17px;
    line-height: 1.2em;
}
#navwrap02 {
	display: none;
	visibility: hidden;
}
#nav02 {
    margin-right: auto;
    margin-left: auto;
    text-align: right;
    margin-top: 28px;
    letter-spacing: -1em;
}
#nav02 li a {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    letter-spacing: 0px;
    padding-left: 10px;
    padding-right: 10px;
    color: #1b1464;
    text-decoration: none;
    top: auto;
}
#nav02 li .pd:after {
    content: " ";
    visibility: visible;
    background-image: url(../img/arrow02.png);
    width: 10px;
    height: 6px;
    display: inline-block;
    margin-left: 5px;
}
#nav02 li .blank:after {
    content: " ";
    visibility: visible;
    background-image: url(../img/outer.png);
    width: 12px;
    height: 12px;
    background-size: 12px auto;
    display: inline-block;
    margin-left: 5px;
}
#nav02 li .contact{
    background-color: #ff0000;
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    transition: 0.2s;
    margin-left: 10px;
}
#nav02 li .contact:hover{
    background-color: #1B1464;
    color: #fff;
    padding: 8px 15px;
    border-radius: 80px;
}
#nav02 li .contact:before {
    content: " ";
    visibility: visible;
    background-image: url(../img/mail.png);
    width: 20px;
    height: 14px;
    background-size: 20px auto;
    display: inline-block;
    margin-right: 10px;
}
#nav02 li .contact:after {
    content: " ";
    visibility: visible;
    background-image: url(../img/arrow.png);
    width: 6px;
    height: 12px;
    background-size: 6px auto;
    display: inline-block;
    margin-left: 15px;
}
.child_menu { /* 下層メニューのスタイル */
    width: auto;
    position: absolute;
    top: 63px;
    padding: 10px 20px 30px;
    color: #333; /* 文字色 */
    background-color: rgba(27,20,100,0.90); /* 背景色 */
    visibility: hidden; /* 下層メニューを非表示 */
    z-index: 1000;
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
}
#nav02 .child_menu li {
    display: block;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #FFFFFF;
}
#nav02 .child_menu li a{
    display: block;
    color: #fff;
    padding: 10px;
}
#nav02 .sublink .child_menu a:hover {
    background: none;
    color: rgba(255,255,255,0.80);
}

.sublink .child_menu a:after {
	display: none!important;
}
.undermenu{
	padding: 0px;
}
.undermenu a{
	font-size: 14px!important;
	line-height: 1.6em;
}
.undermenu::first-letter{
	font-size: 4px;
	color: #E70900;
	padding-right: 4px;
}
.sublink:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
  visibility: visible; /* 下層メニューを表示 */
}
.child_menu p span a {
	border-bottom: 1px solid #46BC7B;
}

#flash .movie {
    width: 50%;
    float: left;
}
#nav02 img {
	display: block;
}

#flash {
    clear: both;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
#flash h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    padding: 0;
    width: 100%;
}
#flash h2 img{
    width: 90%;
height: auto;
max-width: 960px;
}
.bxslider li img {
    width: 100%;
    height: auto;
}


#flash h3 {
	position: absolute;
	top: 50%;
	padding-bottom: 0px;
	left: 50%;
	transform: translateX(-50%)
		translateY(-50%);
}

#flash02 {
    clear: both;
    background-color: #f8f5f3;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 450px;
}
#flash02 .box {
    text-align: left;
    padding-top: 50px;
    margin: 0 auto;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #1B1464;
    font-size: 65px;
    line-height: 1.2em;
}
#flash02 h2 {
    font-size: 20px;
    line-height: 1.2em;
    padding-bottom: 0;
}
#flash02 p {
	padding-bottom: 0px;
	height: auto;
	text-transform: uppercase;
	font-weight: 300;
	font-style: italic;
}


#flash02 p img {
	width: 100%;
	height: auto;
}

ul.bxslider {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	display: block;
	clear: both;
}
ul.bxslider li img {
	height: auto;
	padding-right: 0px;
	width: 100%;
}
ul.bxslider li {
	list-style-type: none;
	padding: 0px;
	width: 100%;
	text-align: center;
	position: relative;
}
#cont {
 clear: both;
 width: 1000px;
 margin-right: auto;
 margin-left: auto;
 padding-top: 20px;
 position: relative;
}
#footwrap {
    background-color: #1b1464;
    clear: both;
    overflow: hidden;
    color: #FFFFFF;
}
#footwrap a {
    color: #FFFFFF;
    text-decoration: none;
}

#foot {
    text-align: left;
    width: 90%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
}
#footad{
    width: 32%;
    max-width: 380px;
    float: left;
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
}
#footad img{
    width: 100%;
    height: auto;
}
#footad h4{    
    padding-bottom: 0;
}
#footad p strong{
    font-size: 32px;
    line-height: 1.6em;
}
#footad p{
    padding-bottom: 30px;
}
#footmenu {
    float: right;
    padding-top: 30px;
}
#footmenu ul {
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
}
#footmenu ul:first-of-type{
    padding-left: 0;
}
#footmenu li a{
 display: block;
    padding-right: 30px;
    padding-bottom: 15px;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px;
}
#footmenu li a.blank{
 background-image: url(../img/outer02.png);
    background-position: right 6px;
}
#footbn{
    clear: both;
    padding-top: 40px;
    padding-bottom: 30px;
}
#footbn p {
    float: left;
    width: 32%;
    padding-right: 2%;
}
#footbn p:nth-of-type(3n) {
    padding-right: 0px;
}

#footbn p img {
    width: 100%;
    height: auto;
}



#cr {
    font-size: 12px;
    line-height: 1.6em;
    text-align: center;
    padding-bottom: 30px;
}
#pannav {
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    max-width: 1200px;
    color: #1B1464;
    font-size: 14px;
    line-height: 1.2em;
}
#pannav a {
    color: #1B1464;
}


.content {
 width: 100%;
 position: relative;
 padding: 60px 0 100px;
}
.content_white {
 width: 100%;
 position: relative;
 padding: 80px 0 100px;
 background-color: #FFF;
}
.inner1200{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#news {
	margin-bottom: 30px;
}
#news table {
	border-collapse: collapse;
	width: 100%;
}
#news th {
	text-align: left;
	vertical-align: top;
	padding-right: 5px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0 16px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	width: 30%;
}
#news td {
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
}
#news .box01 {
	clear: both;
	overflow: auto;
	height: 240px;
	padding-right: 20px;
}

#sub h6 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	border-bottom: 1px solid #575757;
	margin-bottom: 15px;
}

.list {
	padding-bottom: 20px;
}
.list li {
	padding-bottom: 10px;
	line-height: 20px;
	background-image: url(../img/list.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
}
.list a {
	color: #2E2E2E;
	text-decoration: none;
}

.midashi {
 clear: both;
 font-size: 30px;
 line-height: 1.2em;
 margin-bottom: 40px;
 background-image: url(../img/bg_minashi.png);
background-size: 44px auto;
 background-repeat: no-repeat;
 background-position: 0% 0%;
 color: #1B1464;
 padding-left: 65px;
 padding-bottom: 0px;
}
.midashib {
 margin-bottom: 20px;
 font-size: 25px;
 line-height: 1.6em;
 color: #1b1464;
 font-weight: bold;
 border-bottom: 3px solid;
 width: 100%;
}
.midashib h4 {
 font-size: 26px;


 line-height: 1.em;
 line-height: 61.em;
 padding-bottom: 0px;
}

.midashi02 {
 font-size: 38px;
 line-height: 1.6em;
 clear: both;
 font-weight: bold;
 padding-bottom: 10px;
 color: #1b1464;
}

.komidashi {
 line-height: 1.8em;
 font-size: 20px;
 color: #1B1464;
 font-weight: bold;
 padding-bottom: 20px;
}
.komidashi02 {
 line-height: 1.6em;
 font-size: 20px;
 color: #1B1464;
 font-weight: bold;
}
.txtbox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 20px;
}
.txtbox li {
	list-style-position: inside;
	list-style-type: disc!important;
}

.linebox {
 clear: both;
 margin-right: auto;
 margin-left: auto;
 padding-bottom: 0px;
 padding-top: 9px;
 padding-right: 9px;
 padding-left: 9px;
 border: 1px solid #36F;
 margin-bottom: 30px;
}
.centerphoto {
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}
.centerfullphoto {
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}
.centerfullphoto img{
 width: 100%;
 height: auto;
}
.centertxt {
	text-align: center;
	clear: both;
}
.tbl {
 width: 100%;
 margin-bottom: 10px;
 clear: both;
}
.tbl td {
 padding: 20px 10px;
 text-align: left;
 vertical-align: top;
 border-bottom: 1px solid #b5b5b5;
}
.tbl th {
 padding: 20px 10px;
 text-align: left;
 vertical-align: top;
 border-bottom: 2px solid #b5b5b5;
 color: #ff0000;
 font-weight: bold;
}
.pagetop {
	text-align: right;
	clear: both;
	padding-bottom: 50px;
	font-size: 12px;
	line-height: 20px;
	color: #F15A24;
}
.pagetop a {
	background-color: #CFC1A9;
	padding: 10px;
	display: inline-block;
	color: #001226;
	text-decoration: none;
}
.pc-none{
	display: none;
}
.sp-none{
	display: block;
}
.pc-none02{
	display: none;
}
.sp-none02{
	display: inline-block;
}
.telbox {
	background-position: 10px 10px;
	background-repeat: no-repeat;
	text-align: center;
	background-color: #001226;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.link {
 padding-bottom: 0px;
 margin-bottom: 10px;
 text-align: center;
}
.link a {
 padding: 15px 50px 15px 50px;
 display: inline-block;
 color: #FFFFFF;
 text-decoration: none;
 background-color: #ff0000;
 text-align: center;
 position: relative;
 border-radius: 50px;
 min-width: 200px;
 transition: 0.2s;
}
.link a:after {
 content: " ";
 visibility: visible;
 background-image: url(../img/link02.png);
 width: 20px;
 height: 20px;
 position: absolute;
 right: 20px;
 top: 50%;
 transform: translateY(-50%);
 transition: 0.2s;
}
.link a:hover {
 color: #FFFFFF;
 background-color: #1B1464;
}

.link a:hover:after {
 background-image: url(../img/link03.png);
 right: 18px;
}
.mojilist li {
	background-repeat: no-repeat;
	margin-left: 20px;
	text-indent: -20px;
	padding-bottom: 10px;
}
.mojilist li:before {
	content: "・";
	padding-right: 5px;
}
.faqbox h5 {
	font-size: 18px;
	line-height: 1.6em;
	border-bottom: 1px solid #A6A6A6;
	margin-bottom: 10px;
	text-indent: -33px;
	padding-left: 33px;
}
.faqbox h5:before {
	content: "Q";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #70AD47;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.faqbox p {
	text-indent: -27px;
	padding-left: 27px;
}

.faqbox p:before {
	content: "A";
	padding-right: 10px;
	font-size: 26px;
	font-weight: bold;
	color: #ED7D31;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1em;
}
.pname  {
 font-size: 20px;
 text-align: right;
 line-height: 1.6em;
}
.pname strong  {
 font-size: 25px;
 line-height: 1.6em;
 font-weight: normal;
}
.caption {
 color: #FFFFFF;
 background-color: #C60003;
 display: inline-block;
 vertical-align: middle;
 padding: 4px 10px;
 margin-left: 6px;
 font-size: 14px;
 line-height: 1.2em;
}
#half {
	background-color: #0100B4;
	color: #FFFFFF;
}

#half .photo {
	width: 50%;
	padding-bottom: 0px;
	float: left;
}
#half .photo img {
	width: 100%;
	height: auto;
}
#half .box {
    padding-top: 10px;
    padding-bottom: 0px;
    float: left;
    width: 50%;
}
.sidebnbox {
 margin-bottom: 10px;
 position: relative;
}
.sidebnbox p img {
 width: 100%;
 height: auto;
}
.sidebnbox  h5  {
 padding-top: 10px;
 padding-right: 2%;
 padding-left: 2%;
 padding-bottom: 10px;
 width: 96%;
 color: rgba(255,255,255,1.00);
 text-decoration: none;
 background-color: rgba(255,116,118,1.00);
 position: absolute;
 bottom: 0px;
}


.sidebnbox p {
 padding-bottom: 0px;
}
.drop {
	padding-bottom: 30px;
}

.drop dt {
	background-color: #44B0FF;
	padding: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	position: relative;
}
.drop dt:after {
	visibility: visible;
	content:'+';
	top: 50%;
	right: 20px;
	font-weight: bold;
	transform:translateY(-50%);
	position: absolute;
}
.drop dt.opened:after {	content:'－';
}
.drop dd{
	padding: 0 10px 20px;
}
/*タブ切り替え全体のスタイル*/
.tabs {
 padding-bottom: 40px;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 30px;
}
.tabs hr{
 width: 100%;
 height: 3px;
 background-color: #1b1464;
 border: none;
}
/*タブのスタイル*/
.tab_item {
  width: calc(100%/2 - 6.5px);
  height: 50px;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #ff0000;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
 margin-right: 9px;
 border: 1px solid #1b1464;
}
.tab_item:nth-of-type(2n){
 margin-right: 0;
 line-height: 18px;
 padding-top: 6px;
 height: 44px;
  color: #1b1464;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
 display: none;
 padding-top: 25px;
 padding-bottom: 0;
 clear: both;
 overflow: hidden;
 line-height: 1.6em;
}
#tab01_content .historycont {
 color: #ff0000;
}


/*選択されているタブのコンテンツのみを表示*/
#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #1b1464;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(2n) {
  background-color: #1b1464;
  color: #fff;
}

.tabs input:checked + .tab_item:nth-of-type(3n) {
  background-color: #f5a4c0;
  color: #fff;
}
.anc {
 margin-top: -100px;
 padding-top: 100px;
}
