@charset "utf-8";
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #555;
	font-size: 0.625rem;
	line-height: 1;
	text-align: justify;
	text-justify : inter-ideograph ; /* for IE */
}

body {
	min-width: 960px;
}

@media screen and (max-width: 670px) {
	body {
		min-width: 320px;
	}
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
	max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.main_w {
	width: 940px;
	margin: auto;
}
.indent {
	margin-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 670px) {
	.main_w {
		width: auto;
	}
}


/* ============================== #main_header ============================== */




/* ============================== footer ============================== */

footer {
	margin-top: 30px;
	background-color: #ecc48b;
	position: relative;
}
footer * {
	color: #8a5b00;
}
footer .main_w > *,
footer .link_list li {
	float: left;
}
footer .main_w {
	padding: 15px 50px;
}
footer .logo {
	width: 85px;
	margin: 0 auto;
}
footer .link_list,
footer .copyright {
	margin-top: 10px;
}
footer .link_list {
	font-weight: bold;
}
footer .link_list li {
	margin-left: 25px;
}
footer .link_list a:before {
	content: '▶';
	padding-right: 5px;
}
footer .copyright {
	margin-left: 84px;
	text-align: center;
}

@media screen and (max-width: 670px) {
	footer .main_w > *,
	footer .link_list li {
		float: none;
	}
	footer .main_w {
		padding: 0;
	}
	footer .logo {
		position: absolute;
		top: 100px;
		left: 0;
		right: 0;
	}
	footer .link_list,
	footer .link_list li {
		margin: 0;
	}
	footer .link_list {
		border-bottom: solid 1px #fae1be;
	}
	footer .link_list li {
		padding: 15px 10px;
		font-size: 1.2rem;
		border-top: solid 1px #fae1be;
		border-bottom: solid 1px #886c35;
	}
	footer .link_list li:first-child {
		border-top: none;
	}
	footer .link_list a:before {
		content: '\00bb';
		padding-right: 5px;
	}
	footer .copyright {
		margin: 50px 0 0 0;
		line-height: 1.3;
		padding: 8px 10px;
	}
}


/* ============================== main ============================== */

main article {
	width: 900px;
	margin: 0 auto;
	padding: 30px;
	border: solid 6px #fff000;
	border-radius: 30px;
	background-color: #00a1e9;
	position: relative;
}
main section {
	margin-top: 30px;
}
main section:first-child {
	margin-top: 0;
}
main .h_bar {
	padding: 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	background-color: #ecc48b;
}

@media screen and (max-width: 670px) {
	main {
		padding: 0 10px;
	}
	main article {
		width: auto;
		padding: 10px;
		border: solid 4px #fff000;
		border-radius: 15px;
	}
	main section {
		margin-top: 20px;
	}
	main .h_bar {
		font-size: 1.8rem;
		border-radius: 10px;
	}
}


main .icon_web {
	width: 230px;
	position: absolute;
	top: -50px;
	right: 15px;
}

main .cp_detail > div {
	float: left;
}
main .cp_detail .steps {
	width: 295px;
}
main .cp_detail .steps .stp_wrap {
	padding: 10px 15px;
	border-radius: 15px;
	background-color: #fff000;
}
main .cp_detail .steps .btn {
	margin: 15px auto 0 auto;
}
main .cp_detail .steps_txt {
	margin-bottom: 15px;
}
main .cp_detail .arrow {
	width: 65px;
	margin: 10px auto;
}
main .cp_detail .twitter {
	margin-left: 13px;
}
main .cp_detail .twitter #twitter-widget-0 {
	width: 520px !important;
	height: 657px !important;
}

@media screen and (max-width: 670px) {
	main .icon_web {
		width: 25%;
	}

	main .cp_detail > div {
		float: none;
	}
	main .cp_detail .steps {
		width: auto;
	}
	main .cp_detail .steps .btn {
		max-width: 180px;
		margin: 8px auto 0 auto;
	}
	main .cp_detail .steps_txt {
		margin-bottom: 10px;
	}
	main .cp_detail .arrow {
		width: 40px;
	}
	main .cp_detail .twitter{
		margin: 15px auto 0 auto;
	}
	main .cp_detail .twitter #twitter-widget-0 {
		width: 100% !important;
		height: 350px !important;
	}
}


main .important .iprt_list {
	margin-top: 15px;
	padding: 40px;
	border-radius: 15px;
	background-color: #fff;
}
main .important .iprt_list li {
	font-size: 1.3rem;
	line-height: 1.5;
}
main .important .iprt_list > li {
	margin-top: 20px;
}
main .important .iprt_list > li:first-child {
	margin-top: 0;
}
main .important .iprt_list h3 {
	margin-bottom: 5px;
	color: #0065ba;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
}
main .important .iprt_list h3:before {
	content: '■';
}
main .important .sub_list li:before {
	content: '・';
}

@media screen and (max-width: 670px) {
	main .important .iprt_list {
		padding: 20px 10px;
		border-radius: 10px;
	}
	main .important .iprt_list li {
		font-size: 1.2rem;
	}
	main .important .iprt_list h3 {
		font-size: 1.4rem;
	}
}


/* ============================== thanks ============================== */

#txt_thank,
#btn_end {
	text-align: center;
}
#txt_thank img,
#btn_end img {
	width: 100%;
}
#txt_thank img {
	max-width: 600px;
}
#btn_end {
	margin-top: 30px;
}
#btn_end img {
	max-width: 400px;
}

@media screen and (max-width: 670px) {
	#btn_end {
		margin-top: 15px;
	}
	#btn_end img {
		max-width: 240px;
	}
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

/*
 * Hide visually and from screen readers
 */

.pc_hidden {
    display: none;
}

@media screen and (max-width: 670px) {
    .sp_hidden {
        display: none;
    }
    .pc_hidden {
        display: block;
    }
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
