@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese');
.base_style .content_wrapper {
  display: block;
  position: relative;
  margin: 15px auto 30px;
  padding: 0px  0px 20px;
  width: 940px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.base_style .content_inner {
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}
.base_style .ex_inner {
  margin-bottom: 40px;
  clear: both;
}

/* ▼タイトル▼ */
div.summary_title {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 15px;
	margin: 0;
	padding: 10px 0 7px;
	z-index: 2;
	width: 200px;
	text-align: center;
	color: white;
	font-size: .875rem;
	background: #3b5ca6;
	border-radius: 2px 0 0 0;
	}
.summary_title:before {
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #0c4e6b;
	border-right: solid 5px transparent;
}
.summary_title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 10px solid #3b5ca6;
}
/* ▲タイトル▲ */

/* ▼テキスト▼ */
.base_style .content_txt {
  margin: 0 auto;
  width: 720px;
  font-size: 1.0625rem;
  line-height: 1.7em;
}
.text_num {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ff0000;
}
.base_style .content_txt-notes {
  padding-top: 5px;
  font-size: 0.75rem;
  color: #cc3300;
}



/* ▲テキスト▲ */

/*--------------------------------------------------------------追加ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


/* 改行位置切り替え(PC/SP) */
br.br-pc {
  display: inline;
}
br.br-sp {
  display: none;
}

.f-box {
  display: flex;
  justify-content: space-between;
}
.f-box2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.mediaText.cols60 .logoimg {
  display: inline-block;
  width: 250px;
  height: auto;
  position: relative;
  top: -19px;
}
.frame .content_wrapper .content_inner {
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 5%;
  box-sizing: border-box;
  width: 100%;
}


 .catch_a {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.45em;
}

div.pro_btn {
    position: relative;
}
.base_style a.btn {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 30px 0 20px;
    padding: 0.8em 1em;
    width: 18em;
    font-weight: bold;
    background: linear-gradient(to top, #ff8003, #ffa052);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 1.3;
}
.base_style a.btn:hover {
    opacity: 0.5 !important;
    transition: ease-out;
	transition: 0.5s;
}


.h3_catch{
    text-align: center;
}

.p-index a{
    display: block;
    width: 60%;
    margin: 20px auto 80px;
}


/*-------------------------------------------------------*/

h4.midashi {
  position: relative;
    font-size: 1.4em;
  padding: 0.5em 0.7em;
background-image: linear-gradient(90deg, rgba(130, 173, 235, 1), rgba(83, 191, 211, 1));
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
    margin: 0 0 30px 0;
}



.name2{
    font-size: 0.7em;
}

.DetailPage ul, .DetailPage p, .DetailPage table {
    margin-top: 10px;
}


img.p_img01{
    width: 59%;
}
img.p_img02{
    width: 85%;
}

.base_style .labelTopics.item01 .label {
    border-color: #c9afae;
    background: #c9afae;
	margin-top: 16px;
}

.main_text {
    font-weight: bold;
}

p.main_text {
    text-decoration: underline;
    color: #505050;
    margin: 8px 0;
	font-size: 14px;
}

span.main_text {
    text-decoration: underline;
    color: #505050;
    margin: 8px 0;
}

span.main_text:hover {
    opacity: 0.5;
}



div.overview_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 26px auto;
     position: relative;
}

div.overview_box01 {
    width: 36%;
    text-align: center;
    margin: 0 50px 0 50px;
}

 .overview_box03 {
    width: 33%;
    text-align: center;
}



img.arrow01 {
    position: absolute;
    width: 10%;
    top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
}
p.and {
    font-size: 3em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    color:#3b5ca6;
    position: absolute;
    width: 10%;
    top: 40%;
  right: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
}
img.arrow02 {
    width: 200px;
  margin: 40px auto 20px;
    display: block;
}

.ribbon {
    position: absolute;
    top: -23px;
    left: -15px;
    width: 110%;
}

.ribbon02 {
    position: absolute;
    top: -25px;
    left: 58px;
    width: 63%;
}


div.overview_box03 , div.overview_box06 {
    border: 2px #5da2d1 solid;
    border-radius: 20px;
    padding: 20px 10px;
    position: relative;
    margin: 10px 50px;
}

.present_box .f-box{
    width: 80%;
    margin: 0 auto 40px;
    align-items: center;
}
img.present_img02{
    width: 40%;
    margin: 0 60px 0 0;
    display: block;
}

div.present_box_txt{
    width: 60%;
}

.present_box h5,h5.h5_applicable{
    margin: 40px auto 35px;
    width: 80%;
    text-align: center;
    padding: 0.3em 0;
    border-top: solid 2px #3b5ca6;
    border-bottom: solid 2px #3b5ca6;
    font-size: 1.4em;
}


.present_box h6{
    font-weight: 600;
    font-size: 1.05em;
    margin: 0 0 10px 0;
    color: #3b5ca6;
}
.present_box p{
    margin: 0 0 25px 0;
}
.red{
    color: #B90003;
}

.tyuuki .notes{
    width: 80%;
    margin: 10px auto 0px;
}

.tyuuki .notes li{
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px 0;
    line-height: 1.2;
    font-size: 0.9em;
}


.DetailPage .iyaku {
    font-size: 11px;
    text-align: center;
    border: 1px solid #bbb;
    padding: 2px 4px;
	margin: 0 0.3em 0 0.2em;
    margin-right: 5px;
    font-weight: normal;
}

div.overview_box04 img, div.overview_box05 img, div.overview_box06 img {
    width: 100%;
    text-align: center;
}

.tyusyaku {
    font-size: 0.8rem;
    color: #D93033;
}

p.text_03 {
    text-align: center;
    margin: 48px 0 24px;
    font-size: 1.2rem;
    /* font-weight: bold; */
    color: #774f38;
}

.h3_box {
    width: 100%;
    margin: 24px auto 0;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
}

h3.margin01 {
    position: relative;
    padding: 1rem 0 0;
    border-bottom: 6px solid #e3c8bf;
    margin-bottom: 24px;
}
h3.margin01:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #a67562;
}


h4.h4_main {
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 400;
    color: #dd525a;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 16px;
}

.mediaText .title {
    font-size: 18px;
    font-weight: bold;
}

.catch_b {
    margin-top: 20px;
    font-size: 17.4px;
    line-height: 1.2em;
    font-weight: 100;
}

.remarks {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
}

.item_wrapper {
    display: flex;
    align-items: center;
}

img.item_img {
    width: 88%;
    display: block;
    margin-left: 20px;
}

img.picture-item {
    width: 30%;
    margin: 24px auto 36px;
    display: block;
}

.h4_box {
    margin: 24px auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.d_wrapper {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
	margin: 36px 0!important;
}

img.d_box-item {
    width: 70%;
    margin: 0 auto 24px;
    display: block;
}

.cnter {
    text-align: center;
}

p.center {
    text-align: center;
    margin-top: 16px;
}

p.remarks {
    margin-top: 8px;
}

.pro_btn a.btn, .pro_btn02 a.btn02 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin: 24px auto 50px;
    padding: 0.8em 1em;
    width: 15em;
    /* font-weight: bold; */
   background: linear-gradient(to top, #ee9125, #ffa844);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    border-radius: 10px;
    font-size: 1.125rem;
    line-height: 1.3;
}

span.kakaku {
    margin-top: 8px;
    display: block;
}


.underline{
	text-decoration: underline;
}

.d_box:nth-of-type(1) {
    margin-right: 20px !important;
}

.pro_btn02 a.btn02:hover{
	opacity: 0.5;
}

.mod-item:hover{
	opacity: 0.5;
}

.a_link:hover{
	opacity: 0.5 !important;
	text-decoration-color: #505050!important;
}

.hover_line:hover{
	text-decoration-color: #505050!important;
}

p.kakaku {
    font-size: 0.8rem;
    margin: 8px 0;
}


.p_img_box {
    display: flex;
    flex-direction: row;
    align-items: center;
}


img.pc_view.p_img_box02 {
    width: 50%;
}


.pro_btn02 a.btn02:hover {
    opacity: 0.5 !important;
	text-decoration-color: #505050!important;
}

.hover_img:hover{
	opacity: 0.5!important;
}


.base_style a.btn:hover {
    opacity: 0.5 !important;
    transition: ease-out;
    transition: 0.5s;
    color: #fff !important;
}

p.bnr_txt{
    width: 70%;
    margin:5px auto 0;
    font-size: 0.8em;
    color: #cc0019;
}

/*--------------------2026 4つのキャンペーン同時開催中-----------------------------------*/
.f-box{
    display: flex;
    justify-content: space-between;
}

section.campaign_box{
    margin: 100px 0 50px 0;
}

div.campaign_title{
    text-align: center;
    margin: 0px 0 30px 0;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

.campaign_title p:first-of-type{
    color: #eb154e;
    font-size: 1.4em;
    margin: 0px 0 5px 0;
}

div.campaign_title h3{
    font-size: 2em;
}

.campaign_box section{
    width: 24%;
}

.campaign_box section a{
    display: block;
    height: 90px;
    border-radius: 15px;
    text-align: center;
    padding: 10px 5px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    color: #FFF;
    text-decoration: none;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    transition: 0.3s ease-in-out;
    position: relative;
}
.campaign_box section a:link,.campaign_box section a:active,.campaign_box section a:hover{
    color: #FFF;
}

img.campaign03_txt{
    width: 42px;
    position: absolute;
    top:-9px;
    left: -7px;
}

img.campaign_arrow{
    width: 15px;
    margin: 0 0 0 5px;
    position: relative;
    top:-1.5px;
}


ul.notes_ul{
    margin: 20px 0 0 0;
}
ul.notes_ul li{
    margin: 1px 0 0 0;
    text-indent: -1em;
    padding: 0 0 0 1em;
    font-size: 11px;
}

.campaign01 h4 span{
    display: block;
    margin: 10px 0 0 0;
}
.campaign02 h4 span{
    display: block;
    font-size: 0.9em;
    margin: 5px 0 0 0;
}
.campaign03 h4 span{
    display: block;
    font-size: 0.9em;
    margin: 5px 0 0 0;
}
.campaign04 h4 span{
    display: block;
    font-size: 0.65em;
    margin: 5px 0 0 0;
}
.campaign04 h4 span.font_l{
    font-size: 14px;
}

div.campaign_in_box{
    border-radius: 15px;
    padding: 10px;
    z-index: -3;
    position: relative;
    text-align: center;
    height: 310px;
}
div.campaign_in_box img{
    width: 100%;
}

.ribbon9 {
  display: inline-block;
  position: relative;
  height: 25px;
  text-align: center;
  box-sizing: border-box;
    top:-20px;
}
.ribbon9:before {/*左側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -15px;
  z-index: -2;
}

.ribbon9:after {/*右側のリボン端*/
  content: '';
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -15px;
  z-index: -2;
}

.ribbon9 h5 {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 25px;
  font-size: 12px;
  color: #FFF;
  background: #eb154e;/*真ん中の背景色*/
}
.ribbon9 h5:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
}
.ribbon9 h5:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
}


p.campaign_p_w{
    border-radius: 10px;
    font-size: 10px;
    padding: 5px 0;
    margin: 0 0 10px;
    height: 6em;
    background-color: #FFF;
}

p.campaign_p_w span{
    display: inline;
}

.campaign_in_box h6{
    font-size: 13px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

p.get_txt{
    background-color: #FFF;
    border-radius: 3px;
    font-size: 10px;
    padding: 3px 0;
    color: #fcdbdb;
}



section.campaign01 a{background-color: #eb154e;}
section.campaign01 a:hover{background-color: #fd3a6e;}
.campaign01 div.campaign_in_box{
    background-color: #fff3f7;
 border:1.5px solid #ffd6e2;}
.campaign01 .campaign_in_box h6{color:#eb154e;margin: 15px 0;}
.campaign01 p.campaign_p_w{border: 1.3px solid #ffd6e2;padding: 15px 0 0 0;}
.campaign01 p.campaign_p_w span{color: #eb174f;}
.campaign01 p.get_txt{
    background-color: #fcdbdb;
    color: #eb174f;}
.campaign01 .ribbon9:before {/*左側のリボン端*/
  border: 10px solid #f22e62;
  border-left-color: transparent;/*山形に切り抜き*/}
.campaign01 .ribbon9:after {/*右側のリボン端*/
  border: 10px solid #f22e62;
  border-right-color: transparent;/*山形に切り抜き*/}
.campaign01 .ribbon9 h5 {
  background: #eb154e;/*真ん中の背景色*/}
.campaign01 .ribbon9 h5:before {
  border-right: solid 15px #c81142;/*左の折り返し部分*/}
.campaign01 .ribbon9 h5:after {
  border-left: solid 15px #c81142;/*右の折り返し部分*/}




section.campaign02 a{background-color: #ea912d;}
section.campaign02 a:hover{background-color: #f8a74d;}
.campaign02 div.campaign_in_box{
    background-color: #fef8f6;
    border:1.5px solid #f8e0d0;}
.campaign02 .campaign_in_box h6{color:#ea912d;margin: 24px 0;}
.campaign02 p.campaign_p_w{border: 1.3px solid #fce8db;padding: 10px 0 0 0;}
.campaign02 p.campaign_p_w span{color: #ea912d;}
.campaign02 p.get_txt{
    background-color: #fce8db;
    color: #ea912d;}
.campaign02 .ribbon9:before {/*左側のリボン端*/
  border: 10px solid #f8a74d;
  border-left-color: transparent;/*山形に切り抜き*/}
.campaign02 .ribbon9:after {/*右側のリボン端*/
  border: 10px solid #f8a74d;
  border-right-color: transparent;/*山形に切り抜き*/}
.campaign02 .ribbon9 h5 {
  background: #e98f28;/*真ん中の背景色*/}
.campaign02 .ribbon9 h5:before {
  border-right: solid 15px #ce7c1f;/*左の折り返し部分*/}
.campaign02 .ribbon9 h5:after {
  border-left: solid 15px #ce7c1f;/*右の折り返し部分*/}


section.campaign03 a{background-color: #7951a9;}
section.campaign03 a:hover{background-color: #946cc4;}
.campaign03 div.campaign_in_box{
    background-color: #f6f2fc;
border:1.5px solid #e5daef;}
.campaign03 .campaign_in_box h6{color:#7951a9;margin: 24px 0;}
.campaign03 p.campaign_p_w{border: 1.3px solid #e5daef;padding: 15px 0 0 0;}
.campaign03 p.campaign_p_w span{color: #7951a9;}
.campaign03 p.get_txt{
    background-color: #e5daef;
    color: #7951a9;}
.campaign03 .ribbon9:before {/*左側のリボン端*/
  border: 10px solid #946cc4;
  border-left-color: transparent;/*山形に切り抜き*/}
.campaign03 .ribbon9:after {/*右側のリボン端*/
  border: 10px solid #946cc4;
  border-right-color: transparent;/*山形に切り抜き*/}
.campaign03 .ribbon9 h5 {
  background: #7951a9;/*真ん中の背景色*/}
.campaign03 .ribbon9 h5:before {
  border-right: solid 15px #633e8f;/*左の折り返し部分*/}
.campaign03 .ribbon9 h5:after {
  border-left: solid 15px #633e8f;/*右の折り返し部分*/}


section.campaign04 a{background-color: #305dac;}
section.campaign04 a:hover{background-color: #4271c4;}
.campaign04 div.campaign_in_box{
    background-color: #f7f9fc;
/*    border:1.5px solid #ccd9ed;*/
    border:2px solid #4271c4;}
.campaign04 .campaign_in_box h6{color:#305dac;}
.campaign04 p.campaign_p_w{border: 1.3px solid #ccd9ed;height: 8em;}
.campaign04 p.campaign_p_w span{color: #305dac;}
.campaign04 p.get_txt{
    background-color: #ccd9ed;
    color: #305dac;}
.campaign04 .ribbon9:before {/*左側のリボン端*/
  border: 10px solid #4271c4;
  border-left-color: transparent;/*山形に切り抜き*/}
.campaign04 .ribbon9:after {/*右側のリボン端*/
  border: 10px solid #4271c4;
  border-right-color: transparent;/*山形に切り抜き*/}
.campaign04 .ribbon9 h5 {
  background: #305dac;/*真ん中の背景色*/}
.campaign04 .ribbon9 h5:before {
  border-right: solid 15px #23498b;/*左の折り返し部分*/}
.campaign04 .ribbon9 h5:after {
  border-left: solid 15px #23498b;/*右の折り返し部分*/}



section.matomete{
    background-color: #fff5f5;
    border-radius: 20px;
    position: relative;
    padding: 20px 20px 10px;
    margin: 0 0 10px 0;
}
section.matomete h4{
    position: absolute;
    top:-1em;
    left: 60px;
}
.matomete img{
    width: 100%;
}
img.matomete_fukidashi{
    position: absolute;
    top:-25px;
    left: 0px;
    width: 50px;
}
.red {
  color: #eb154e;
}

h4 span.big{
    font-size: 1.3em;
}
.remarks{
    font-size: 0.7em;
}
