@charset "utf-8";

/*////////////////////////////////////////////////////
	common
////////////////////////////////////////////////////*/

.sp {
	display: none!important;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
}
body {
	font-size: 16px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	text-align: left;
	color: #000;
	width: 100%;
	min-width: 1250px;
	word-break: break-all;
	position: relative;
}
p, dt, dd, li, th, td {
	line-height: 1.5;
}
/*clearfix */
.clearfix:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	min-height: 0px;
}
h1 {
	margin-bottom: inherit;
	background: inherit;
	padding: inherit;
	border-radius: inherit;
	font-size: 0;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	display: inherit;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	text-rendering: inherit;
}
input[type="submit"], input[type="checkbox"], label, button,select {
	cursor: pointer;
}
input[type="submit"] {
	border: none;
}
input ,button, select {
	background-color: #fff;
	border-radius: 0;
}
button {
	border: none;
}
input {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}
select {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}
textarea {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	font-size: 16px;
}
.fonta {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
	text-decoration: none;
}
.hover:hover {
	transition: 0.2s;
	opacity: 0.7;
}
.link01 {
	text-decoration: underline;
}
.link01:hover {
	text-decoration: none;
}

.bg_color_bule {
	background-color: #004080!important;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center!important;
}
table {
	border-collapse: collapse;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.acccont {
	display: none;
	-webkit-transition: none;
	-ms-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}
.header01 {
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-bottom: 1px solid #CCC;
}
.headleft {
	float: left;
}
.logo01 {
	float: left;
}
.logo01 .pt01 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}
.logo02 {
	float: left;
	padding-top: 37px;
	padding-bottom: 15px;
}
.headright {
	float: right;
	padding-top:8px;
}
.headtxt {
	vertical-align: middle;
	display: inline-block;
	padding-right: 12px;
}
.headinfo {
	vertical-align: middle;
	display: inline-block;
	text-align: left;
}
.headinfo01 {
	font-size: 18px;
	font-weight: 500;
}

.headinfo02 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 2px;
}
.headinfo02 span {
	background-image: url(../img/common/icon_free.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	padding-left: 35px;
}
.header02 {

}
.gnavwrap {
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.gnav {
	display: table;
	width: 100%;
}
.gnav > li {
	vertical-align: middle;
	display: table-cell;
	/* width: 205px; */
	position: relative;
}
.gnav > li a {
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.gnav > li.current::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #2362A0;
    width: 36px;
    margin: 0 auto;
}
.topbtn {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.footerwrap {
	background-color: #004080;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-top: 100px;
	color: #FFF;
}
.ft_20 {
	font-size: 20px!important;
}
.ft_18 {
	font-size: 18px;
}
.ft_16 {
	font-size: 16px!important;
}
.text_left {
	text-align: left!important;
}
.flex {
	display: flex;
}

.price_mdf {
	text-align: right;
	margin-right: -1em;
	display: block;
}
.ft01 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 40px;
}
.ft02 {
	margin-bottom: 12px;
}
.ft03 {
	text-align: center;
	margin-bottom: 25px;
}
.ft03 span {
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	border: 1px solid #4D7AA6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.ft04 {
	width:350px;
	margin:0 auto;
}
.ft04 table {
	width:100%;
}
.ft04 table th {
	font-weight: 500;
	width: 6em;
	padding-top: 7px;
	padding-bottom: 7px;
}
.ft04 table td {
	font-weight: 500;
	padding-top: 7px;
	padding-bottom: 7px;
}

.footernav {
	text-align: center;
	margin-bottom: 35px;
	border-top: 1px solid #4D7AA6;
	border-bottom: 1px solid #4D7AA6;
}
.footernav li {
	display: inline-block;


	margin-right: 15.px;
	margin-left: 15px;
	font-size: 16px;
	margin-right: 15px;
}
.footernav li a {
	color: #FFF;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.copy {
	font-size: 12px;
	padding-top: 20px;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #4D7AA6;
}

.cmnbox01 {
	width: 1200px;
	margin: 0 auto;
}
.tnews04::-webkit-scrollbar{
	width: 7px;
	background: #eee;
}
.tnews04::-webkit-scrollbar-thumb{
	background: #666;
}
.select01::-ms-expand {
	display: none;
}
.content {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'Noto Serif JP', serif;
}
.main01 {
	background-image: url(../img/common/bg_main_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	text-align: center;
	padding-top: 115px;
	padding-bottom: 115px;
}
.main02 {
	font-size: 40px;
}
.main03 {
	font-size: 20px;
}
.topicpath01 {
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom:60px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}
.topicpath02 {
	width:1250px;
	margin:0 auto
}
.topicpath03 {
	font-size: 16px;
}
.topicpath03 a:hover {
	text-decoration:underline;
}

.mainblock01 {
	width: 1200px;
	margin: 0 auto
}
.mainblock02 {
	width:885px;
	float:right;
}
.mainblock03 {
	width:280px;
	float:left;
}
.side01 li {
	margin-bottom: 30px;
}

.plfst01 {
	margin-bottom: 50px;
}
.plfst02 {
	width:410px;
}
.plfst02.wa {
    width: 100%;
}
.plfst03 {
	margin-bottom: 20px;
	background-color: #F8F8F8;
	background-image: url(../img/common/bg_plan_01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
}
.plfst03 dt {
	font-size: 22px;
	color: #0085B2;
	font-weight: bold;
}
.plfst03.type02 dt {
	color: #D5647F;
}
.plfst03.type03 dt {
	color: #FF7F00;
}
.plfst03.type04 dt {
	color: #65A426;
}
.plfst03.type05 dt {
	color: #00b050;
}
.plfst03 dd {
	font-size:24px;
}
.plfst03 dd span {
	font-size:18px;
}
.plfst04 img {
    box-shadow: rgb(170, 170, 170) 5px 5px 10px;
    -webkit-box-shadow: rgb(170, 170, 170) 5px 5px 10px;
    -moz-box-shadow: rgb(170, 170, 170) 5px 5px 10px;
}
.plfst02.fc {
	margin-left:auto;
	margin-right:auto;
}
.plfst05 {
	margin-top: -20px;
	margin-bottom: 60px;
	font-size: 14px;
}
.pltitle01 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.pltitle01 span {
	display: inline-block;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom:5px;
	border-bottom: 2px solid #2362A0;
}
.pldtl01 {
	margin-bottom: 120px;
	background-image: url(../img/common/bg_plan_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	padding-top: 45px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
}
.pldtl02 {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 45px;
}
.pldtl03 {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
	margin-left: 35px;
}
.pldtl04 {
	background-image: url(../img/common/bg_plan_03.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	width: 762px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 191px;
	padding-top:30px;
}
.pldtl05 {
	font-size: 20px;
	margin-bottom:17px;
}
.pldtl05 li {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-left: 15px;
}
.pldtl06 {
	font-size: 14px;
	text-align: right;
}
.pldtl07 {
	text-align: center;
	margin-bottom: 20px;
}


.plpr01 {
}
.plpr02 {
	font-size: 14px;
	text-align: right;
	margin-top:10px;
	margin-bottom:10px;
}
.plpr03 {
	border: 1px solid #ddd;
}
.plpr04 {
	font-size: 26px;
	color: #FFF;
	background-color: #2362A0;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-weight: normal;
}
.plpr05 {
	text-align:center;
}
.plpr05.type01 {
	border-bottom:solid 1px #ddd;
}
.plpr06 {
	padding-top:25px;
	padding-bottom:25px;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	width:49%;
}
.plpr06:first-child {
	border-right:solid 1px #ddd;
}
.plpr06.type05:first-child {
	border-right:none 1px #ddd;
}
.plpr06 dt {
	font-size: 22px;
	color: #0085B2;
	font-weight: bold;
}
.plpr06.type02 dt {
	color: #D5647F;
}
.plpr06.type03 dt {
	color: #FF7F00;
}
.plpr06.type04 dt {
	color: #65A426;
}
.plpr06.type05 dt {
	color: #00b050;
}
.plpr06 dd {
	font-size:20px;
}
.plpr06 dd span {
	font-size:16px;
}
.plpr07 {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	font-size: 50px;
	font-weight: 500;
	color: #D5647F;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.plpr08 {
	text-align:center;
	margin-bottom: 15px;
	margin-top:15px;
}
.plpr08.type02 {
	margin-top:12px;
	margin-bottom: 5px;
}
.plpr08.type02 span {
	font-size: 22px;
	line-height:1.2;
}
.plpr08.type03 {
	margin-bottom: 15px;
}

.plpr09 {
	text-align:center;
	margin-bottom:20px;
}
.plpr09 table {
	width:100%;
}
.plpr09 table th {
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	width:50%;
	padding-right:20px;
}
.plpr09 table td {
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}
.plpr09 table td span {
	font-size: 16px;
}
.plpr10 {
	margin-bottom: 15px;
	margin-top:25px;
	text-align:center;
}
.plpr11 {
	width:250px;
	display: inline-block;
	vertical-align: top;
	margin-left:12px;
	margin-right:12px;
}
.plpr12 {
	margin-bottom:10px;
}
.plpr12 img {
	box-shadow:3px 3px 4px 0px #999999;

}
.plpr13 dt {
	font-size:20px;
}
.plpr13 dt span {
	font-size:14px;
	display:block;
}
.plpr13 dd {
	font-size:20px;
}
.plpr13 dd span {
	font-size:16px;
}
.plpr14 {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.plpr15 {
	padding-top:12px;
	padding-bottom:12px;
	display: inline-block;
	vertical-align: top;
	text-align:center;
	width:49%;
}
.plpr15.type02 {
	float:left;
}
/*.plpr15:first-child {
	border-right:solid 1px #ddd;
}*/
.plpr16 {
	text-align:center;
	margin-bottom:20px;
}
.plpr16 dt {
	font-size:20px;
}
.plpr16 dt span {
	font-size:15px;
	display:block;
	padding-top:12px;
}
.plpr16 dd {
	font-size:20px;
}
.plpr17 {
	text-align:center;
	margin-bottom:10px;
}
.plpr18 {
	text-align:center;
}

.tabt01 {
	background-image: url(../img/top/bg_01.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	margin-bottom: 60px;
	padding-top: 70px;
	padding-right: 3%;
	padding-bottom: 70px;
	padding-left: 3%;
}
.tabt02 {
	font-size: 48px;
	color: #2362A0;
	text-align: center;
	margin-bottom: 10px;
}
.tabt03 {
	font-size: 27px;
	text-align: center;
	margin-bottom: 25px;
}
.tabt04 {
	font-size: 18px;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	text-align: center;
}

.tmain_boder {
	border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    border-bottom: 0;
    border-left: 4px solid #fff;
}

.tplan01 {
	margin-bottom:35px;
}
.tplan02 {
	width: 424px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	border-radius: 7px;
	padding-top: 65px;
	padding-bottom: 55px;
	text-align:center;
	margin-bottom:32px;
}
.tplan02:nth-child(odd) {
	float:left;
	clear:both;
}
.tplan02:nth-child(even) {
	float:right;
}
.tplan02.type01 {
	background-image: url(../img/top/bg_02.png);
}
.tplan02.type02 {
	background-image: url(../img/top/bg_03.png);
}
.tplan02.type03 {
	background-image: url(../img/top/bg_04.png);
}
.tplan02.type04 {
	background-image: url(../img/top/bg_05.png);
}
.tplan02.type05 {
	background-image: url(../img/top/bg_07.png);
	float:none;
	margin-left:auto;
	margin-right:auto;
}
.tplan03 {
	margin-bottom:15px;
}
.tplan03 dt {
	font-size:30px;
	margin-bottom:5px;
}
.tplan03 dd {
	font-size:18px;
}
.tplan04 {
	width: 190px;
	margin-right: auto;
	margin-left: auto;
}
.tplan04 a {
	color: #FFF;
	background-color: #D5647F;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	border-radius: 5px;
}
.tplan04 a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
}
.tlnk01 {
	margin-bottom:60px;
}
.tlnk02 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 12px;
}
.tlnk03 {
	background-image: url(../img/top/bg_06.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.tlnk04 {
}

.tord01 {
	background-color: #F7F7EE;
	padding-top: 40px;
	padding-right: 12px;
	padding-bottom: 40px;
	padding-left: 12px;
	border: 1px solid #ddd;
}
.tord02 {
	text-align:center;
}
.tord03 {
	vertical-align: top;
	display: inline-block;
	width: 310px;
	margin-right: 25px;
	margin-bottom: 45px;
	margin-left: 25px;
}
.tord03.type02 {
	width: 207px;
	margin-right: 12px;
	margin-bottom: 35px;
	margin-left: 12px;
}
.tord04 {
	margin-bottom:12px;
}
.tord05 {
}
.tord06 {
	text-align:center;
	margin-bottom:20px;
}
.tord07 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.tord08 {
	text-align:center;
}
.tord09 {
	vertical-align: top;
	display: inline-block;
	width: 320px;
	/*height:90px;*/
	min-height:90px;
	color:#fff;
	border-radius:5px;
	margin-right: 10px;
	margin-left: 10px;
}
.tord09.type01 {
	background-color: #1D4195;
}
.tord09.type02 {
	background-color: #D5647F;
}
.tord09.type02 a {
	display:block;
	color:#fff;
	height:90px;
}
.tord10 {
	font-size:14px;
}
.tord09.type01 .tord10 {
	padding-top:10px;
	padding-bottom:5px;
}
.tord09.type02 .tord10 {
	padding-top:5px;
	padding-bottom:2px;
}
.tord11 {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	font-size:32px;
	font-weight: 500;
	line-height:1;
}
.tord11 span {
	background-image: url(../img/top/icon_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	display:inline-block;
}
.tord12 {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height:1;
}
.tord12 span {
	background-image: url(../img/top/icon_02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	display: inline-block;
}
.tord13 {
	font-size:12px;
	padding-top:5px;
}
.tord13_mdf {
	margin-top: -20px;
	font-size: 20px;
}

.tord14 {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height:1;
}
.tord14 span {
	background-image: url(../img/top/icon_03.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 24px 0 24px 35px;
	display: inline-block;
}
.tord14_mdf span {
	padding: 16px 0 24px 35px;
	font-size: 21px;
	background-position: left 15px;
}
.fax_btn a {
	padding-top: 7px;
}
.fax_btn .tord12 span {
	font-size: 21px;
	margin-top: 20px;
	display: initial;
}
.fax_btn .tord12 span span {
	font-size: 14px;
    background: initial;
    padding: 0;
}
.fax_btn .tord13 {
	font-size: 20px;
}
.sup01 {
	margin-bottom:80px;
}
.sup02 {
	text-align:center;
	margin-bottom:30px;
}
.sup03 {
	text-align: center;
	margin-bottom: 35px;
}
.sup04 {
	margin-bottom:45px;
}
.sup05 {
	float:left;
	width:280px;
	margin-left:22px;
	margin-bottom:20px;
}
.sup05:first-child {
	margin-left:0;
}
.sup04.type02 .sup05 {
	width:204px;
	margin-left:23px;
}
.sup04.type02 .sup05:first-child {
	margin-left:0;
}
.sup06 {
	text-align:center;
	margin-bottom:10px;
}
.sup07 {
	font-size: 14px;
	font-weight: bold;
	color: #16316D;
	text-align: center;
	margin-bottom:7px;
}
.sup07_mdf {
	text-align: right;
	margin-top: 5px;
}
.sup08 {
	text-align: center;
	margin-bottom: 35px;
}
.sup08 span {
	color: #FFF;
	background-color: #B20000;
	display: inline-block;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-weight: normal;
}
.sup09 {
	font-size: 14px;
	text-align: right;
	margin-bottom: 45px;
}
.sup10 {
	font-size: 14px;
	text-align: center;
}
.sup11 {
	font-size: 14px;
	margin-bottom:30px;
}
.sup12 {
	float:left;
	width:280px;
	margin-right:137px;
	margin-bottom:20px;
}
.sup12:first-child {
	margin-left:137px;
	margin-right: 50px;
}
.tord11 a {
	color:#fff;
}

.corona-news_wrap {
	width: 1000px;
	background-color: #ffffb9;
	border: 3px solid #c00000;
	padding: 5px 0;
	margin: 10px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.corona_title {
	color: #c00000;
	font-size: 38px;
	text-align: center;
}
.corona-news_inner {
	background-color: #cb322f;
	border-radius: 70px;
	width: 70px;
	height: 70px;
	position: relative;
}

.corona-news_inner a {
	display: block;
	width: 100%;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;

	}
.corona-news_inner p {
	text-align: center;
}
.sp-show {
	display: none;
}
.pc-show {
	display: block;
}
.tplan03_mdf {
	padding: 0 20px;
}
.type02_mdf {
	background-image: url(../img/top/bg_07.png)!important;
}
.plpr09_mdf {
	width: 766px;
	margin: 0 auto;
	padding: 30px;
}
.plpr09_inner {
	text-align: left;
}
.plpr09_inner_mdf {
	display: flex;
	justify-content: space-between;
}
.plpr09_inner p {
	margin-bottom: 10px;
	font-size: 20px;
}
.plpr09_inner p:nth-child(3) {
	margin-bottom: 20px;
}
.plpr17_mdf {
	display: flex;
	justify-content: space-between;
}
.plpr17_mdf-left, .plpr17_mdf-right {
	width: 49%;
}
.plpr17_mdf-right span, .plpr17_mdf-shadow span {
	display: block;
}

.plpr17_mdf-shadow img  {
	box-shadow:5px 5px 6px -3px #999;
}
/* サイドバー CM放送中
*****************************************************/
.sidebar_cm {
	border: 5px solid #23ac38;
	padding: 7px;
	font-size: 22px;
	color: #23ac38;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.sidebar_cm p {
	margin-bottom: 5px;
}
.sidebar_cm a {
	display: block;
	color: #fff;
	background-color: #23ac38;
	border-radius: 5px;
	padding: 3px 0;
	width: 170px;
	margin: 0 auto;
}
.sidebar_youtube {
	border: 5px solid #1069c9;
	color: #1069c9;
}
.sidebar_youtube a {
	background-color: #1069c9;
}
.sidebar_youtube_blue a{
	color: #1069c9;
	font-size: 18px;
	margin: 0;
	width: 100%;
	background-color: initial!important;
}
.sidebar_youtube_purple {
	border: 5px solid #7030a0;
}
.sidebar_youtube_purple a{
	color: #7030a0;
	font-size: 18px;
	margin: 0;
	width: 100%;
	background-color: initial!important;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube_wrap h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1c8e72;
	text-align: center;
	margin-bottom: 10px;
}

.logo_wrap {
	display: flex;
	align-items: center;
}
.logo_wrap span:nth-child(2) {
	margin-left: 20px;
	padding: 0;
	float: initial;
}
.order_bnr_wrap {
	border: #6f614d 2px solid;
	padding: 2px;
	margin-bottom: 60px;
	display: block;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #0d0d0d!important;
	text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
	font-family: serif;
}
.order_bnr_inner {
	border: #6f614d 1px solid;
	display: flex;
  align-items: center;
	justify-content: space-between;
}
.order_bnr_inner::before {
	content: "";
  display: inline-block;
  background: url(../img/top/kyoka04_20230802.png);
	width: 120px;
  height: 94px;
	background-size: contain;
	background-repeat: no-repeat;
}
.order_bnr_inner::after {
	content: "";
  display: inline-block;
  background: url(../img/top/fruitKan-03_20230802.png);
	width: 120px;
  height: 94px;
	background-size: contain;
	background-repeat: no-repeat;
}





/* トップページ　youtube埋め込み
----------------------------------*/
.video {
	margin: 20px auto;
}
.video .video_title {
	font-size: 5vw;
    color: #333;
    font-family: serif;
    text-align: center;
	padding: 2vw 0;
}
.video .embed {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	filter: drop-shadow(0px 4px 6px #979797);
}
.video .embed iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width:768px){
	.video {
		margin: 0 auto 60px auto;
	}
	.video .video_title {
		font-size: 40px;
		padding: 14px 0;
	}
	.video .embed {
		position: relative;
        width: 60%;
        padding-top: 34%;
		margin: 0 auto;
	}
}
