@charset "UTF-8";
/**
 *
 * レイアウト、共通コンテンツ
 *
**/


/**
 * SP表示
**/
.sp_disp {
    display: none !important;
}
.pc_disp {
    display: block !important;
}

@media screen and (max-width: 768px) {
.sp_disp {
    display: block !important;
}
.pc_disp {
    display: none !important;
}
}
/**
 * ラッパー
**/
#wrapper {
    padding: 80px 0 0 0;
    overflow: hidden;
}
/* 文字色 白 */
.white {
    color: #fff;
}
/* 文字色 ネイビー */
.point-color01 {
    color: #005eaa;
}
/* 文字色 グレー */
.point-color02 {
    color: #9d9d9d;
}
/* 背景色 ネイビー */
.point-back01 {
    background: #005eaa;
}
/* 背景色 薄い黒 */
.point-back02 {
    background: #0D1B33;
}
/* 背景色 薄いグレー */
.point-back03 {
    background: #f1f1f1;
}

/* 背景色 オレンジ */
.point-back04 {
    background: #FFC857;
}

/**
 * ヘッダー
**/
#header {
    width: 100%;
    height: 80px;
    background: #0D1B33;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
#header .wrap {
    width: 100%;
    height: 80px;
    text-align: left;
    position: relative;
}
#header .wrap img {
    width: 100%;
    height: auto;
    display: block;
}
#header .wrap .h1 {
    width: 262px;
    position: absolute;
    top: 15px;
    left: 23px;
    z-index: 1;
}
#header .wrap .h1 img:hover {
    opacity: 0.7;
}
#header .link {
    width: 240px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 30px;
    right: 0;
	color: #fff;
    margin-right: 0px;
	font-weight: bold;
}
#header .link-top {
    width: 240px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0;
    right: 0;
	color: #fff;
    margin-right: 0px;
	font-weight: bold;
}

/* スマートフォン端末用 */
@media screen and (max-width: 768px) {
#header {
    width: 100%;
    height: 60px;
}
#header .wrap {
    width: 100%;
    height: 60px;
}
#header .wrap .h1 {
    width: 40vw;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
}

/**
 * SPハンバーガーメニュー
**/
/* スマートフォン端末用 */
@media screen and (max-width: 768px) {
#header #switch {
    width: 28px;
    display: block;
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 1;
}
#header #switch img.off {
    display: block;
}
#header #switch img.on {
    display: none;
}
#header #switch.active img.off {
    display: none;
}
#header #switch.active img.on {
    display: block;
}
}
/**
 * ナビゲーション
**/
#navi {
    width: 100%;
    max-width: 800px; /* 700px; */
    height: 80px;
    margin: 0 auto;
    position: relative;
}
#navi ul {
    text-align: left;
}
#navi li {
    padding: 0 25px;
    line-height: 80px;
    display: inline;
}
#navi li a {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}
#navi li a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.2s
}

/* スマートフォン端末用 */
@media screen and (max-width: 768px) {
#navi {
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10000;
    display: none;
}
#navi ul {
    width: 100%;
    height: auto;
    background: #fff;
    text-align: left;
}
#navi li {
    padding: 0 0;
    line-height: inherit;
    display: block;
    border-top: 1px solid #ccc;
}
#navi li a {
    padding: 15px;
    color: #000;
    text-align: center;
    display: block;
}
#navi li a.white {
    color: #fff;
	/*text-align: center;*/
}
}
/* パンくず */
#topics {
    padding: 20px 0 20px 0;
    width: 100%;
    overflow: hidden;
}
#topics ol, #topics ul {
    margin: 0 auto;
    width: 100%;
    max-width: 1180px;
    text-align: left;
    overflow: hidden;
}
#topics li {
    font-size: 14px;
    color: #000;
    display: inline-block;
}
#topics li a {
    font-size: 14px;
    color: #000;
}
/*  main-v  */
.main-v {
    width: 100%;
    height: 420px; /* 630px; */
    background: url(../images/mv.png) no-repeat center / cover;
    position: relative;
    margin-left: auto;
}
.main-v.drv {
    background: url(../images/mv1.jpg) no-repeat center / cover;
}
.main-v .main-title-wrap {
    padding: 30px 30px 30px 20vw;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
	background-color: rgba( 0, 0, 0, 0.3 );
}
.main-v .main-v-title {
    text-align: left;
    border-bottom: 1px solid #fff;
    margin-right: 5em;
}
.main-v .main-v-title span {
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
}
.main-v .main-v-title img {
    padding: 20px 0;
}
.main-v .main-v-text {
    margin: 20px 0;
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    text-align: left;
}
.main-v .mv-btn-wrap {
}
.main-v .mv-btn-wrap .btn {
    width: 100%;
    max-width: 470px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 0;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 768px) {
.main-v {
    width: 100%;
    height: 40vh;
    background: url(../images/mv.png) no-repeat center bottom / cover;
    margin-top: -20px;
}
.main-v .main-title-wrap {
    padding: 20px 20px 20px;
}
.main-v .main-v-title {
    text-align: left;
}
.main-v .main-v-title span {
    font-size: 3.5vw;
}
.main-v .main-v-title img {
    width: 60vw;
    padding: 8px 0 15px;
}
.main-v .main-v-text {
        font-size: 3.5vw;
}
.main-v .mv-btn-wrap .btn {
    font-size: 4.2vw;
    padding: 15px 20px;
}
 @supports (-webkit-touch-callout: none) {
    /* iOS用 */
    .iphone .main-v {
 height: -webkit-fill-available;
}
}
}
/*----------------------------------------------------
	汎用 wrap & title
----------------------------------------------------*/
/*  width 管理  */
.mywidth {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
.mywidth {
    padding-left: 3vw;
    padding-right: 3vw;
}
}
#main-wrapp {
    overflow-x: hidden;
}
/*  コンテンツタイトル   */
.content-title01 {
    color: #313131;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.18em;
    padding: 30px 0;
    position: relative;
}
.content-title02 {
    margin: 0 0 20px;
    padding: 0 0 5px;
    border-bottom: 1px solid #555;
    line-height: 1.8em;
    font-size: 160%;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
.content-title01 {
    font-size: 5vw;
    letter-spacing: 0.05em;
    padding: 20px 0 5px;
    border-bottom: 3px solid #004E9B;
    margin-bottom: 20px;
}
	
.content-title01::before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #FFC857;
    position: absolute;
    left: 0;
    bottom: -3px;
}

	
}
/**
 * コンテンツ
**/
#content {
    overflow: hidden;
}
#content img {
    width: 100%;
    height: auto;
    display: block;
}
/**
 * フッター
**/
#footer {
    padding-top: 50px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
#footer a {
    color: #fff;
}
#footer img {
    width: 100%;
    height: auto;
    display: block;
	margin: 0 auto;
}
#footer .logo {
    margin: 0 auto 30px;
    width: 518px;
}
#footer .message {
    width: 90%;
    font-size: 90%;
    line-height: 1.6em;
    text-align: center;
    padding-bottom: 50px;
    margin: 0 auto;
}
#footer .message h3 {
    font-size: 20px;
    margin: 30px 0;
}
#footer .message .btn {
    width: 100%;
    max-width: 470px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 500;
    padding: 30px 0;
    margin: 0 auto;
    display: block;
	background: #FFC857;
}

@media screen and (max-width: 768px) {
#footer {
    padding-top: 30px;
    overflow: hidden;
}
#footer .logo {
    width: 100%;
}
#footer .message {
    width: 100%;
    font-size: 14px;
    padding-bottom: 30px;
}
#footer .message h3 {
    margin: 20px 0;
}
#footer .message .btn {
    font-size: 4vw;
    padding: 15px 20px;
}
#sticky {
    margin: 0 auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
}
#sticky .btn4 {
    padding: 10px;
}
#sticky a{
    width: 90%;
    background: #FFC857;
    color: #fff;
    display: block;
    padding: 10px 10px;
    border-radius: 40px;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
}
}
#footer nav {
    padding: 30px 0 20px;
}
#footer nav a {
    font-size: 14px;
    margin: 0 25px;
    display: inline-block;
}

@media screen and (max-width: 768px) {
	
	
#footer img {
    width: 70%;
    height: auto;
    display: block;
	margin: 0 auto;
}
	
#footer nav {
    padding: 0 0 0;
}
#footer nav a {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #fff;
    margin: 0 0;
    display: block;
}
}
#footer #copyright {
    line-height: 1.2em;
    font-size: 13px;
    padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
#footer #copyright {
    padding: 10px 0 80px;
}
}
#scroll-top a {
    border-radius: 50%;
    background: #005eaa;
    bottom: 70px;
    display: block;
    float: right;
    height: 70px;
    width: 70px;
    padding: 23px 20px;
    position: fixed;
    right: 30px;
    text-align: center;
    z-index: 9999;
	display: none;
}
#footer #scroll-top a img {
    display: inline;
}

@media screen and (max-width: 768px) {
}
.link {
    color: #3f86bf;
    float: left;
    margin-right:15px;
}

.tag{
	margin-bottom:10px;
}

.tag .link {
    color: #bbb;
	float:none;
    margin-right: 15px;
	
}


.btn5{
	 background: #FFC857;
    width: 100%;
    max-width: 470px;
    border-radius: 40px;
    font-size: 22px;
    font-weight: 500;
    padding: 20px 0;
    margin: 20px auto 0px;
    display: block;
}

.original-wrap details{
  margin: 0 10px 15px 10px;
  background: #FFF;
  line-height: 1.8;
}
.original-wrap em{
  font-style: italic;
}
details[open] {
  border-left:1px solid #888;
  border-bottom:1px solid #888;
  border-right:1px solid #888;
  padding-bottom: 25px;
}

details summary h2{
  margin: 0 35px 0 0;
}
.original_title {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 15px 0;
  color: #666;
}

details summary {
  cursor: pointer;
  position: relative;
  list-style: none;
  padding: 10px;
  border: 1px solid #888;
  display: flex;
  align-items: center;
  background-color: #FFF;
    color: #666;
}
details summary h2 p{
    color: #666;
}

details summary::-webkit-details-marker {
  display: none;
}
details[open] summary{
  background: #ddd;
  border-left: none;
  border-right: none;
  margin-bottom: 25px;
}
details summary::before {
  content: "🛠";
  margin-right: 6px;
  font-size: 2em;
  position: relative;
  top: -4px;
}
/* カスタムアイコン (▶ / ▼) */
details summary::after {
  position: absolute;
  right: 35px;
  top: 35%;
  display: inline-block;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #888;
	transform: rotate(135deg);
  content: "";
}

/* open 時のアイコン変更 */
details[open] summary::after {
  content: "";
  transform: rotate(-45deg);
  top: 45%;
}
details h2,
details h3,
details p,
details table,
details ul,
details ol,
details blockquote{
  margin: auto 25px;
  box-sizing: border-box;
}
details > ul,
details > ol{
  margin: auto 45px;
  list-style: auto;

}
details > ul{
  list-style-type: disc;
}
details > ol{
  list-style-type: decimal;
}


details ul ul,
details ol ol{
  list-style: auto;
  margin: auto 20px;
}
details blockquote{
  border-left: 3px solid #CCC;
  margin: 15px 15px 15px 30px;
  }
details h2 {
    padding: 10px 0;
    font-size: 18px;
}
details h3 {
    padding: 15px 0;
}
details table {
    border: 1px solid #aaa;
    width: calc(100% - 50px);
  margin: 10px auto;
}
details table th{
    background: #eee;
    border: 1px solid #aaa;
    text-align: left!important;
    padding: 5px;
}
details table td{
    border: 1px solid #aaa;
    text-align: left!important;
    padding: 5px;
}

@media screen and (max-width: 768px) {
  details h2,
  details h3,
  details p,
  details table,
  details ul,
  details ol,
  details blockquote{
    line-height: 1.6;
    margin: 0 10px;
  }
  details blockquote{
    margin: 10px;
    
  }
  details table {
    width: calc(100% - 20px);
    margin: 10px auto;
  }
  details > ul,
  details > ol{
    list-style: auto;
    margin: auto 35px;
  }
  details > ul{
    list-style-type: disc;
  }
  details > ol{
    list-style-type: decimal;
  }
  details ul ul,
  details ol ol{
    list-style: auto;
    margin: auto 20px;
  }
  details summary h2{
    margin: 0 25px 0 0;
  }
  details summary::after{
    right: 30px;
    top: 35%;    
  }
  details[open] summary::after{
    top: 45%;    
  }
}