@charset "UTF-8";
/* css Guide [top] */

@import url("../content.css");
@import url("main.css");

/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.headtitle2 h3 {
	position: relative;
	margin: 0;
	color: #03937b;
	text-align: center;
	box-shadow: 5px 5px #03937b;
    border: 2px solid #03937b;
}

.headtitle2 h3:before {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    width: 20px;
    background-color: #fff;
    content: "";
}

.headtitle2 h3:after {
	position: absolute;
    top: 95%;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    width: 2px;
    background-color: #03937b;
    content: "";
}

/*== h4 ==*/
.step-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.step-title h4 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	text-align: left;
	position: relative;
}

.step-title h4::before { 
	content: attr(data-number);
	display: inline-block;
	color: #03937b;
	border-bottom: 1px solid #03937b;
}

/*---------------------------------------------------- */
/* Guide */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_guide {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.waku_guide .guidebox {
	height: auto;
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/*== Article ==*/
.waku_guide .guidebox article {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border: 3px solid #6fc6b8;
	border-radius: 6px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

.waku_guide .guidebox article figure {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.guidebox article figure .txt {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.guidebox article figure .txt p {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

.guidebox article figure .txt p a {
	color: #75d1c1;
	font-weight: 600;
	text-decoration: none;
}

.guidebox article figure .txt p a:hover {
	color: #03937b;
	font-weight: 600;
	text-decoration: underline;
}

/*== list ==*/
.guidebox article figure .txt ol {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

.guidebox article figure .txt ol li { 
	margin: 0;
	color: #3d3e3f;
	font-weight: normal;
	line-height: 1.6;
	text-align: left;
	text-decoration: none;
	list-style-type: disc;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	margin-bottom: 25px;
	width: 100%;
}

.headtitle2 h3 {
	padding: 13px 0;
	font-size: 21px;
	font-weight: 700;
}

/*== h4 ==*/
.step-title {
	padding-bottom: 12px;
	width: 100%;
}

.step-title h4 {
	font-size: 18px;
	font-weight: 600;
}

.step-title h4::before { 
	margin-right: 15px;
	font-size: 25px;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
.guidebox {
	padding: 0 0 10px 0;
	width: 96%;
}

/*---------------------------------------------------- */
/* Guide */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_guide {
	padding-bottom: 15px;
	width: 98%;
	ext-align: center;
}

.waku_guide .guidebox {
	padding: 0 0 15px 0;
	margin: 0 0.8%;
	width: 48%;
}

/*== Article ==*/
.waku_guide .guidebox article {
	padding: 15px 0;
	border-width: 8px;
}

.waku_guide .guidebox article figure {
	width: 92%;
}

/*== P ==*/
.guidebox article figure .txt {
	width: 100%;
}

.guidebox article figure .txt p {
	font-size: 15px;
}

/*== list ==*/
.guidebox article figure .txt ol {
	margin-left: 5%;
	width: 92%;
}

.guidebox article figure .txt ol li { 
	padding: 5px 0;
	font-size: 15px;
}

.guidebox article figure .txt ol li:last-child { 
	padding-bottom: 0;
}



}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 650px) {
/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	margin-bottom: 20px;
	width: 100%;
}

.headtitle2 h3 {
	padding: 12px 0;
	font-size: 19px;
	font-weight: 700;
}

/*== h4 ==*/
.step-title {
	padding-bottom: 10px;
	width: 100%;
}

.step-title h4 {
	font-size: 18px;
	font-weight: 600;
}

.step-title h4::before { 
	margin-right: 12px;
	font-size: 24px;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* Guide */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_guide {
	padding-bottom: 13px;
	width: 98%;
	text-align: center;
}

.waku_guide .guidebox {
	padding: 0 0 12px 0;
	margin: 0 0.7%;
	width: 48%;
}

/*== Article ==*/
.waku_guide .guidebox article {
	padding: 12px 0;
	border-width: 6px;
}

.waku_guide .guidebox article figure {
	width: 92%;
}

/*== P ==*/
.guidebox article figure .txt {
	width: 100%;
}

.guidebox article figure .txt p {
	font-size: 14px;
}

/*== list ==*/
.guidebox article figure .txt ol {
	margin-left: 7%;
	width: 90%;
}

.guidebox article figure .txt ol li { 
	padding: 5px 0;
	font-size: 14px;
}

.guidebox article figure .txt ol li:last-child { 
	padding-bottom: 0;
}



}


/* SP */
@media only screen and (max-width: 649px) {
/*---------------------------------------------------- */
/* STEP */
/*---------------------------------------------------- */
/*== h3 ==*/
.headtitle2 {
	margin-bottom: 20px;
	width: 100%;
}

.headtitle2 h3 {
	padding: 12px 0;
	font-size: 17px;
	font-weight: 700;
}

/*== h4 ==*/
.step-title {
	padding-bottom: 10px;
	width: 100%;
}

.step-title h4 {
	font-size: 16px;
	font-weight: 600;
}

.step-title h4::before { 
	margin-right: 12px;
	font-size: 21px;
	font-weight: 900;
}

/*---------------------------------------------------- */
/* Guide */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_guide {
	padding-bottom: 10px;
	width: 98%;
	text-align: center;
}

.waku_guide .guidebox {
	padding: 0 0 15px 0;
	margin: 0 0.5%;
	width: 98%;
}

/*== Article ==*/
.waku_guide .guidebox article {
	padding: 12px 0;
	border-width: 4px;
}

.waku_guide .guidebox article figure {
	width: 92%;
}

/*== P ==*/
.guidebox article figure .txt {
	width: 100%;
}

.guidebox article figure .txt p {
	font-size: 14px;
}

/*== list ==*/
.guidebox article figure .txt ol {
	margin-left: 6%;
	width: 92%;
}

.guidebox article figure .txt ol li { 
	padding: 5px 0;
	font-size: 14px;
}

.guidebox article figure .txt ol li:last-child { 
	padding-bottom: 0;
}




}