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

/* sp style
--------------------------------------------*/
.pc, .sp414 {
	display: none;
}

/* top buuton
--------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9997;
}
#page-top a {
	display: block;
	width: 60px;
	height: 60px;
}

/* page top
--------------------------------------------*/
#page-top {
	opacity: 0.7;
}

/* header
--------------------------------------------*/
header {
	background-color: #FFF;
	border-bottom: 1px solid #164197;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3000;
}
.header_title {
	padding: 10px 0
}
.header_tel {
	display: none;
}
.header_title li h1 {
	text-align: center;
}
.header_title li h1 img {
	max-width: 151px
}
.header_title li:nth-of-type(2) {
	margin-top: 10px;
}
.header_title li dl dt, .header_title li dl dd {
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
}
.header_title li dl dt {
	font-size: 14px;
}
.header_title li dl dd {
	font-size: 20px;
}

/* main img
--------------------------------------------*/
h2.main_img {
	max-width: 960px;
	margin: 103px auto 0;
}

/* lead
--------------------------------------------*/
#lead {
	margin: 30px 0;
}
h3 {
	font-size: 28px;
	color: #164197;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.2;
}
.contents_txt {
	font-size: 16px;
	line-height: 1.4;
}

.solut_box {
	max-width: 720px;
	border: 10px solid #FFE300;
	margin: 15px auto 20px;
	padding: 15px 10px;
	text-align: center;
}
.solue_title li {
	font-weight: 700;
	color: #164197;
	text-align: center;
	line-height: 1.2;
}
.solue_title li:first-child {
	font-size: 20px;
	margin-bottom: 5px;
}
.solue_title li:last-child {
	font-size: 26px;
	margin-bottom: 15px;
}
.solute_list {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}
.solute_list li {
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2;
}
.solute_list li:last-child {
	margin-bottom: 0;
}
.next_explain {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	
}

/* package
--------------------------------------------*/
#package {
	margin: 30px 0;
}
.package_type {
	padding: 0 8px;
}
.package_type, .package_menu li {
	width: calc(33.33% - 6.5px);
}
.package_type:nth-of-type(2), .package_menu li:nth-of-type(2) {
	margin: 0 10px;
}
.package_type li {
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
.package_type li:nth-of-type(2) {
	margin-bottom: 5px;
}
.package_type li:nth-of-type(3) {
	width: 32px;
	height: 32px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	margin: 0 auto 20px;
}
.package_menu {
	margin-bottom: 20px;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	/*display: -ms-flexbox;*/
	display: -webkit-flex;
	display: flex;
}
.package_menu li {
	font-size: 16px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	/*display: -ms-flexbox;*/
	display: -webkit-flex;
	display: flex;
}
a.light_box {
	display: block;
	width: 100%;
	color: #164197;
	background-color: #FFE300;
	padding: 27px 5px;
}
a.full_box {
	display: block;
	width: 100%;
	color: #FFF;
	background-color: #0099E1;
	padding: 27px 5px;
}
a.same_box {
	display: block;
	width: 100%;
	color: #FFF;
	background-color: #164197;
	padding: 20px 5px;
}

#lightpackage {
	background-color: #FFE300;
}
#fullpackage {
	background-color: #0099E1;
}
#samepackage {
	background-color: #164197;
}
h4 {
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	padding: 15px 10px
}
/*accordion*/
.subInner {
	display:none;
	padding-bottom: 20px;
}
.subContent h4 {
	cursor: pointer;
	transition: 0.5s;
}
.subContent h4 span {
	display: block;
	background: url('../images/arrow_close.png') 100% 0% no-repeat;
	background-size: 40px 40px;
}
.subContent h4 span.open {
	background: url('../images/arrow_open.png') 100% 100% no-repeat;
	background-size: 40px 40px;
}
/*end*/

.package_padding {
	padding: 0 10px;
}
.store {
	float: left;
}
p.store img {
	max-width: 100px;
}
.package_example {
	float: right;
	width: calc(100% - 120px);
	margin: 0 0 20px 0;
}
.package_example li {
	font-size: 16px;
	line-height: 1.4;
}
.package_example li:first-child {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
.package_features {
	float: left;
	width: calc(33.33% - 10px);
	margin-bottom: 20px;
}
.package_features:nth-of-type(2) {
	margin: 0 15px;
}
.package_features li {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #164197;
	line-height: 1.2;
}
.package_features li:first-child {
	margin-bottom: 20px;
}
.border {
	border-top: 2px solid #FFF;
	padding-bottom: 20px;
}
.flex_wrap > a {
	display: flex;
}
.flex_wrap > a > .package_white {
	/*width: calc(50% - 7px);*/
	padding: 10px;
	background-color: #FFF;
}
.mr7 {
	margin-right: 7px;
}
.ml7 {
	margin-left: 7px;
}
h5 {
	font-size: 24px;
	color: #164197;
	text-align: center;
	line-height: 1.2;
	margin: 0 auto 10px;
}
.package_white > p {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	/*display: -ms-flexbox;*/
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.white_lead {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.white_list {
	float: left;
	width: calc(50% - 7px);
}
.white_list:first-child {
	margin-right: 14px;
}
.white_list li:first-child {
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #164197;
	padding: 5px 0;
}
.white_list li:nth-of-type(2) {
	margin-bottom: 10px;
}
/*.white_list li:nth-of-type(3) {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
.white_list li:nth-of-type(4) {
	font-size: 15px;
	line-height: 1.5;
}
.white_list li:last-child {
	margin-bottom: 0;
}
.pb95 {
	padding-bottom: 95px;
}*/
.package_features2 {
	float: left;
	width: calc(50% - 8px);
	margin-bottom: 30px;
}
.package_features2:first-child {
	margin-right: 16px;
}
.package_features2 li {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #164197;
	line-height: 1.2;
}
.package_features2 li:first-child {
	margin-bottom: 20px;
}
.border_area {
	border: 4px solid #FFF;
	padding: 10px;
}
.border_title {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 15px;
}
.light_list {
	width: 100%;
}
.light_list a {
	float: left;
	width: calc(50% - 5px);
	font-size: 16px;
	font-weight: bold;
	color: #164197;
	text-align: center;
	background-color: #FFF;
	border: 4px solid #164197;
	box-sizing: border-box;
	padding: 10px 0;
	line-height: 1.2;
}
.light_list a li {
	color: #164197;
	text-align: center;
}
.light_list a:first-child {
	margin-right: 10px;
}
.plus {
	width: 65px;
	height: 20px;
	background-color: #FFF;
	margin: 50px auto;
	position: relative;
}
.plus::after {
	content: '';
	width: 20px;
	height: 65px;
	background-color: #FFF;
	position: absolute;
	top: -22.5px;
	left: 22.5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
.package_white2 {
	float: left;
	width: calc(50% - 15px);
	padding: 10px;
	background-color: #FFF;
}
.package_white2:first-child {
	margin-right: 15px;
}
.w62 {
	width: calc(50% - 15px);
}
.w38 {
	width: calc(50% - 15px);
}

/* plan
--------------------------------------------*/
#t_plan{
	/*width: 100%;*/
	height: 610px;
	margin-bottom: 30px;
	overflow: hidden;
}
#t_header {
	width: 180px;
	float: left;
}
#t_data {
	width: calc(100% - 180px);
	height: 610px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	float: left;
}
#t_data::-webkit-scrollbar {
	height: 20px;
}
#t_data::-webkit-scrollbar-track {
	background: #EFEFEF;
}
#t_data::-webkit-scrollbar-thumb {
	background: #B5B5B5;
}
#t_data table {
	width: 426px;
}
#t_plan table, #t_plan td, #t_plan th {
	border-collapse: collapse;
	box-sizing: border-box;
	text-align: center;
}
.col_size1 {
	width: 30px;
	height: 40px
}
.col_size2 {
	width: 140px;
	height: 40px
}
.table_bg {
	background-color: #E6E4E2
}
#t_plan table tr td {
	font-size: 16px;
	font-feature-settings: "palt";
	height: 40px;
}
.table_em {
	font-weight: bold;
	color: #E50012;
}
.bl3 {
	border-left: 3px solid #333333;
}
.br3 {
	border-right: 3px solid #333333;
}
.bt3 {
	border-top: 3px solid #333333;
}
.bb3 {
	border-bottom: 3px solid #333333;
}
.w17 {
	width: 15px;
}
.w60 {
	width: 30px;
}
.w220 {
	width: 200px;
	line-height: 1.2;
}
.lh12 {
}
.w270 {
	width: 270px;
}
#plan table tr td.h45 {
	height: 45px;
	line-height: 1.2;
}
#t_plan table tr td.h30 {
	height: 20px;
}
#t_plan table tr td.h100 {
	height: 80px;
}
.bb1 {
	border-bottom: 1px dashed #333333;
}
.bt1 {
	border-top: 1px dashed #333333;
}
.br1 {
	border-right: 1px solid #333333;
}
.mr1 {
	border-right: 1px solid #333333;
}
.lh12 {
	line-height: 1.2;
}

/* to second
--------------------------------------------*/
.f_wrap {
	flex-wrap: wrap;
}
.f_wrap > a {
	width: calc(50% - 10px);
	border: 5px solid #164197;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}
.flex_wrap > a.mr0 {
	margin-right: 20px;
}
.offer_function li:first-child {
	font-size: 26px;
	color: #164197;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	padding: 10px 5px 0;
}
.offer_function li:nth-of-type(2) {
	font-size: 16px;
	line-height: 1.4;
	margin: 10px 0;
	padding: 0 10px 30px;
}
.offer_function li:last-child {
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #164197;
	position: absolute;
	bottom: 0;
}
.offer_function li.lh24 {
	line-height: 1.2;
}
.mr20 {
	margin-right: 20px;
}
/* fotter
--------------------------------------------*/
footer {
	background-color: #164197;
	width: 100%;
	padding: 20px 0 90px;
	margin-top: 30px;
}
.footer {
	margin-bottom: 20px;
}
.footer li {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.2;
}
.footer li:first-child {
	font-size: 20px;
}
.footer li:last-child {
	font-size: 16px;
}
footer p {
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
.external_link {
	display: table;
	max-width: 580px;
	margin: 0 auto 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
}
.external_link li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}
.external_link li:first-child {
	padding-right: 30px;
}
.external_link li a {
	color: #FFF;
	font-weight: bold;
}

/* --------------------------------------------
briefing
-------------------------------------------- */
h2.contents_title {
	font-size: 28px;
	color: #164197;
	font-weight: bold;
	text-align: center;
	margin: 140px auto 20px;
	padding: 10px 0;
	background-color: #FFE300;
}
h2.contents_title2{
	font-size: 28px;
    color: #164197;
    font-weight: bold;
    text-align: center;
    margin: 140px auto 20px;
    padding: 10px 0;
    background-color: #FFE300;
}
.briefing_txt {
	display: table;
	margin: 0 auto 20px;
	max-width: 617px;
	
}
.briefing_txt li dl {
	margin-bottom: 10px;
}
.briefing_txt li dl dt, .briefing_txt li dl dd {
	font-size: 18px;
	line-height: 1.4;
	display: table-cell;
}
.briefing_txt li dl dt {
	padding-right: 10px;
	width: 90px;
}
#map {
	max-width: 900px;
	height: 400px;
	margin: 0 auto 20px;
}
.briefing_photo {
	max-width: 900px;
	overflow: hidden;
	margin: 0 auto 35px;
}
.briefing_photo li {
	float: left;
	width: calc(50% - 5px);
}
.briefing_photo li:first-child {
	margin-right: 10px;
}

h3.contents_sub {
	font-size: 28px;
	color: #164197;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px;
}
.briefing_date {
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
}
.briefing_date li {
	float: left;
	width: 33.33%;
}
.briefing_date li a {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 1.2;
	padding: 30px 5px;
}
.briefing_date li:nth-child(odd) {
	background-color: #FFE300;
}
.briefing_date li:nth-child(even) {
	background-color: #FFF180;
}
.briefing_notice {
	font-size: 15px;
	line-height: 1.2;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 15px;
	margin-bottom: 10px;
}
.briefing_notice:last-child {
	margin-top: 0;
}

/* --------------------------------------------
contact
-------------------------------------------- */
.mb20 {
	margin-bottom: 20px;
}
.form_wrap {
	border-top: 1px solid #999999;
}
.form_contents {
	display: table;
	border-bottom: 1px solid #999999;
	width: 100%;
}
.form_contents li {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.4;
}
.form_contents li dl {
	overflow: hidden;
	width: 100%;
}
.form_contents li dl dt {
	float: left;
	margin-bottom: 10px;
}
.form_contents li dl dd {
	clear: both;
}
.form_contents li dl dt.form_error {
	font-size: 14px;
	font-weight: bold;
	color: #FF3F00;
	line-height: 1.2;
	margin: 10px 0 0;
}
.form_contents li:first-child {
	background-color: #F0F0F0;
	width: 105px;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: bold;
}
.form_contents li.confirm_pa {
	padding: 15px 10px 0;
}
.form_contents li:nth-of-type(2) {
	width: calc(100% - 260px);
	padding: 15px 10px;
	font-size: 16px;
}
.form_contents li dl dd.comments {
	font-size: 13px;
	line-height: 1.2;
}
.form_contents li span.must {
	font-size: 12px;
	font-weight: normal;
	color: #E83828;
	border: 1px solid #E83828;
	background-color: #FFF;
	padding: 1px;
	position: relative;
	top: -1px;
}
.form_contents li span.should {
	display: block;
	content: "";
	font-size: 9px;
	line-height: 11px;
	color: #164197;
	position: relative;
}

.form_contents.bt0 {
	border-bottom: 0;
}
input, select, textarea {
	font-size: 16px;
	padding: 5px;
	line-height: 1.4;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}
input.w150 {
	width: 100%;
	margin-top: 10px;
}
.form_contents li dl dt.w100p {
	width: 100%;
}
input.mail {
	width: 100%;
	margin-right: 20px;
}
input.w100 {
	width: 60px;
}
input.adress {
	width: 100%;
}
input.tel {
	width: 100%;
}
.form_contents button {
	margin-top: 10px;
}
.radio-input {
	display: none;
}
.radio-input + label {
	padding-left: 18px;
	position: relative;
	margin-right: 20px;
}
.radio-input + label:last-child {
	margin-right: 20px;
}
.radio-input + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #333333;
	border-radius: 50%;
}
.radio-input:checked + label::after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0px;
	width: 11px;
	height: 11px;
	border: 1px solid #164197;
	background: #164197;
	border-radius: 50%;
}
select {
	position: relative;
	z-index: 1;
	padding-right: 30px;
}
.selectWrap {
	position: relative;
	display: inline-block;
}
.selectWrap::before{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	background-color: #FFF;
	height: 100%;
	width: 30px;
}
.selectWrap::after{
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #164197 transparent transparent transparent; 
}
.form_txt {
	font-size: 14px;
	margin-top: 20px;
}
.form_txt li.confirm_txt {
	font-size: 16px;
	line-height: 1.4;
	border: 1px solid #CCCCCC;
	padding: 10px;
	min-height: 20px;
}
.form_txt li:first-child {
	margin-bottom: 10px;
}
.form_contents li dl dt.mb0 {
	margin-bottom: 0;
}
label.mr_space {
	margin-right: 20px;
}
.btn_group {
	text-align: center;
	margin: 30px;
}
button.form_btn {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	padding: 10px 0;
	width: 240px;
}
.btn_confirm a {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	width: 240px;
	display: block;
}
.blue {
	background-color: #164197;
}
.gray {
	background-color: #7A7A7A;
}
.submit_txt {
	margin: 140px 0 30px;
}
.submit_txt li {
	line-height: 1.4;
	text-align: center;
}
.submit_txt li:first-child {
	font-size: 26px;
	color: #164197;
	font-weight: bold;
	margin-bottom: 20px;
}
.submit_txt li:last-child {
	font-size: 16px;
}

/* --------------------------------------------
q&a
-------------------------------------------- */
.faq_wrap {
	margin-bottom: 60px;
	width: 100%;
}
.faq_wrap li dl {
	display: table;
}
.faq_wrap li dl:first-child {
	margin-bottom: 20px;
}
.faq_wrap li dl dt, .faq_wrap li dl  dd {
	display: table-cell;
	vertical-align: middle;
}
.faq_wrap li dl dt {
	width: 65px;
}
.faq_wrap li dl dd {
	width: calc(100% - 65px);
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.faq_wrap li dl dd.q_title {
	font-size: 24px;
	border-bottom: 1px solid #333333;
	line-height: 1.2;
	padding-bottom: 10px;
}

/* --------------------------------------------
details
-------------------------------------------- */
.details_wrap {
	padding: 20px;
}
.details_wrap.pt0 {
	padding: 0 20px 0;
}
.details_wrap.bg_gray {
	background-color: #F0F0F0;
}
.details_wrap ul.mb30 {
	margin-bottom: 20px;
}
.details_wrap ul.mb15 {
	margin-bottom: 15px;
}
.details_wrap ul li {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 5px;
}
.mb40 {
	margin-bottom: 30px;
}
.white_area {
	background-color: #FFF;
	padding: 15px;
}
.normal_area {
	padding:  10px 15px;
}
.position_area {
	background-color: #FFF;
	padding: 15px;
	margin-top: 30px;
	position: relative;
}
.white_area p, .normal_area p, .position_area p {
	text-align: center;
}
.mb15 {
	margin-bottom: 15px;
}
.details_flow {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background-color: #BAE2F8;
	width: 210px;
	padding: 5px 0;
	border-radius: 50px;
	position: absolute;
	top: -14px;
	left: 0;
	right: 0;
	margin: auto;
}
.details_table_tag, .details_table {
	display: table;
	width: 100%;
}
.details_table_tag dt, .details_table_tag dd, .details_table dt, .details_table dd {
	font-size: 15px;
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
}
.details_table_tag dt, .details_table dt {
	width: 150px;
	text-align: center;
	padding: 5px 0;
	border-right: 2px solid #164197;
}
.details_table_tag dd {
	text-align: center;
}
.details_table_tag dt, .details_table_tag dd {
	background-color: #FFE300;
	border-top: 2px solid #164197;
	border-bottom: 2px solid #164197;
}
.details_table dt, .details_table dd {
	border-bottom: 2px solid #164197;
	background-color: #FFF;
	padding: 8px 0;
}
.details_table dd {
	padding-left: 10px;
}
.details_table dd.illust {
	text-align: center;
	width: 70px;
	padding-left: 5px;
}
.di_box {
	width: calc(100% - 40px);
	padding: 10px 20px;
	border: 2px solid #164197;
}
h4.sub_second {
	font-size: 26px;
	color: #164197;
	padding: 0;
	line-height: 1.2;
	height:auto;
	margin-bottom: 10px;
}
.di_box p {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
.di_wrap {
	display: table;
}
.di_wrap li {
	display: table-cell;
	vertical-align: middle;
}
.di_wrap li dl dt {
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 3px;
	text-indent: -1em;
	padding-left: 1em;
}
.di_wrap li dl dt.indent {
	text-indent: 0;
}
.di_wrap li dl dt:last-child {
	margin-bottom: 0;
}
.di_wrap li img {
	width: 50px;
}
.new_bg_gray{
	background-color: #F0F0F0;
    padding: 30px 20px;
    margin-bottom: 30px;
}

@media screen and (max-width:425px) {
.external_link {
	display: block;
}
.external_link li {
	display: block;
	text-align: center;
	font-size: 16px;
}
.external_link li:first-child {
	padding-right: 0;
	margin-bottom: 10px;
}
.external_link li a {
	color: #FFF;
	font-weight: bold;
}

}

@media screen and (max-width:413px) {
	h4.fz_small {
		font-size: 18px;
	}
	.sp414 {
		display: block;
	}
	.briefing_date li a {
		font-size: 19px;
	}
	.form_contents li dl dt.flno {
		float: none;
	}
	.form_contents li dl dt.mab10 {
		margin-bottom: 10px;
	}
	.details_table_tag dt, .details_table dt {
		width: 100px;
	}
}
@media screen and (max-width:374px) {
	.form_contents.notable {
		display: block;
	}
	.form_contents.notable li {
		display: block;
		width: calc(100% - 20px);
	}
}


/* --------------------------------------------
voice
-------------------------------------------- */
h3.thank{
	margin:40px 0 30px 0;
	font-size: 1rem;
}
.pharmacist{
	width: 60%;
    margin: 25px auto 0;
}
.pharmacist .name p{text-align: center;}
.pharmacist .name p:last-of-type{text-align: center;}
.voicewrap{
	border: solid 10px #ffec4e;
	box-shadow: 0 10px 25px 0 rgb(0 0 0 / 70%);
	background-color: rgb(255 255 240);
	padding: 0 1.5em;
	border-radius: 5px;
	margin-top: 50px;
}
.voiceBox{
    margin:0 auto;
	/*border: solid 10px #ffec4e;*/
    padding: 1.5em;
    width: 95%;
    box-sizing: border-box;
    border-radius: 30px;
    -moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px; 
	behavior: url('PIE.htc');
}
h4.voice{
	color: #164197;
	font-size: 1.2rem;
	/*border-bottom: dashed #717d92 2px;*/
	line-height: 20px;
	padding: 0.7em;
	background-color: #f8f8f8;
    border-radius: 5px;
}
span.shop{
	display: block;
	font-size: .8rem;
	color: #333333;
	text-align: right;
}
.voiceBox > div {
    margin-top: 15px;
}
.voiceBox p{
	margin-top: 20px;
    line-height: 1.3;
}

.voiceArrow {
	width:0px;
	height:0px;
}
.pharmacist .name p {
    font-size: .85rem;
    line-height: 1.5;
}
.voiceBox ul {
    list-style: disc;
    padding-left: 20px;
    font-size: 1rem;
}
.pharmacist .name p:last-of-type {
    font-size: .9rem;
    font-weight: bold;
}
li {
    margin-top: 10px;
	line-height: 1.3;
}
.voiceBox h5.voice{
	font-size: 1.15rem;
	display: inline-block;
background: linear-gradient(to top, rgb(250,220,150) 10% 10%, rgba(0,0,0,0) 90% 100%);
text-align: left;
}

/*--------------------------------------------
2023.11追記
--------------------------------------------*/