@charset "UTF-8";
html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	/*font-size: 62.5%;*/
	font-size: 100%;
	min-width: 1200px;
}
body {
	width: 100%;
	margin: 0;
	color: #231815;
	font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
	line-height: 1.6;
	letter-spacing: 0;
	-webkit-font-feature-settings: 'palt'1;
	font-feature-settings: 'palt'1;
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: underline;
	color: inherit;
}
ul {
	list-style: none;
}
img {
	border: none;
}
input, select, textarea, button {
	font-size: 100%;
	font-family: inherit;
}
#wrapper {
	padding-bottom: 192px;
}
.header {
	margin: 0 auto 56px;
	width: 100%;
	background: #FF848D;
}
.header .inner {
	padding: 17px;
	text-align: center;
}
.header .title01 {
	font-size: 2.4rem;
	color: #ffffff;
}
.contents {
	max-width: 94%;
	margin: 0 auto 64px;
}
.contents_s {
	max-width: 64%;
	margin: 30px auto 64px;
}
.sec_contents {
	max-width: 96%;
	margin: 0 auto;
}
.sec_contents-02 {
	background: #FFF5F6;
	padding-bottom: calc(56px - 17px);
	margin: 0 auto 40px;
}
.title02 {
	margin: 56px auto 36px;
	font-size: 2.4rem;
	font-weight: bold;
	padding-bottom: 13px;
	background: url(../img/common/border01.png) left bottom repeat-x;
}
.footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
.footer nav {
	width: 100%;
}
.footer nav ul {
	width: 100%;
	display: flex;
	justify-content: center;
	background-color: #E6E6E6;
}
.footer nav ul li {
	width: 100%;
	text-align: center;
}
.footer nav ul li a {
	display: block;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 34px;
	font-size: 2rem;
}
.footer nav ul li a svg {
	display: inline-block;
	margin-right: 11px;
}
/* .footer nav ul li a:hover {
  background-color: #D5D5D5;
} */

/* form */
.form-list {
	margin: 0 auto 56px;
}
.form .inner {
	margin: 0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1.8rem;
}
.form-top .inner {
	max-width: 75%;
}
.form-list .inner {
	width: 100%;
	display: flex;
}
.form .inner .error {
	padding: 0 17px;
	font-size: 1.4rem;
	color: #F83C4B;
}
.form .inner label {
	display: inline-block;
	padding: 0 5px;
}
.form-edit .inner label {
	margin-bottom: 0;
}
.form .inner input, .form .inner textarea {
	border: 1px solid #231815;
	background: #ffffff;
	color: #231815;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 1.8rem;
	line-height: 2;
}

::-webkit-input-placeholder {
 color: #858585;
}

::-moz-placeholder {
 color: #858585;
}

::-moz-placeholder {
 color: #858585;
}

::-ms-input-placeholder {
 color: #858585;
}
.form-top .inner input {
	width: 100%;
	padding: 17px 21px;
	margin: 0 auto 21px;
}
.form-list .inner input {
	width: 76%;
	padding: 17px 21px;
	margin: 0 auto;
}
.form-edit .inner input, .form-edit .inner textarea {
	padding: 17px 21px;
	margin-right: 11px;
}
.form-edit .inner input:not(:first-of-type) {
	margin-top: 21px;
	width: 30%;
}
.form .inner textarea {
	width: 100%;
}
.form .inner button {
	background-color: #F83C4B;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #F83C4B;
	-webkit-transition: .5s;
	transition: .5s;
	display: block;
	cursor: pointer;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 2;
}
.form-top .inner button {
	width: 80%;
	padding: 12px 45px;
	margin: 40px auto;
}
.form-list .inner button {
	width: 24%;
	padding: 12px;
	margin-left: 12px;
}
.form-edit .inner button {
	width: 60%;
	padding: 17px 45px;
	margin: 72px auto;
}
.form-print .inner {
	display: flex;
	justify-content: space-around;
}
.form-print .inner button {
	width: 50%;
	padding: 12px;
	margin-left: 28px;
}
.form-print .inner button.return {
	background: #FFFFFF;
	border: 2px solid #F83C4B;
	color: #F83C4B;
	margin-left: 6px;
}
/* .form .inner button:hover,
.form .inner .button:hover {
  background: #BD2C37;
} */

/* .form-print .inner button.return:hover {
  background: #FFFFFF;
  border: 2px solid #BD2C37;
  color: #BD2C37;
} */

.form .select {
	display: flex;
	align-items: baseline;
	font-size: 1.5rem;
	margin-bottom: 24px;
}
.with_select .select {
	margin-bottom: 0;
}
.form .select .inner {
	position: relative;
	margin: 0 1px;
}
.form .select .inner label {
	display: block;
}
 .form .select select::-ms-expand {
 display: none;
}
.form .select .inner:after {
	content: '';
	border-left:6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #666666;
	right: 12px;
    top: 31px;
	padding: 0;
	position: absolute;
	pointer-events: none;
}
.form .select .inner select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 60px;
	margin: 5px 0px;
	padding: 0 39px 0 18px;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #858585;
	-ms-word-break: normal;
	word-break: normal;
	font-size: 1.5rem;
}
.form .check ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.form .check ul li {
	width: 33%;
	padding: 0 calc(21px / 2);
	margin-bottom: 17px;
}
.form .check ul li.with_select {
	display: flex;
	align-items: baseline;
}
.form .check ul li.with_select label .inner {
	padding: 17px 13px;
	margin-right: 8px;
}
.form .check input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
}
.form .check label {
	cursor: pointer;
	text-align: center;
	margin-bottom: 0;
	position: relative;
}
.form .check label .inner {
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 17px 34px;
	display: block;
	font-weight: bold;
	font-size: 1.6rem;
}
.form .check label .inner {
	border: 2px solid #858585;
	color: #858585;
	background: #ffffff;
}
.form .check label input[type="checkbox"]:checked+.inner {
	border: 2px solid #ff7a82;
	color: #ff7a82;
}
/* top */
.logo {
	padding: 56px 0;
	text-align: center;
}
.qr {
	margin: 120px auto 154px;
}
.qr .inner {
	max-width: 75%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.speech-left {
	position: relative;
	display: inline-block;
	margin: 0.4em 0 0.4em 15px;
	padding: 21px 34px;
	font-size: 1.6rem;
	background: #FFF5F6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.speech-left:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -28px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #FFF5F6;
}
.speech-left p {
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
}
/* list */
.list01 {
	text-align: center;
}
.list01 ul {
	display: inline-block;
	width: 94%;
	margin: 0 auto;
	border: 1px solid #858585;
	font-size: 1.6rem;
}
.list01 ul li div {
	display: flex;
	width: 100%;
}
.list01 ul li a {
	display: inline-block;
	padding: 21px 24px;
	border-bottom: 1px solid #858585;
	text-align: left;
	display: flex;
	text-decoration: none;
}
/* .list01 ul li a:hover {
  color: #ff7a82;
} */

.list01 ul li:last-of-type a {
	border: none;
}
.list01 ul li span {
	display: inline-block;
}
.list01 .list_name {
	width: 90%;
}
.list01 ul li .list_delete {
	text-align: right;
	width: 10%;
	z-index: 5;
	text-decoration: none;
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #858585;
}
/* edit */
.form-edit .inner_flex {
	display: flex;
	align-items: baseline;
}
.form-edit .inner_flex+.inner_flex {
	margin-top: 24px;
}
.form-edit .inner_flex input {
	width: 30%;
}
#wrapper {
	font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
/* accordion-container */
.accordion-container {
	max-width: 96%;
	margin: 0 auto 40px;
	position: relative;
}
.title03, .accordion-container .article-title {
	display: block;
	position: relative;
	background: #FF848D;
	width: 100%;
	padding: 17px 34px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 1.8rem;
}
.title03 {
	margin: 0 0 36px;
}
.accordion-container .article-title {
	margin: 0;
	cursor: pointer;
	position: relative;
}
.accordion-container .accordion-content .sec_contents-02 {
	width: 100%;
	max-width: 100%;
	padding: 36px;
}
.accordion-container .article-title:hover i:before, .accordion-container .article-title:hover i:active, .accordion-container .content-entry.open i {
	color: #ffffff;
}
.article-title {
	position: relative;
}
.article-title:after {
	content: "";
	position: absolute;
	right: 34px;
	top: 38%;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 13px;
	height: 13px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.article-title.open:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 45%;
}
.care01 {
	margin:0 0 7px;padding:14px 4px 8px 7px;
}
.care01 .stop {
	background:none;background: none;
    margin: 0;
    padding-bottom: 3px;
}
.accordion-content {
	display: none;
}
.contents_print {
	margin: 0 auto;
	position: relative;
}
.contents_print p {
	display: flex;
	text-align: left;
}
.contents_print span {
	display: block;
}
.contents_print .print_title {
	min-width: 55px;
}
.contents_print .print01_data {
	position: absolute;
	width: 26%;
	top: 43%;
	right: 4%;
	font-size: 1.1rem;
	border-bottom: 1px dotted #858585;
	letter-spacing: .1em;
}
.contents_print .print02_name {
	position: absolute;
	width: 26%;
	top: -2px;
	right: 4%;
	font-size: 1.1rem;
	border-bottom: 1px dotted #858585;
	letter-spacing: .1em;
}
.contents_print .print03_name {
	position: absolute;
	width: 26%;
	top:43px;
	right: 4%;
	font-size: 1.1rem;
	border-bottom: 1px dotted #858585;
	letter-spacing: .1em;
}
.contents_print textarea {
	width: 100%;
	border: 1px solid #858585;
	background: #ffffff;
	color: #231815;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	font-size: 1.1rem;
	line-height: 1.3;
	padding: 15px 19px;
	margin-right: 11px;
}
.title_print {
	margin:0 10px 11px;
	padding: 0 0 11px;
	background: url(../img/print/border.png) left bottom repeat-x;
	font-weight: bold;
	font-size: 1.3rem;
	display: flex;
}
.care01 .title_print {
	margin:0 15px 11px;
}

.comment .title_print {
	margin: 0 auto 0 !important;
}
.comment  .title_print svg{
	margin-top: 3px;
    color: #bdb9b8;
}
.title_print img, .title_print svg {
	margin-right: 8px;
	vertical-align: middle;
}
.care {
	padding: 13px;/*background: #f7f7f7;*/
    padding: 14px 7px 12px 7px;margin: 7px 0;
}
.num {padding-left: 15px;}
.care01 {
	background-color: #eee;
}
.care01 .care_data {
	margin-bottom: 0;font-size: 1.2rem;
    margin-top: 2px;
}
.care_data {
	    margin: 14px auto 6px;
    width: 98%;
	font-size: 1.1rem;
	font-weight: bold;letter-spacing: 2px;
}
.care_data .care_num {
	margin-right: 6px;
	text-align: center;
	padding: 2px 9px;
	border: 1px solid #231815;
	font-size: 1rem;    margin-top: -1px;
}
.care_list {
	width: 98%;
	margin: 0 auto 7px;
	display: flex;
	flex-wrap: wrap;
	counter-reset: item;
	list-style-type: none;
	padding-left: 0;
}
.care_list:after {
	content: "";
    padding-bottom: 10px;
    background: url(../img/print/border02.png) bottom repeat-x;
    width: 99%;
}
.care_list:last-child:after {
	background:none;
    padding-bottom: 0px;
}
.care_list li {
	margin-bottom: 3px;
	position: relative;
	font-size: 1.1rem;
	text-indent: -1.2rem;
	padding-left: 1.7rem;
	padding-right: 20px;
	letter-spacing:0.3px;
}
.care_list li:last-child {
	padding-right:0;
	letter-spacing:0px;
}
.care_list li:before {
	margin-right: 5px;
	padding: 2px 5px;
	counter-increment: item;
	content: counter(item);
	background: #858585;
	color: #ffffff;
	font-size: 0.9rem;
}
/*.care_list li:not(:last-of-type):after {
	position: absolute;
	content: "";
	top: 0;
	right: 3px;
	background: url(../img/print/arrow.png) right no-repeat;
	padding-left: 13px;
	background-size: 13px;
	display: block;
	width: 100%;
	height: 27px;
}*/
.care_list li:not(:last-of-type):after {
	position: absolute;
	content: "→";
	top: 0;
    right: 0px;
	font-size: 1rem;
    font-weight: bold;
	right: 0px;
}
.comment {
	margin-top:15px;
	border: 2px solid #bbb;
    padding: 15px 20px 160px;
    margin: 3px 1%;
}
.care_list .diff {
	color: #F83C4B;
}

.care_list .diff:before {
	background:#F83C4B;
}
.care_comment {
	height: 40px;
}
label.cname {
	width: 19%;
}
label.cname_sub {
	width: 7%;
}


/* page navi */
.pagination {
	display: -webkit-box;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	width: 94%;
	margin: 4% auto;
	font-size: 1.5rem;
	line-height: 1.75;
}
.pagination a {
	text-decoration: none;
}
.page-link {
	position: relative;
	display: block;
	padding: 1.15rem 1.65rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ff7a82;
	background-color: #fff;
	border: 1px solid #858585;
}
.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
.page-item:last-child .page-link {
	border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
}
.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #ff7a82;
	border-color: #ff7a82;
}
.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #858585;
}
