﻿@charset "utf-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body {
	margin: 0;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#head {
	width: 100%;
	border-bottom: 3px solid #fff6c6;
	background: linear-gradient(-135deg, #fff, #eff8f8);
}
#head .inner {
	width: 1000px;
	margin: 0 auto;
}
#head .inner img {
	display: block;
}
#container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.Left_col {
	float: left;
	width:610px;
	padding: 20px;
}

.Right_col {
	float: left;
	width:350px;
	background: #f5f5f5;
	padding: 40px 0;
	min-height: 2040px;
}
.Left_col p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px;
}
.Left_col p .att {
	font-size: 12px;
	color: rgba(220,0,3,1.00);
}
.Left_col p .fav {
	font-size: 24px;
	font-weight: normal;
	color: #2aadad;
	display: block;
	margin-bottom: 20px;
}
.Left_col .gray {
	margin: 20px 0;
	background: #f5f5f5;
	padding: 20px;
}
.Left_col ul {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 20px 30px;
}
.Left_col ul li {
	list-style: outside disc;
}
.Left_col .sub_ttl {
	background: #f5f5f5;
	padding: 10px;
	text-align: center;
	margin-bottom: 40px;
}
.Left_col .oubo {
	text-align: center;
	margin: 20px 0;
}
.Left_col .entry_ttl {
	background: #9168b9;
	color: #fff;
	padding: 5px;
	text-align: center;
}

.Left_col .step {
	border-bottom: 1px solid #9168b9;
	display: flex;
}
.Left_col .step span {
	background: #9168b9;
	padding: 3px 8px;
	color: #fff;
}
.Left_col .step_det {
	margin-top: 20px;
}

.Left_col .entry_But {
	color: #fff;
	width: 390px;
	text-align: center;
	margin: 40px auto;
	background: #fda0bc;
	background: linear-gradient(-135deg, #fda0bc, #ff6191);
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
	border: 1px solid #fff;
	border-radius: 9px;
}
.Left_col .entry_But a{
	display: block;
	width: 350px;
	padding: 20px;
	text-decoration: none;
	color: #fff;
}
.Left_col section.flow {
	margin-bottom: 40px;
}
.Right_col .theme {
    text-align: center;
    padding: 30px 10px;
    color: #9168b9;
    line-height: 1.5;
    font-size: 18px;
}

#footer {
	width: 100%;
	background: #000;
	color: #fff;
}
#footer .inner {
	width: 1000px;
	text-align: center;
	font-size: 14px;
	padding: 20px;
	margin: 0 auto;
}

/**以下大国編集分**/
#touroku_head {
    background: #f9f0fb;
}
#touroku_container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.blur_area {
    background: #f0fbfb;
}
.pink_area {
    background: #f9f0fb;
}
.touroku_Left_col {
    float: left;
    width: 610px;
    padding: 20px;
    position: relative;
}
.touroku_Right_col {
    float: left;
    width: 350px;
    background: ;
    padding: 40px 0;
    text-align: center;
}
.touroku_Right_col img {
    width: 80%;
    background: ;
    padding: 0px 40px;
}
.container_inner {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.touroku_Left_col img {
    margin: 0 auto;
    display: block;
    width: ;
    margin-bottom: 20px;
    margin-top: 0px;
}
.touroku_Left_col p {
    line-height: 1.8;
    letter-spacing: 2px;
}
.yellowback_midashi {
    display: block;
    background: #ffecb3;
    border-radius: 10px;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 15px;
}

.pcNone {
	display: none;
}

@media only screen and (max-width: 750px) {

body {
	margin: 0;
	font-size: 15px;
}

#head {
	width: 100%;
	border-bottom: 3px solid #fff6c6;
	background: linear-gradient(-135deg, #fff, #eff8f8);
}
#head .inner {
	width: 100%;
	margin: 0 auto;
}
#head .inner img {
	display: block;
}
#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.Left_col {
	float: left;
	width: 100%;
	padding: 0;
}

.Right_col {
	display: none;
}
.Left_col p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
	padding: 25px 2%;
}
.Left_col p .att {
	font-size: 12px;
	color: rgba(220,0,3,1.00);
}
.Left_col p .fav {
	font-size: 20px;
	font-weight: normal;
	color: #2aadad;
	display: block;
	margin-bottom: 20px;
}
.Left_col .gray {
	margin: 20px 0;
	background: #f5f5f5;
	padding: 2%;
}
.Left_col ul {
    font-size: 15px;
    line-height: 1.5;
    margin: 20px 0 20px 30px;
}
.Left_col ul li {
	list-style: outside disc;
}
.Left_col p.green {
	background: #d9eeee;
}
.Left_col .parp {
	background: #e8e0f0;
	color: #9e5dde;
	font-size: 20px;
	line-height: 1.5;
	padding: 40px 0;
	text-align: center;
}
.Left_col .sub_ttl {
	background: #d9eeee;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: normal;
}
.Left_col .oubo {
	text-align: center;
	margin: 20px 0;
}
.Left_col .entry_ttl {
	background: #9168b9;
	color: #fff;
	padding: 5px;
	width: 100%;
	text-align: center;
}

.Left_col .step {
	border-bottom: 1px solid #9168b9;
	display: flex;
	padding: 0;
	margin: 20px 2%;
}
.Left_col .step span {
	background: #9168b9;
	padding: 3px 8px;
	color: #fff;
}
.Left_col .step_det {
	margin-left: 0;
	margin-top: 0;
	padding: 0 2%;
}

.Left_col .entry_But {
	color: #fff;
	width: 96%;
	text-align: center;
	margin: 30px 2%;
	background: #ff6191 !important;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
	border: 1px solid #fff;
	border-radius: 9px;
}
.Left_col .entry_But a{
	display: block;
	width: 96%;
	padding: 20px 2%;
	text-decoration: none;
	color: #fff;
}
.Right_col .theme {
    text-align: center;
    padding: 30px 10px;
    color: #9168b9;
    line-height: 1.5;
    font-size: 18px;
}

#footer {
	width: 100%;
	background: #000;
	color: #fff;
}
#footer .inner {
	width: 96%;
	text-align: center;
	font-size: 14px;
	padding: 2%;
	margin: 0 auto;
}
.pcNone {
	display: block;
}
.spNone {
	display: none !important;
}
img { width: 100%; display: block;}
/**以下大国SP編集分**/
.spinner .entry_But {
	color: #fff;
	width: 96%;
	text-align: center;
	margin: 20px 2% 0px;
	background: #ff6191 !important;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
	border: 1px solid #fff;
	border-radius: 9px;
}
.spinner .entry_But a{
	display: block;
	width: 96%;
	padding: 20px 2%;
	text-decoration: none;
	color: #fff;
}
.spkijiwotukuttemiyou_area .entry_But {
	color: #fff;
	width: 96%;
	text-align: center;
	margin: 30px 2%;
	background: #ff6191 !important;
	box-shadow: 1px 1px 3px 3px rgba(0,0,0,0.1);
	border: 1px solid #fff;
	border-radius: 9px;
}
.spkijiwotukuttemiyou_area .entry_But a{
	display: block;
	width: 96%;
	padding: 20px 2%;
	text-decoration: none;
	color: #fff;
}
.spinner {
	background: #fae6fd;
	padding-bottom: 30px;
}
.spinner p {
	text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        line-height: 2.5;
        letter-spacing: -1px;
}
.spkihonruru_area_inner {
	border: 2px solid #db92dc;
	margin: 5px;
        padding: 10px;
	margin-bottom: 15px;
}
.spkihonruru_area_inner_left {
	float: left;
        width: 68%;
}
.spkihonruru_area_inner_right {
	float: right;
        width: 32%;
}
.spviewsuu_area .yellowback_midashi {
	display: block;
        background: #ffecb3;
        border-radius: 10px;
        padding: 10px 18px;
        text-align: center;
        margin: 0 10px;
        margin-bottom: 15px;
}
}
