@charset "UTF-8";
/*!
Theme Name: yoshiyasu  second.css
Version:20230106
*/

/*p.sub_h1 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 2.3em;
    font-weight: 400;
    margin: 10px 0 0 0px!important;
    letter-spacing: 0.05em;
    margin-bottom: 0!important;
}*/
section.breadarea {
    padding: 5px 0;
    background: #000;
    color: #fff;
}
section.breadarea a {
    color: #fff;
}
.breadcrumbs {
    margin: 3px 0 3px 0;
}
.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin: 3px 0 0 0;
    vertical-align: middle;
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 110%;
}

/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next{
    width:100%;
	margin: 20px 0 24px;
	padding: 0px 75px;
    position: relative;
    text-align: center;
}
div#prev_next #prev,div#prev_next #next {
	background:#222;
	color:#fff;
	/*background: #e5e5e5;*/
    border-radius: 3px;
	width: 30px;
    height: 34px;
    margin: -16px 0 0 0;
    position: absolute;
    top: 50%;
    border: 1px solid #222;
}
div#prev_next #prev{
	left:0;
}
div#prev_next #next{
	right:0;
}
div#prev_next #prev:hover, div#prev_next #next:hover {
    background: #fff;
	color:#222;
    border: 1px solid #e1e1e1;
    transition: 0.3s;
}
#prev_next #prev::after{
	content: "<";
/*background: url(../images/info_arrow.png) no-repeat center/contain;
    width: 17px;
    height: 13px;*/
    position: absolute;
    top: 50%;
    left: 50%;
	font-size: 1.5em;
    color: #fff;
}
#prev_next #next::after{
	content: "<";
/*    background: url(../images/info_arrow.png) no-repeat center/contain;
    width: 17px;
    height: 13px;*/
    position: absolute;
    top: 50%;
    left: 50%;
	font-size: 1.5em;
    color: #fff;
}
#prev_next #prev::after{
	-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#prev_next #next::after{
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}
#prev_next #prev:hover::after{
	color:#222;
}
#prev_next #next:hover::after{
	color:#222;
}
div#next_no,div#prev_no {
    text-align: center;
}
div#next_no a,div#prev_no a {
    font-weight: 600;
    text-decoration: underline;
}
div#prev_no a {
    text-decoration: none;
	color:#fff;
	background:#222;
    padding: 10px;
    font-weight: normal;
    font-size: 0.9em;
	border-radius:3px;
}
div#prev_no a:hover{
    color: #333;
	border:1px solid #222;
    background: #fff;
}

/**** ■共通■ ****/
div#sec_content {
    background: #fff/*#f6f6f6*/;
	padding-bottom: 50px;
}

.sec_contarea_common {
    position: relative;
    height: 29.23077em;
	background-color:#222;	
	background-image: url(../images/second_header_bgimg.png);
    background-position: bottom;
    background-repeat: no-repeat;
}
.sec_contarea {
    width: 1200px;
    margin: 0 auto;
}
.second_h1ttl.clearfix {
    position: absolute;
    top: 50%;
	left: 0;
    right: 0;
}
h1.secondh1 {
/*    font-family: 'Libre Baskerville', serif;*/
    font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
    letter-spacing: -0.04em;
    font-size: 4.0em;
    font-style: italic;
    margin: 0;
	color: #fff;
}
.breadcrumbs a {
    color: #333;
    text-decoration: none;
}
.breadcrumbs a:hover {
	color: #fff;
    text-decoration: underline;
}
h2.second_h2ttl {
    font-size: 2.8em;
    margin: 0 0 50px 0;
	/*font-family: 'Klee One', cursive;
	font-weight:bold;*/
}
span.second_h2span {
    font-size: 0.8em;
	margin-left:30px;
	letter-spacing:-0.03em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:normal;
}
h2.second_h2ttl02{
    font-size: 2.0em;
    letter-spacing: 0.2em;
    font-weight: 800;
    padding-bottom: 10px;
	margin: 0 0px 20px 0;
}
span.h2_second_en {
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    text-transform: uppercase;
}
p.second_ptxt01 {
    line-height: 150%;
    margin: 0 0 15px;
}
section.secondbox {
    margin: 30px 0 0 0;
	background: #f8f8f8;
    padding: 5%;
}

/*** ■BIOGRAPHY■ ***/	
.profile_box {
    margin: 0 0 0px 0;
    padding: 0px 0 0px;
    /*border-bottom: 1px solid #000;
    border-top: 1px solid #000;*/
    /*display: flex;
    align-items: center;*/
}
h2.second_h2ttl.bio_h2 {
    margin: 55px 0 10px 0;
}
h3.second_h3sub {
    font-size: 2.0em;
    letter-spacing: 0.2em;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    font-style: italic;
    padding-bottom: 10px;
    margin: 0 0px 20px 0;
}
.profile_txt {
    padding: 20px;
}
.profile_contact{
	padding:0px 20px;
}

.profile_contact_center{
	text-align:center!important;
}
p.second_ptxt01.profile_contact_center{
	margin:0px;	
}
section#historyTable {
	margin: 30px 0 0 0;
    /*background: rgb(255 255 255 / 80%);*/
	background: rgb(239 239 239 / 80%);
    background: #f8f8f8;
	/*box-shadow: 0px 0px 15px -5px #777777;
    border-radius: 10px;*/
    padding: 5%;
}
#historyTable .inner {
    margin-top: 50px;
	padding: 0 0 0 80px;/*★padding-leftが年表の縦軸の線の位置調整関与*/
    width: 100%;
    max-width: 940px;
    margin: 60px auto 0;
	border-left: 1px solid #b9b9b9;
    box-sizing: border-box;
}
#historyTable .box{
	padding: 0 0 40px;
	position:relative;
	box-sizing:border-box;
}
#historyTable .box:last-child{
	padding: 0;
}
.effect-s {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
    -webkit-transition: 1.0s;
    transition: 1.0s;
}
.effect-s.is-animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

#historyTable .box .year {/*★year：右側txtが1行の時*/
    width: 86px;
    height: 86px;
    font-size: 1.7rem;
    border-radius: 86px;
	top: -20px;
    left: -124px;/*★leftが年表の縦軸の線の位置調整関与*/
	font-family: 'Playfair Display', serif;
}
#historyTable .box .year02 {/*★year02：右側txtが2行の時*/
    width: 86px;
    height: 86px;
    font-size: 1.7rem;
    border-radius: 86px;
	top: -20px;
    left: -124px;/*★leftが年表の縦軸の線の位置調整関与*/
    font-family: 'Playfair Display', serif;
}
#historyTable .box .year03 {/*★year03：右側txtが3行の時*/
    width: 86px;
    height: 86px;
    font-size: 1.7rem;
    border-radius: 86px;
	top: -20px;
    left: -124px;/*★leftが年表の縦軸の線の位置調整関与*/
    font-family: 'Playfair Display', serif;
}
#historyTable .box .year,#historyTable .box .year02,#historyTable .box .year03 {
    text-align: center;
    color: #ffffff;
    background: #000000;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    box-sizing: border-box;
}
#historyTable .box .year,#historyTable .box .year02,#historyTable .box .year03 {
    padding: 0;
    font-size: 1.7rem;
    line-height: 28px;
}
p.year,p.year02,p.year03 {
    text-align: center;
    color: #ffffff;
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    box-sizing: border-box;
}
p.year.oneline,p.year02.oneline,p.year03.oneline  {/*★oneline：黒丸1行の時*/
    padding-top: 20px!important;
    line-height: 40px!important;
    margin-bottom: 0!important;
}
p.year.twoline,p.year02.twoline,p.year03.twoline {/*★twoline：黒丸2行の時*/
	padding-top: 8px!important;
    line-height: 40px!important;
    margin-bottom: 0!important;
}
p.year.threeline,p.year02.threeline,p.year03.threeline {/*★threeline：黒丸3行の時*/
    padding-top: 10px!important;
    line-height: 30px!important;
    margin-bottom: 0!important;
}

#historyTable .year span,#historyTable .year02 span,#historyTable .year03 span {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0.9rem;
	line-height: 15px;
}
p.txt {
    margin-bottom: 70px;
    letter-spacing: 0.1em;
    text-align: left;
	line-height: 125%;
}

/*** ■DISCOGRAPHY■ ***/	
p.disco_order_ttl {
    margin: 0px 0 20px 0;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 125%;
}
.disco_order_ttls{
	font-size:0.7em;
	font-weight:normal;
}
.order_box{
    margin: 30px 0 0 0;
    background: #f8f8f8;
    padding: 3%;
}
ul.order_ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}
.order_ul_top{
	margin:0!important;
}
ul.order_ul li {
	margin: 3px;
	line-height:150%;
}
ul.order_ul li a{
    background: #fff;
    /*border: 2px solid #fff;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
	padding: 10px 0;
	text-decoration:none;
	color:#000;
	display: block;
    width: 37px;
}
ul.order_ul li a:hover{
    cursor:default;
}
ul.order_ul li a.order-ex {
    background: #000;
    /*border: 2px solid #000;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	color:#fff;
}
ul.order_ul li a.order-ex:hover{
    background: #8b8b8b;
    /*border: 2px solid #8b8b8b;*/
	color:#fff;
    cursor:pointer;
}
ul.order_ul.order_kigo li a{
    width: 60px;
}


/*** ↓■ アーティスト名一覧 ■↓ ***/

section.artname_section {
    margin: 50px 0 0 0;
}
section.artname_section > .order_box {
    margin: 30px 0 0 0;
}
h3.order_ttl_h3 {
    margin: 0px 0 0px 0;
    text-align: left;
    font-size: 1.6em;
    font-weight: normal;/*bold;*/
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 5px;
	font-family: 'Josefin Sans', sans-seri,"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    /*font-style: italic;*/
}
h3.order_ttl_h3:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/kirakira.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 2px;
	margin-top: -8px;
}
span.order_ttl_span {
    font-weight: normal;
	font-style:normal;
    font-size: 0.6em;
    padding-left: 3px;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
ul.order_art_btn_ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    margin: 0;
}
ul.order_art_btn_ul li {
	margin-top:10px;
    margin-right: 3%;
}
ul.order_art_btn_ul li a {
    text-decoration: none;
	word-wrap:break-word;
}
ul.order_art_btn_ul li:nth-of-type(5n) {
/*margin-right: 0;*/
}
.disc_artarea{
	text-decoration:none;
}
.disc_artbutton {
	display: flex;
    align-items: center;
    color: #333;
	border: 1px solid #e7e7e7;
    font-weight: normal!important;/*bold;*/
    width: 100%;
    padding: 6px 10px 0 10px;
    line-height: 120%;
    box-shadow: 0px 0px 15px -5px #dfdbdb;
    font-family: 'Josefin Sans', sans-serif;
}
button.disc_artbutton{
	border-radius:0px;
}
a button.disc_artbutton{
	cursor:pointer;
}
  .disc_artbutton {
    height: /*75px*/60px;
  }

/*  .disc_artbutton:hover {
	background-color: #333;
    color: #fff;
    box-shadow: none;
  }*/
  .disc_artbutton:active {
    /*background-color: #63a1ed;*/
  }
button.disc_artbutton:hover {
    border-color: black;
	color: #fff;
    background: linear-gradient(270deg, #040404 0%, #6c6c6c 50%, #121212 100%);
    background-size: 200% auto;
    background-position: right center;
    box-shadow: 0 5px 10px rgb(82 82 82 / 40%);
}
.disc_artbuttonCaption {
	flex: 1;
	text-align:center;
	width:8rem;
}
.disc_artbuttonCaption:hover {
	/*color:fff;*/
}
.disc_artbuttonIndicator {
  flex: 1;
  max-width: 1rem;
}
span.disc_artbutton_span {
    font-size: 0.8em;
}


/*** ↓★button_discartist★↓ ***/
.button_discartist a {
	position: relative;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	align-content: center;
    margin: 0 auto;
    width: 150px;
    height: 60px;
	font-family: 'Josefin Sans', sans-serif;
    padding: 10px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: normal;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    filter: drop-shadow(0px 0px 15px #efebeb);
    border-radius: 3px;
    overflow: hidden;
	font-size: 1.1em;
    line-height: 120%;
    padding: 5px 0 0 0;
}
.button_discartist a:before{
content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 
130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    -webkit-transition: 0.5s;
    transition: 0.6s;
}
.button_discartist a:hover:before {
    left: 100%;
}
.button_discartist a:hover {
    background: #000;
	color:#fff;
}
p.disc_arttxt01 {
    margin: 0;
    width: 100%;
}
p.disc_arttxt02 {
    margin: 0;
    width: 100%;
    font-size: 0.8em;
}
/*** ↑★button_discartist★↑ ***/


/*** ↑■ アーティスト名一覧 ■↑***/

/***↓■アーティスト毎の作品一覧■↓ ***/
.disco_art_detail {
    margin: 50px 0 20px 0;
}
h2.disco_h2 {
    background: #222;
    text-align: left;
    padding: 7px 7px 7px 20px;
    font-size: 1.3em;
    color: #fff;
}
h2.disco_h2::before{

    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/kirakira.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
	margin-right: 5px;
}
.disco_art_workbox {
    background-color: #f8f8f8;
    padding: 30px 20px;
    margin: 10px 0 0 0;
}
ul.workbox_ul {
    list-style-type: none;
    display: flex;
	justify-content:space-between;
	margin: 0;
	 flex-wrap: wrap;
}
ul.workbox_ul li.workbox_ul_li{
	width:49%;
	background:#fff;
	padding: 20px;
	filter: drop-shadow(0px 0px 4px #efebeb);
	border-radius: 3px;
}
ul.workbox_ul li.workbox_ul_li:nth-child(n+3){
	margin-top:20px;
}
ul.workbox_phototxt {
    display: flex;
    margin: 0;
    list-style-type: none;
}
ul.workbox_phototxt li img {
    border: 5px solid #ebebeb;
    box-sizing: content-box;
}
ul.workbox_phototxt > li:first-child {
    margin-right: 20px;
	min-height: 160px;
}
ul.workbox_phototxt > li:nth-child(2) {
    text-align: left;
    width: calc( 100% - 180px );
}
p.worksbox_songttl {
    font-size: 1.1em;
/*border-bottom: 1px solid #333;*/
    padding-bottom: 3px;
    margin: 0 0 10px;
	font-weight: bold;
	border-bottom: 1px solid #cfcfcf;
    line-height: 125%;
}
p.releaseday_p{
	margin:0 0 10px 0;
}
ul.rolesfield_ul {
    margin: 0;
	padding: 0 0 10px;
    list-style-type: none;
    display: flex;
	border-bottom: 1px solid #e6e6e6;
}
ul.rolesfield_ul > li{
	margin-right: 3px;
    padding: 4px 4px 2px;
    border-radius: 3px;
	font-size: 0.85em;
    color: #fff;
    line-height: 100%;
}
li.role-lyrics {
    background: #c90;
}
li.role-composition {
    background: #69c;
}
li.role-arrangement {
    background: #a76ec8;
}
li.role-produce {
    background: #ad2b57;
}
li.role-chorus {
    background: #7c941c;
}
li.role-other {
    background: #1c948e;
}
p.alubumname_p {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
	line-height: 120%;
}
p.product_no {
    margin: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 0;
    line-height: 120%;
}
.workbox_howto {
    margin: 10px 0 0px;
    /*background: #f8f8f8;
    padding: 10px;
    border: 5px solid #ebebeb;*/
	display: flex;
	padding: 8px 10px;
    border: 1px solid #f5f5f5;
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(245, 245, 245, 1) 2px, rgba(245, 245, 245, 1) 4px );
}
.howtobuyspeech-left {

}

.howtobuyspeech-left p {
  margin: 0;
  padding: 0;
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
	padding: 4px 5px 5px;
    min-width: 70px;
    max-width: 100%;
    color: #fff;
    font-size: 0.7em;
    background: #222222;
    line-height: 200%;
}
.howtobuyspeech-left p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 10px solid #222222;
}
.howtobuyspeech-right {
    display: flex;
    flex-wrap: wrap;
}
.howtobuyspeech-right a {
    margin: 0 5px 5px 0;
}

a.disco_howto {
font-size: 0.8em;
    text-decoration: none;
    background: #fff;
	line-height: 120%;
    padding: 7px 5px 4px;
    border-radius: 3px;
    color: #a1a1a1;
    font-weight: bold;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef;
    box-shadow: 1px 2px 2px 0px #b2b2b2;
}
/***↑■アーティスト毎の作品一覧■↑ ***/


/*** ↓■NEWS一覧ページ■↓  ***/
section.newsTable {
    margin: 30px 0 0 0;
	background: #f8f8f8;
    padding: 5%;
}
h2.second_h2_news {
    font-size: 2.0em;
    letter-spacing: 0.2em;
    font-weight: 800;
    padding-bottom: 10px;
    margin: 0 0px 20px 0;
}
span.h2_news_en {
	font-family: 'Josefin Sans', sans-serif;
	font-style: italic;
    text-transform: uppercase;
}
h3.news_ttl{
	text-align:left;
	padding:5px;
	line-height:125%;
	font-size:1.1em;
	border-bottom:1px solid #e6e6e6;
	padding-left: 1.3em;
    text-indent: -1.3em;	
	margin:0 0 5px 0;
}
h3.news_ttl:before{
	content: '';/*何も入れない*/
	display: inline-block;
	width: 20px;/*画像の幅*/
	height: 20px;/*画像の高さ*/
	background-image: url(../images/kirakira.png);
	background-repeat:no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 5px;
}
.sec_contarea_news {
    margin: 20px 0 80px 0;
}
.second_date_news{
	text-align:right;
	margin:0 0 10px 0;
}
.sec_contents_news {
    padding: 20px;
	background:#fff/*#efefef*/;
    text-align: left;
    line-height: 145%;
	filter: drop-shadow(0px 0px 4px #efebeb);
    border-radius: 3px;
}
.sec_contents_news p {
    margin: 0;
}
.sec_contents {
    margin: 0 0 20px 0;
}
.sec_contents  p {
    margin: 0;
	line-height:145%;
}
/* ページ繰り */
section.archive_navi {
    margin: 30px 0 80px;
}
span.page-numbers.current {
    background: #fff;
    border: 1px solid #efefef;
    padding: 10px;
    border-radius: 5px;
}
a.page-numbers {
    background: #222;
    border: 1px solid #222;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}
a.page-numbers:hover{
	background:#fff;
    border: 1px solid #efefef;
	color:#222;
}
.p_no_content{
	text-align:center;	
}
/*** ↑■NEWS一覧ページ■↑  ***/



/*** ↓■Contact Usフォーム■↓ ***/
.contact_prearea {
    background: #f8f8f8;
	padding: 20px 5%;
}
p.contact_pretxt {
    margin: 0 0 30px 0;
    line-height: 145%;
}
span.contact_musttxt {
    color: #e95a5a;
    font-weight: bold;
    font-size: 1.2em;
}
.contact_formbox {
    background: #f8f8f8;
    padding: 5% 5% 20px;
    margin: 30px auto;
	text-align:left; 
}
.toiawase_f dl {
    padding: 25px 0;
    overflow: hidden;
    width: 100%;
	border-bottom: 1px dotted #d1d1d1;
    padding: 25px 0 25px;
}
.toiawase_f dt {
    width: 25%;
    font-size: 90%;
    display: block;
    clear: left;
    float: left;
    vertical-align: middle;
    padding: 0 0 0 25px;
    line-height: 150%;
	font-weight: normal!important;
}
span.contact_must {
    color:  #e95a5a;
    padding: 1px 2px;
    margin-left: 5px;
	font-weight:bold;
	font-size:1.2em;
}
.toiawase_f dd {
    display: block;
    vertical-align: middle;
    width: 550px;
    text-align: left;
    float: left;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    display: inline-block;
    margin-bottom: 0px!important;
    padding: 8px 14px;
    border: 1px solid #777;
    border-radius: 3px;
    background: #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
    font-size: 1.0rem;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#000;
	color:#FFF;
}
p.contact_kakunin_btn{
	text-align: center; 
	margin: 50px 0px 10px 0px; 
	display:inline-block;
	width: 100%;
}
p.contact_kakunin_btn > input[type="submit"] {
    font-weight: normal;
    font-size: 0.9em;
}
p.contact_syusei_btn{
	text-align: center; 
	margin: 10px 0px 10px 0px; 
	display:inline-block;
	width: 100%;
}

.mw_wp_form .error {
    color: #e95a5a;
    font-weight: bold;
    margin: 5px 0 0 0;
}
.mw_wp_form_confirm {
    background: #fff;
    padding: 20px;
    text-align: left;
	margin: 0 0 50px 0;
}
/*** ↑■Contact Usフォーム■↑ ***/


/*** ↓■サイトポリシー■↓ ***/
h2.sitepolicy_h2 {
    text-align: left;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 1.1em;
}
.sitepolicy_box {
    margin: 0 0 50px 0;
    text-align: left;
}
.sitepolicy_box p{
    margin: 0;
    line-height:145%;
}
/*** ↑■サイトポリシー■↑ ***/

/*** ↓■プライバシーポリシー■↓ ***/
p.pvpolicy_txt01{
	margin: 0 0 50px 0;
    line-height:145%;
    text-align: left;
}
p.pvpolicy_txt02{
	margin: 0;
    line-height:145%;
    text-align: left;
}
h2.pvpolicy_h2 {
    text-align: left;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-size: 1.1em;
}
.pvpolicy_box {
    margin: 0 0 50px 0;
    text-align: left;
}
.pvpolicy_box p{
    margin: 0;
    line-height:145%;
}
/*** ↑■プライバシーポリシー■↑ ***/

/*** ↓■サイトマップ■↓ ***/
ul.sitemap_ul {
    list-style-type: none;
    margin: 0 auto;
    border-top: 1px solid #e6e6e6;
	width: 250px;
}
ul.sitemap_ul li {
    margin: 0 0 0px 0;
    font-size: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    font-weight: 400;
}
ul.sitemap_ul li a,ul.sitemap_ul02 li a {
    color: #000;
    text-decoration: none;
}
ul.sitemap_ul li a:hover,ul.sitemap_ul02 li a:hover {
    text-decoration: underline;
}
ul.sitemap_ul li.home {
    font-size: 1.0em;
    line-height: 125%;
}
span.sitemap_topfont {
    font-family: 'Oswald', sans-serif;
    font-size: 1.7em;
}
ul.sitemap_ul02 {
    list-style-type: none;
    margin: 0 auto;
	width: 250px;
}
ul.sitemap_ul02 li {
    margin: 0 0 0px 0;
    font-size: 1.5em;
    font-family: 'Josefin Sans', sans-serif;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    font-weight: 400;
}
/*** ↑■サイトマップ■↑ ***/

/*** ↓■404 PageNotFound■↓ ***/
h2.second_404_h2{
	margin: 0px 0 20px 0;
    font-weight: bold;
    font-size: 1.5em;
    line-height: 125%;
}
/*** ↑■404 PageNotFound■↑ ***/